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

Added PLATFORM_DESC macro definition for Win64 platform

(just preparing for the future).
parent b8712299
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,9 @@ extern "C" { ...@@ -221,7 +221,9 @@ extern "C" {
#endif #endif
/* Target Platform Description */ /* Target Platform Description */
#if defined(_WIN32) #if defined(_WIN64)
#define PLATFORM_DESC "Win64"
#elif defined(_WIN32)
#define PLATFORM_DESC "Win32" #define PLATFORM_DESC "Win32"
#elif defined(__OS2__) #elif defined(__OS2__)
#define PLATFORM_DESC "OS/2" #define PLATFORM_DESC "OS/2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment