Changeset 31549 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Aug 10, 2010 5:05:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r30440 r31549 335 335 { 336 336 { 337 #ifdef _X_ATTRIBUTE_PRINTF 338 void (*pxf86Msg)(MessageType type, const char *format, ...) _X_ATTRIBUTE_PRINTF(2,3); 339 #else 337 340 void (*pxf86Msg)(MessageType type, const char *format, ...) _printf_attribute(2,3); 341 #endif 338 342 339 343 pxf86Msg = dlsym(RTLD_DEFAULT, "xf86Msg");
Note:
See TracChangeset
for help on using the changeset viewer.