mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-24 19:30: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
|
||||
#warning "UNKNOWN PLATFORM IDENTIFIED!!!!"
|
||||
#define PLATFORM_UNKNOWN
|
||||
#warning "USING PORTABLE C!!!"
|
||||
#define USE_PORTABLE_C
|
||||
#endif
|
||||
|
||||
#if (defined PLATFORM_LINUX) || (defined PLATFORM_MACOSX)
|
||||
|
|
Loading…
Reference in New Issue
Block a user