mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
todo note to detect macos during build
This commit is contained in:
parent
3d84ae9631
commit
8e73e0c516
1 changed files with 6 additions and 4 deletions
|
@ -41,6 +41,11 @@
|
|||
#define __LINUX__
|
||||
#endif
|
||||
|
||||
// TODO fix this and include proper headers
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#define __MACOS__
|
||||
#endif
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#define STEAM_WIN32
|
||||
#ifndef NOMINMAX
|
||||
|
@ -50,11 +55,8 @@
|
|||
#ifndef GNUC
|
||||
#define GNUC
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#else
|
||||
#warn "Unrecognized OS"
|
||||
#warning "Unrecognized OS"
|
||||
#endif
|
||||
|
||||
#define STEAM_API_EXPORTS
|
||||
|
|
Loading…
Add table
Reference in a new issue