Changeset 36156 in vbox for trunk/src/VBox/Frontends/VBoxBFE/testcase
- Timestamp:
- Mar 3, 2011 7:52:32 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBFE/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/testcase/Makefile.kmk
r36152 r36156 24 24 ifndef VBOX_ONLY_SDK 25 25 if defined(VBOX_WITH_TESTCASES) 26 #PROGRAMS += \27 #tstMouseImpl26 PROGRAMS += \ 27 tstMouseImpl 28 28 endif # !VBOX_WITH_TESTCASES 29 29 endif # !VBOX_ONLY_SDK -
trunk/src/VBox/Frontends/VBoxBFE/testcase/tstMouseImpl.cpp
r36149 r36156 205 205 Display::~Display() {} 206 206 207 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE, const char *)207 DECLEXPORT(bool) CFGMR3AreValuesValid(PCFGMNODE, const char *) 208 208 { 209 209 return true; 210 210 } 211 211 212 VMMR3DECL(int) CFGMR3QueryPtr(PCFGMNODE, const char *, void **pv)212 DECLEXPORT(int) CFGMR3QueryPtr(PCFGMNODE, const char *, void **pv) 213 213 { 214 214 *pv = pMouse;
Note:
See TracChangeset
for help on using the changeset viewer.