mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 21:40:20 +00:00
replace remaining WIN32 platform macros
see the commit HEAD@{2}
This commit is contained in:
@@ -70,7 +70,7 @@ static void _dprintf(const char *format, ...)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
char msg[65535];
|
||||
va_list ap;
|
||||
|
||||
@@ -84,7 +84,7 @@ static void _dprintf(const char *format, ...)
|
||||
va_start(ap, format);
|
||||
vfprintf(stderr, format, ap);
|
||||
va_end(ap);
|
||||
#endif /* WIN32 */
|
||||
#endif /* _WIN32 */
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user