|
@@ -23,11 +23,12 @@
|
|
|
#ifndef _MSC_VER
|
|
|
#include <stdint.h>
|
|
|
#else
|
|
|
+#include <windows.h>
|
|
|
typedef unsigned char uint8_t;
|
|
|
typedef unsigned short uint16_t;
|
|
|
typedef unsigned int uint32_t;
|
|
|
typedef unsigned long long uint64_t;
|
|
|
-typedef unsigned int uintptr_t;
|
|
|
+typedef UINT_PTR uintptr_t;
|
|
|
#endif
|
|
|
|
|
|
#include <starpu_config.h>
|