VirtualBox

Ignore:
Timestamp:
Mar 3, 2011 7:52:32 PM (14 years ago)
Author:
vboxsync
Message:

FE/BFE: try the mouse testcase again

Location:
trunk/src/VBox/Frontends/VBoxBFE/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/testcase/Makefile.kmk

    r36152 r36156  
    2424ifndef VBOX_ONLY_SDK
    2525 if defined(VBOX_WITH_TESTCASES)
    26 #  PROGRAMS       += \
    27 #       tstMouseImpl
     26  PROGRAMS       += \
     27        tstMouseImpl
    2828 endif # !VBOX_WITH_TESTCASES
    2929endif # !VBOX_ONLY_SDK
  • trunk/src/VBox/Frontends/VBoxBFE/testcase/tstMouseImpl.cpp

    r36149 r36156  
    205205Display::~Display() {}
    206206
    207 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE, const char *)
     207DECLEXPORT(bool) CFGMR3AreValuesValid(PCFGMNODE, const char *)
    208208{
    209209    return true;
    210210}
    211211
    212 VMMR3DECL(int) CFGMR3QueryPtr(PCFGMNODE, const char *, void **pv)
     212DECLEXPORT(int) CFGMR3QueryPtr(PCFGMNODE, const char *, void **pv)
    213213{
    214214    *pv = pMouse;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette