Changeset 72837 in vbox for trunk/src/VBox/Devices/Graphics/shaderlib/wine
- Timestamp:
- Jul 3, 2018 5:09:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.c
r72836 r72837 201 201 va_start( args, format ); 202 202 vsprintf( txt, format, args ); 203 va_end( args ); 203 204 204 205 OutputDebugString(txt);
Note:
See TracChangeset
for help on using the changeset viewer.