Преглед на файлове

include/starpu.h: fix typedef when using MSCV

Nathalie Furmento преди 12 години
родител
ревизия
d340e3f1ec
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      include/starpu.h

+ 2 - 2
include/starpu.h

@@ -25,9 +25,9 @@
 #else
 typedef unsigned char uint8_t;
 typedef unsigned short uint16_t;
-typedef unsigned long uint32_t;
+typedef unsigned int uint32_t;
 typedef unsigned long long uint64_t;
-typedef unsigned long int uintptr_t;
+typedef unsigned int uintptr_t;
 #endif
 
 #include <starpu_config.h>