Solves a build problem with MSVC scons build. Thanks kaito for pointing out the Black box of BLI_winstuff

This commit is contained in:
2005-03-07 14:48:13 +00:00
parent d6f6d13f3a
commit 9e52a14894

View File

@@ -34,6 +34,10 @@
#include <config.h>
#endif
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include <Python.h>
#include "compile.h" /* for the PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode */