Fix build on Windows
This commit is contained in:
parent
10b8cf4455
commit
87a7c825f0
|
@ -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__,
|
||||
|
|
Loading…
Reference in New Issue