Преглед изворни кода

add missing include for HANDLE

Samuel Thibault пре 16 година
родитељ
комит
2bafbdef7f
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      include/starpu_perfmodel.h

+ 3 - 0
include/starpu_perfmodel.h

@@ -20,6 +20,9 @@
 #include <stdio.h>
 #ifndef __MINGW32__
 #include <pthread.h>
+#else
+#include <windows.h>
+#undef interface
 #endif
 #include <starpu.h>
 #include <starpu_config.h>