VirtualBox

Changeset 48349 in vbox


Ignore:
Timestamp:
Sep 6, 2013 11:38:20 AM (11 years ago)
Author:
vboxsync
Message:

inverted #ifdefs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/win/dllmain.cpp

    r48323 r48349  
    5151
    5252
    53 #ifndef WITH_MANUAL_CLEANUP
     53#ifdef WITH_MANUAL_CLEANUP
    5454/** Type library GUIDs to clean up manually. */
    5555static const char * const g_apszTypelibGuids[] =
     
    7878*   Internal Functions                                                         *
    7979*******************************************************************************/
    80 #ifndef WITH_MANUAL_CLEANUP
     80#ifdef WITH_MANUAL_CLEANUP
    8181static void removeOldMess(void);
    8282#endif
     
    135135{
    136136    HRESULT hrc = _Module.UnregisterServer(TRUE);
    137 #ifndef WITH_MANUAL_CLEANUP
     137#ifdef WITH_MANUAL_CLEANUP
    138138    removeOldMess();
    139139#endif
     
    141141}
    142142
    143 #ifndef WITH_MANUAL_CLEANUP
     143#ifdef WITH_MANUAL_CLEANUP
    144144
    145145/**
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