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.
MS_WIN64
1 parent ae6ab60 commit ae312e4Copy full SHA for ae312e4
PC/pyconfig.h
@@ -213,18 +213,10 @@ typedef int pid_t;
213
/* mingw and mingw-w64 define __MINGW32__ */
214
#ifdef __MINGW32__
215
216
-#if !defined(MS_WIN64) && defined(_WIN64)
+#ifdef _WIN64
217
#define MS_WIN64
218
#endif
219
220
-#if !defined(MS_WIN32) && defined(_WIN32)
221
-#define MS_WIN32
222
-#endif
223
-
224
-#if !defined(MS_WINDOWS) && defined(MS_WIN32)
225
-#define MS_WINDOWS
226
227
228
#endif /* __MINGW32__*/
229
230
/* ------------------------------------------------------------------------*/
0 commit comments