VirtualBox

Changeset 17930 in vbox


Ignore:
Timestamp:
Mar 16, 2009 1:16:22 PM (16 years ago)
Author:
vboxsync
Message:

Main: fix win

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17929 r17930  
    31993199                                                      ComSafeArrayIn(IN_BSTR, argExtraConfigValues))
    32003200{
     3201#ifndef RT_OS_WINDOWS
    32013202    NOREF(aEnabledSize);
     3203#endif /* RT_OS_WINDOWS */
    32023204
    32033205    CheckComArgSafeArrayNotNull(aEnabled);
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r17929 r17930  
    717717VirtualBox::COMGETTER(SharedFolders) (ComSafeArrayOut (ISharedFolder *, aSharedFolders))
    718718{
     719#ifndef RT_OS_WINDOWS
    719720    NOREF(aSharedFoldersSize);
     721#endif /* RT_OS_WINDOWS */
    720722
    721723    CheckComArgOutSafeArrayPointerValid(aSharedFolders);
Note: See TracChangeset for help on using the changeset viewer.

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