Commit 236a1fb2 authored by Dominik Charousset's avatar Dominik Charousset

Check for _WIN32 to detect Windows hosts

This patch follows the suggestion by nubcase from #137.
parent 50304f28
......@@ -99,7 +99,7 @@
# if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,16)
# define CPPA_POLL_IMPL
# endif
#elif defined(WIN32)
#elif defined(WIN32) || defined(_WIN32)
# define CPPA_WINDOWS
#else
# error Platform and/or compiler not supportet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment