1
0
forked from fsfw/fsfw

some more preprocessor replacements

This commit is contained in:
2021-05-12 17:32:40 +02:00
parent 14027e449c
commit 4095be449a
3 changed files with 6 additions and 15 deletions

View File

@ -2,14 +2,9 @@
#define FSFW_PLATFORM_H_
#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))
#define PLATFORM_UNIX
#elif defined(_WIN32)
#define PLATFORM_WIN
#endif
#endif /* FSFW_PLATFORM_H_ */