VirtualBox

Ignore:
Timestamp:
Jun 4, 2009 11:27:27 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48138
Message:

Main: completed scriptable changes
Make VBox buildable on SMB share exported by Win box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/ErrorInfo.cpp

    r16555 r20267  
    180180    bool gotSomething = false;
    181181    bool gotAll = true;
    182 
    183     rc = info->COMGETTER(ResultCode) (&mResultCode);
     182    LONG lrc;
     183
     184    rc = info->COMGETTER(ResultCode) (&lrc); mResultCode = lrc;   
    184185    gotSomething |= SUCCEEDED (rc);
    185186    gotAll &= SUCCEEDED (rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette