mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-25 03:40:26 +01:00
Defined USE_PORTABLE_C when we can't figure out the platform
This commit is contained in:
parent
535832668f
commit
5b2933e217
|
@ -69,6 +69,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#else
|
#else
|
||||||
#warning "UNKNOWN PLATFORM IDENTIFIED!!!!"
|
#warning "UNKNOWN PLATFORM IDENTIFIED!!!!"
|
||||||
#define PLATFORM_UNKNOWN
|
#define PLATFORM_UNKNOWN
|
||||||
|
#warning "USING PORTABLE C!!!"
|
||||||
|
#define USE_PORTABLE_C
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined PLATFORM_LINUX) || (defined PLATFORM_MACOSX)
|
#if (defined PLATFORM_LINUX) || (defined PLATFORM_MACOSX)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user