Commit 53a2fca5 authored by Dominik Charousset's avatar Dominik Charousset

fixed CPPA_LINUX macro

parent b48a9c68
......@@ -44,7 +44,7 @@
# ifndef _GLIBCXX_HAS_GTHREADS
# define _GLIBCXX_HAS_GTHREADS
# endif
#elif defined(__GNUC__) && defined(__linux__)
#elif defined(__linux__)
# define CPPA_LINUX
#elif defined(WIN32)
# define CPPA_WINDOWS
......
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