- Timestamp:
- Dec 6, 2007 2:49:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r5982 r5991 847 847 } 848 848 849 #ifdef VBOX_VRDP 849 850 static void fixKbdLockStatus (VRDPInputSynch *pInputSynch, IKeyboard *pKeyboard) 850 851 { … … 864 865 } 865 866 } 867 #endif /* VBOX_VRDP */ 866 868 867 869 DECLCALLBACK(void) ConsoleVRDPServer::VRDPCallbackInput (void *pvCallback, int type, const void *pvInput, unsigned cbInput) 868 870 { 871 #ifdef VBOX_VRDP 869 872 ConsoleVRDPServer *server = static_cast <ConsoleVRDPServer *> (pvCallback); 870 873 Console *pConsole = server->mConsole; … … 992 995 break; 993 996 } 997 #else 998 NOREF(pvCallback); 999 NOREF(type); 1000 NOREF(pvInput); 1001 NOREF(cbInput); 1002 #endif /* VBOX_VRDP */ 994 1003 } 995 1004
Note:
See TracChangeset
for help on using the changeset viewer.