mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
include win first
This commit is contained in:
parent
6622829e8f
commit
e8a9131b31
@ -17,24 +17,6 @@ Visualization
|
|||||||
// #define PARALLELGL
|
// #define PARALLELGL
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
/*** 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
/*** 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 <incopengl.hpp>
|
// #include <incopengl.hpp>
|
||||||
#include <inctcl.hpp>
|
#include <inctcl.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user