Changeset 26493 in vbox for trunk/src/VBox/Additions/WINNT/VBoxHook
- Timestamp:
- Feb 14, 2010 7:50:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp
r8387 r26493 32 32 BOOL bStatus = TRUE; 33 33 34 switch (fdwReason) 34 switch (fdwReason) 35 35 { 36 36 case DLL_PROCESS_ATTACH: … … 53 53 } 54 54 55
Note:
See TracChangeset
for help on using the changeset viewer.