Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the NEWS file to the jarfile
[simgrid.git] / include / xbt / xbt_os_thread.h
index 72ae27983d8cdf52df9684c63b2cec185b96fd10..3c336cba8113f27b3729ac1322ff0bca3afbfaf1 100644 (file)
@@ -27,7 +27,7 @@ typedef struct xbt_os_thread_ *xbt_os_thread_t;
 
 
 #ifdef _XBT_WIN32 /* defined if this is a windows system, 32bits or 64bits) */
-#include <windef.h>
+#include <windows.h>
 typedef DWORD xbt_os_thread_key_t;
 #else /* assume that every non-windows system is POSIX-compatible */