Changeset 21229 in vbox
- Timestamp:
- Jul 5, 2009 7:59:14 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r21227 r21229 19 19 #include <Windows.h> 20 20 #include <VBoxHook.h> 21 #include <VBox/VBoxGuestLib.h> 21 22 #include <stdio.h> 22 23 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r21227 r21229 34 34 #include <VBox/version.h> 35 35 #include <VBox/Log.h> 36 #include <VBox/VBoxGuest.h> /** @todo use the VbglR3 interface! */ 37 #include <VBox/VBoxGuestLib.h> 36 38 37 39 #define WM_VBOX_RESTORED 0x2005
Note:
See TracChangeset
for help on using the changeset viewer.