Merge pull request #698 from cxd4/fix-NRage-for-gcc
[N-Rage] Disabled broken pre-processor code.
This commit is contained in:
commit
50addc7c7d
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define DIRECTINPUT_VERSION 0x0800
|
#define DIRECTINPUT_VERSION 0x0800
|
||||||
|
|
||||||
// hacks for GNU C compilers
|
// hacks for GNU C compilers // No thank you....
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
||||||
#ifndef WINVER
|
#ifndef WINVER
|
||||||
|
@ -37,10 +37,10 @@
|
||||||
#define _WIN32_IE 0x0300
|
#define _WIN32_IE 0x0300
|
||||||
#endif // #ifndef _WIN32_IE
|
#endif // #ifndef _WIN32_IE
|
||||||
|
|
||||||
#ifndef _const unsigned char *_DEFINED
|
//#ifndef _const unsigned char *_DEFINED
|
||||||
#define _const unsigned char *_DEFINED
|
//#define _const unsigned char *_DEFINED
|
||||||
typedef const unsigned char *const unsigned char *;
|
//typedef const unsigned char *const unsigned char *;
|
||||||
#endif // #ifndef _const unsigned char *_DEFINED
|
//#endif
|
||||||
|
|
||||||
#endif // #ifdef __GNUC__
|
#endif // #ifdef __GNUC__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue