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,6 +29,9 @@
|
|||||||
#include "freeglut_internal.h"
|
#include "freeglut_internal.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#if TARGET_HOST_WIN32
|
||||||
|
# define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
|
||||||
|
#else
|
||||||
# if HAVE_VPRINTF
|
# if HAVE_VPRINTF
|
||||||
# define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
|
# define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
|
||||||
# elif HAVE_DOPRNT
|
# elif HAVE_DOPRNT
|
||||||
@ -36,6 +39,7 @@
|
|||||||
# else
|
# else
|
||||||
# define VFPRINTF(s,f,a)
|
# define VFPRINTF(s,f,a)
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if TARGET_HOST_WINCE
|
#if TARGET_HOST_WINCE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user