We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82558da + 6ad7503 commit 9efa493Copy full SHA for 9efa493
1 file changed
src/gpuarray/config.h
@@ -29,6 +29,8 @@
29
#include <stddef.h>
30
#if _MSC_VER < 1600
31
#include <gpuarray/wincompat/stdint.h>
32
+#else
33
+#include <stdint.h>
34
#endif
35
#define ssize_t intptr_t
36
#define SSIZE_MAX INTPTR_MAX
0 commit comments