Commit 06cfe952 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

No need to include windows.h twice

parent e018b305
......@@ -23,7 +23,7 @@ Data members:
#ifdef MS_WINDOWS
#define WIN32_LEAN_AND_MEAN
#include "windows.h"
#include <windows.h>
#endif /* MS_WINDOWS */
#ifdef MS_COREDLL
......@@ -36,10 +36,6 @@ extern const char *PyWin_DLLVersionString;
#include <unixlib.h>
#endif
#ifdef MS_WINDOWS
#include <windows.h>
#endif
#ifdef HAVE_LANGINFO_H
#include <locale.h>
#include <langinfo.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment