- Timestamp:
- Jul 20, 2007 1:41:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp
r3594 r3734 39 39 { 40 40 *pfStartThread = false; 41 42 /* Will fail if SetWinEventHook is not present (version < NT4 SP6 apparently) */ 41 43 hModule = LoadLibrary(VBOXHOOK_DLL_NAME); 42 44 if (hModule)
Note:
See TracChangeset
for help on using the changeset viewer.