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 7bc82bb commit 68933b9Copy full SHA for 68933b9
1 file changed
Modules/_localemodule.c
@@ -9,15 +9,15 @@ This software comes with no warranty. Use at your own risk.
9
10
******************************************************************/
11
12
+#include "Python.h"
13
+
14
#include <stdio.h>
15
#include <errno.h>
16
#include <locale.h>
17
#include <string.h>
18
#include <limits.h>
19
#include <ctype.h>
20
-#include "Python.h"
-
21
#if defined(MS_WIN32)
22
#define WINDOWS_LEAN_AND_MEAN
23
#include <windows.h>
0 commit comments