We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f0f1d commit 8288f78Copy full SHA for 8288f78
_ptw32.h
@@ -162,7 +162,7 @@
162
# include "need_errno.h"
163
#endif
164
165
-#if defined(__MINGW64_VERSION_MAJOR) || defined(__BORLANDC__)
+#if defined(__BORLANDC__)
166
# define int64_t LONGLONG
167
# define uint64_t ULONGLONG
168
#elif !defined(__MINGW32__)
@@ -171,6 +171,8 @@
171
# if defined(PTW32_CONFIG_MSVC6)
172
typedef long intptr_t;
173
# endif
174
+#else
175
+# include <stdint.h>
176
177
178
/*
0 commit comments