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

Added BSD and FreeBSD support to the PLATFORM_DESC macro.

parent c2a25ad7
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,10 @@ extern "C" {
#define PLATFORM_DESC "DOS"
#elif defined(__linux__)
#define PLATFORM_DESC "Linux"
#elif defined(__FreeBSD__)
#define PLATFORM_DESC "FreeBSD"
#elif defined(BSD)
#define PLATFORM_DESC "BSD"
#elif defined(__unix__)
#define PLATFORM_DESC "Unix"
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment