mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
includes in vsocc
This commit is contained in:
parent
e8a9131b31
commit
3a2e3fa901
@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
#ifdef OCCGEOMETRY
|
#ifdef OCCGEOMETRY
|
||||||
|
|
||||||
|
|
||||||
|
/*** Windows headers ***/
|
||||||
|
#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 <mystdlib.h>
|
#include <mystdlib.h>
|
||||||
#include <myadt.hpp>
|
#include <myadt.hpp>
|
||||||
#include <meshing.hpp>
|
#include <meshing.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user