Skip to content

Commit

Permalink
only define MS_WIN64
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySnail committed Dec 9, 2022
1 parent ae6ab60 commit ae312e4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +213,10 @@ typedef int pid_t;
/* mingw and mingw-w64 define __MINGW32__ */
#ifdef __MINGW32__

#if !defined(MS_WIN64) && defined(_WIN64)
#ifdef _WIN64
#define MS_WIN64
#endif

#if !defined(MS_WIN32) && defined(_WIN32)
#define MS_WIN32
#endif

#if !defined(MS_WINDOWS) && defined(MS_WIN32)
#define MS_WINDOWS
#endif

#endif /* __MINGW32__*/

/* ------------------------------------------------------------------------*/
Expand Down

0 comments on commit ae312e4

Please sign in to comment.