Changeset 60865 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- May 6, 2016 2:43:04 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r60759 r60865 144 144 static void watchdogShutdown(); 145 145 146 #ifdef RT_OS_WINDOWS147 /* Required for ATL. */148 static ATL::CComModule _Module;149 #endif150 146 151 147 /** … … 988 984 if (RT_FAILURE(rc)) 989 985 return RTMsgInitFailure(rc); 986 #ifdef RT_OS_WINDOWS 987 ATL::CComModule _Module; /* Required internally by ATL (constructor records instance in global variable). */ 988 #endif 990 989 991 990 /* 992 991 * Parse the global options 993 */992 */ 994 993 int c; 995 994 const char *pszLogFile = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.