converting back: no win include in python-occ

This commit is contained in:
Joachim Schoeberl 2024-02-10 10:02:55 +01:00
parent 7d45d47260
commit 61f34fc4ad
2 changed files with 0 additions and 34 deletions

View File

@ -1,23 +1,6 @@
#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 <general/ngpython.hpp>
#include <core/python_ngcore.hpp>
#include <meshing/python_mesh.hpp>

View File

@ -1,23 +1,6 @@
#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>