summaryrefslogtreecommitdiff
path: root/private.c
diff options
context:
space:
mode:
Diffstat (limited to 'private.c')
-rw-r--r--private.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.c b/private.c
index 6f59e5c..d6171b4 100644
--- a/private.c
+++ b/private.c
@@ -38,6 +38,8 @@
#include "pthread.h"
#include "implement.h"
+/* Must be first to define HAVE_INLINABLE_INTERLOCKED_CMPXCHG */
+#include "ptw32_InterlockedCompareExchange.c"
#include "ptw32_is_attr.c"
#include "ptw32_processInitialize.c"
@@ -50,5 +52,4 @@
#include "ptw32_semwait.c"
#include "ptw32_timespec.c"
#include "ptw32_throw.c"
-#include "ptw32_InterlockedCompareExchange.c"
#include "ptw32_getprocessors.c"