Skip to content

Commit

Permalink
Update platform list.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 6, 2021
1 parent 493a31f commit 01bd4d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mojocrash_platform.h
Expand Up @@ -9,15 +9,15 @@
#define MOJOCRASH_PLATFORM_NAME "macosx"
#define MOJOCRASH_PLATFORM_MACOSX 1
#define MOJOCRASH_PLATFORM_UNIX 1
#elif __BEOS__
#define MOJOCRASH_PLATFORM_NAME "beos"
#elif defined(__HAIKU__)
#define MOJOCRASH_PLATFORM_NAME "haiku"
#define MOJOCRASH_PLATFORM_BEOS 1
#define MOJOCRASH_PLATFORM_UNIX 1
#elif __linux__
#elif defined(__linux__)
#define MOJOCRASH_PLATFORM_NAME "linux"
#define MOJOCRASH_PLATFORM_LINUX 1
#define MOJOCRASH_PLATFORM_UNIX 1
#elif WINDOWS
#elif defined(_WIN32) || defined(_WIN64)
#define MOJOCRASH_PLATFORM_NAME "windows"
#define MOJOCRASH_PLATFORM_WINDOWS 1
#else
Expand Down

0 comments on commit 01bd4d4

Please sign in to comment.