Changeset 46757 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h
- Timestamp:
- Jun 24, 2013 2:30:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h
r41928 r46757 28 28 29 29 DECLEXPORT(void) crDebug(const char *format, ... ) PRINTF; 30 #ifdef DEBUG_misha 31 typedef void FNCRDEBUG(const char *format, ... ) PRINTF; 32 typedef FNCRDEBUG *PFNCRDEBUG; 33 DECLINLINE(PFNCRDEBUG) crGetDebug() {return crDebug;} 34 # define crWarning (RT_BREAKPOINT(), crDebug) 35 #else 30 36 DECLEXPORT(void) crWarning(const char *format, ... ) PRINTF; 37 #endif 31 38 DECLEXPORT(void) crInfo(const char *format, ... ) PRINTF; 32 39
Note:
See TracChangeset
for help on using the changeset viewer.