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

Deuce's mod: added platform description for OpenBSD.

parent 8038ca83
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,8 @@ extern "C" { ...@@ -97,6 +97,8 @@ extern "C" {
#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