Changeset 72837 in vbox
- Timestamp:
- Jul 3, 2018 5:09:24 PM (6 years ago)
- 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.