Fixed a typo in an #if ...
This commit is contained in:
parent
d7ec45ca3b
commit
eacec814e1
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
#define WIN_W 1024
|
||||
#define WIN_H 768
|
||||
|
||||
#ifdef defined( NONE ) && defined( _MSC_VER )
|
||||
#if defined( NONE ) && defined( _MSC_VER )
|
||||
# pragma message( "A sloppy coder has defined NONE as a macro!!!" )
|
||||
# undef NONE
|
||||
#elif defined( NONE )
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* src/Include/config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
/* src/Include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
|
Loading…
Add table
Reference in a new issue