windows include in python_occ_shapes

This commit is contained in:
Joachim Schoeberl 2024-02-10 09:46:53 +01:00
parent 996d2809c9
commit 97709fca23

View File

@ -1,6 +1,23 @@
#ifdef NG_PYTHON
#ifdef OCCGEOMETRY
// for testing: copied from mystdlib.h
#ifdef _MSC_VER
# define WIN32_LEAN_AND_MEAN
# ifndef NO_PARALLEL_THREADS
# ifdef MSVC_EXPRESS
# else
# include <afxwin.h>
# include <afxmt.h>
# endif // MSVC_EXPRESS
# endif
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
# include <winnt.h>
#else // Not using MC VC++
#endif
#include <regex>
#include <general/ngpython.hpp>