Changeset 917
- Timestamp:
- 05/06/20 13:49:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/sdk_build_config.h
r826 r917 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 18Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 10 10 #ifdef __APPLE__ 11 11 #define MACOS 12 #elif defined __linux || defined __CYGWIN__ 12 #elif defined __linux || defined __CYGWIN__ || defined __MINGW32__ 13 13 #define LINUX 14 14 #endif 15 16 #ifdef __MINGW32__ 17 #undef _WIN32 //assume that someone using MinGW to compile this SDK wants to pretend their system is Linux, not Windows 18 #endif 19 15 20 16 21 #define USE_PRINTFLOAT_DRAGON4
Note: See TracChangeset
for help on using the changeset viewer.