Fix build on Windows

This commit is contained in:
Victor Stinner 2011-11-10 20:05:55 +01:00
parent 10b8cf4455
commit 87a7c825f0
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ Copyright (c) Corporation for National Research Initiatives.
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifdef MS_WINDOWS
#include <windows.h>
#endif
/* --- Registry ----------------------------------------------------------- */
PyDoc_STRVAR(register__doc__,