Thanks to visit codestin.com Credit goes to github.com
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 e018b30 commit 06cfe95Copy full SHA for 06cfe95
1 file changed
Python/sysmodule.c
@@ -23,7 +23,7 @@ Data members:
23
24
#ifdef MS_WINDOWS
25
#define WIN32_LEAN_AND_MEAN
26
-#include "windows.h"
+#include <windows.h>
27
#endif /* MS_WINDOWS */
28
29
#ifdef MS_COREDLL
@@ -36,10 +36,6 @@ extern const char *PyWin_DLLVersionString;
36
#include <unixlib.h>
37
#endif
38
39
-#ifdef MS_WINDOWS
40
-#include <windows.h>
41
-#endif
42
-
43
#ifdef HAVE_LANGINFO_H
44
#include <locale.h>
45
#include <langinfo.h>
0 commit comments