mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
win32: don't prepend all debug with gallium3d
This commit is contained in:
parent
800d13df72
commit
689e1c5d50
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
void debug_vprintf(const char *format, va_list ap)
|
||||
{
|
||||
#ifdef WIN32
|
||||
EngDebugPrint("Gallium3D: ", (PCHAR)format, ap);
|
||||
EngDebugPrint("", (PCHAR)format, ap);
|
||||
#else
|
||||
vfprintf(stderr, format, ap);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue