Changeset 41419 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/error.c
- Timestamp:
- May 23, 2012 2:57:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r41418 r41419 301 301 } 302 302 303 #ifdef CR_DEBUG_BACKDOOR_ENABLE 303 304 static DECLCALLBACK(void) crDebugBackdoorRt(char* pcszStr) 304 305 { … … 310 311 VBoxDispMpLoggerLog(pcszStr); 311 312 } 313 #endif 312 314 313 315 DECLEXPORT(void) crDebug(const char *format, ... )
Note:
See TracChangeset
for help on using the changeset viewer.