mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Latest GCC and MinGW hate certain #pragma's, just making the old main trunk compile again
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3752 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2ef27d913d
commit
334ebf7b67
1 changed files with 5 additions and 0 deletions
|
@ -111,7 +111,12 @@ typedef enum
|
|||
VF_CL_VIEWANGLES_Y = 35,
|
||||
VF_CL_VIEWANGLES_Z = 36,
|
||||
|
||||
#if !defined(__MINGW32__)
|
||||
#if !defined(__GNUC__)
|
||||
#pragma message("FIXME: add cshift")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
//33-36 used by DP...
|
||||
VF_PERSPECTIVE = 200,
|
||||
|
|
Loading…
Reference in a new issue