瀏覽代碼

add missing include for HANDLE

Samuel Thibault 15 年之前
父節點
當前提交
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>