Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
win32_config.h
Go to the documentation of this file.
1 #ifndef MOAB_WIN32_CONFIG_H
2 #define MOAB_WIN32_CONFIG_H
3 
4 #if defined WIN32 && defined _MSC_VER
5 #include "MOAB_export.h"
6 
7 #ifdef __cplusplus
8 #define _USE_MATH_DEFINES // for C++
9 #include <cmath>
10 #endif
11 
12 #else
13 #define MOAB_EXPORT
14 #endif
15 
16 #endif