Changeset 63237 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Aug 10, 2016 7:15:31 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r62780 r63237 111 111 #ifndef VBOX_OSE 112 112 /*BOOL bRet =*/ serialCheckNeeded(hModule); 113 #else 114 RT_NOREF1(hModule); 113 115 #endif 114 116 return ERROR_SUCCESS; … … 119 121 #ifndef VBOX_OSE 120 122 /*BOOL bRet =*/ serialIsValid(hModule); 123 #else 124 RT_NOREF1(hModule); 121 125 #endif 122 126 return ERROR_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.