diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-01-02 16:47:07 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-01-02 16:47:07 -0300 |
| commit | a748c368854372803e281fd123036d348bbe0fd1 (patch) | |
| tree | 3de4604fd8bc793df788f68ae1902376d4b9c250 /include/ginclude.h | |
| parent | ce13dfbf30fd1ab4e7f7eff8886a80f144c75e5d (diff) | |
Update ASIO headers to version 2.3.
Diffstat (limited to 'include/ginclude.h')
| -rw-r--r-- | include/ginclude.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ginclude.h b/include/ginclude.h index b627dc2..d6dda0d 100644 --- a/include/ginclude.h +++ b/include/ginclude.h @@ -8,7 +8,7 @@ //
#define ASIO_BIG_ENDIAN 1
#define ASIO_CPU_MIPS 1
-#elif defined WIN32
+#elif defined(_WIN32) || defined(_WIN64)
#undef BEOS
#undef MAC
#undef SGI
|
