mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Added check for WIN32_VC
This commit is contained in:
parent
c7a50a0fa7
commit
d4c848e8c7
@ -16,7 +16,7 @@
|
||||
#include "version.h"
|
||||
#include "compile.h"
|
||||
#include "libpbm.h"
|
||||
#if __STDC__
|
||||
#if defined(__STDC__) || defined(WIN32_VC)
|
||||
#include <stdarg.h>
|
||||
#else /*__STDC__*/
|
||||
#include <varargs.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user