Skip to content
Snippets Groups Projects
Commit 0ebb9ec3 authored by rswindell's avatar rswindell
Browse files

Deuce's mod: added OpenBSD platform description.

parent bb266ad1
Branches
Tags
No related merge requests found
...@@ -87,6 +87,8 @@ ...@@ -87,6 +87,8 @@
#define PLATFORM_DESC "Linux" #define PLATFORM_DESC "Linux"
#elif defined(__FreeBSD__) #elif defined(__FreeBSD__)
#define PLATFORM_DESC "FreeBSD" #define PLATFORM_DESC "FreeBSD"
#elif defined(__OpenBSD__)
#define PLATFORM_DESC "OpenBSD"
#elif defined(BSD) #elif defined(BSD)
#define PLATFORM_DESC "BSD" #define PLATFORM_DESC "BSD"
#elif defined(__unix__) #elif defined(__unix__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment