Takeshi Nishimura\'s menu fixes
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@605 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
042916af53
commit
74da1b5cf9
@ -29,12 +29,16 @@
|
||||
#include "freeglut_internal.h"
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#if HAVE_VPRINTF
|
||||
#if TARGET_HOST_WIN32
|
||||
# define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
|
||||
#elif HAVE_DOPRNT
|
||||
# define VFPRINTF(s,f,a) _doprnt((f),(a),(s))
|
||||
#else
|
||||
# if HAVE_VPRINTF
|
||||
# define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
|
||||
# elif HAVE_DOPRNT
|
||||
# define VFPRINTF(s,f,a) _doprnt((f),(a),(s))
|
||||
# else
|
||||
# define VFPRINTF(s,f,a)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if TARGET_HOST_WINCE
|
||||
|
Reference in New Issue
Block a user