Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the files bug-17132 to the tarball even if smpi is disabled
[simgrid.git] / include / xbt / xbt_os_thread.h
index ebf1b6f..539d57b 100644 (file)
@@ -28,7 +28,7 @@ typedef struct xbt_os_thread_ *xbt_os_thread_t;
 #include <pthread.h>
 
 #ifdef _XBT_WIN32 /* defined if this is a windows system, 32bits or 64bits) */
-#include <WinDef.h>
+#include <windef.h>
 typedef DWORD xbt_os_thread_key_t;
 #else /* assume that every non-windows system is POSIX-compatible */
 typedef pthread_key_t xbt_os_thread_key_t;