Changeset 48349 in vbox
- Timestamp:
- Sep 6, 2013 11:38:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/win/dllmain.cpp
r48323 r48349 51 51 52 52 53 #if ndef WITH_MANUAL_CLEANUP53 #ifdef WITH_MANUAL_CLEANUP 54 54 /** Type library GUIDs to clean up manually. */ 55 55 static const char * const g_apszTypelibGuids[] = … … 78 78 * Internal Functions * 79 79 *******************************************************************************/ 80 #if ndef WITH_MANUAL_CLEANUP80 #ifdef WITH_MANUAL_CLEANUP 81 81 static void removeOldMess(void); 82 82 #endif … … 135 135 { 136 136 HRESULT hrc = _Module.UnregisterServer(TRUE); 137 #if ndef WITH_MANUAL_CLEANUP137 #ifdef WITH_MANUAL_CLEANUP 138 138 removeOldMess(); 139 139 #endif … … 141 141 } 142 142 143 #if ndef WITH_MANUAL_CLEANUP143 #ifdef WITH_MANUAL_CLEANUP 144 144 145 145 /**
Note:
See TracChangeset
for help on using the changeset viewer.