Changeset 32498 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Sep 15, 2010 7:45:59 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 65874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h
r15709 r32498 27 27 DECLEXPORT(void) crEnableWarnings(int onOff); 28 28 29 DECLEXPORT(void) crDebug( char *format, ... ) PRINTF;30 DECLEXPORT(void) crWarning( char *format, ... ) PRINTF;31 DECLEXPORT(void) crInfo( char *format, ... ) PRINTF;29 DECLEXPORT(void) crDebug(const char *format, ... ) PRINTF; 30 DECLEXPORT(void) crWarning(const char *format, ... ) PRINTF; 31 DECLEXPORT(void) crInfo(const char *format, ... ) PRINTF; 32 32 33 DECLEXPORT(void) crError( char *format, ... ) NORETURN_PRINTF;33 DECLEXPORT(void) crError(const char *format, ... ) NORETURN_PRINTF; 34 34 35 35 /* Throw more info while opengl is not stable */
Note:
See TracChangeset
for help on using the changeset viewer.