mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
windows include in visual
This commit is contained in:
parent
61f34fc4ad
commit
6622829e8f
@ -17,6 +17,27 @@ Visualization
|
||||
// #define PARALLELGL
|
||||
// #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
|
||||
|
||||
|
||||
|
||||
#include "visual_api.hpp"
|
||||
#include "../include/incopengl.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user