Changeset 31148 in vbox
- Timestamp:
- Jul 27, 2010 4:42:42 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r31145 r31148 19 19 #include <iprt/log.h> 20 20 #include <iprt/err.h> 21 #include <iprt/assert.h> 21 22 22 23 /* display driver interface abstraction for XPDM & WDDM -
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r30865 r31148 16 16 #define __VBoxDisplay_h__ 17 17 18 #include <iprt/types.h> 19 #include <iprt/assert.h> 20 18 21 #define VBOXESC_SETVISIBLEREGION 0xABCD9001 19 22 #define VBOXESC_ISVRDPACTIVE 0xABCD9002 … … 22 25 # define VBOXESC_GETVBOXVIDEOCMCMD 0xABCD9004 23 26 # define VBOXESC_DBGPRINT 0xABCD9005 24 25 #include <iprt/assert.h>26 27 27 28 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.