Changeset 47277 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 19, 2013 5:49:34 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r47273 r47277 222 222 $(VBOX_XML_SCHEMADEFS_CPP) 223 223 tstMouseImpl_INCS = ../include \ 224 225 226 224 $(VBOX_PATH_SDK)/bindings/xpcom/include \ 225 $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \ 226 $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \ 227 227 $(dir $(VBOX_XML_SCHEMADEFS_H)) 228 228 tstMouseImpl_LIBS = $(PATH_STAGE_LIB)/VBoxAPIWrap$(VBOX_SUFF_LIB) -
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r47275 r47277 19 19 * Header Files * 20 20 ******************************************************************************/ 21 #define IN_VMM_R3 /* Kill most Windows warnings on CFGMR3* implementations. */ 21 22 #include "MouseImpl.h" 22 23 #include "VMMDev.h"
Note:
See TracChangeset
for help on using the changeset viewer.