MOAB: Mesh Oriented datABase
(version 5.4.1)
|
00001 #ifndef MOAB_WIN32_CONFIG_H 00002 #define MOAB_WIN32_CONFIG_H 00003 00004 #if defined WIN32 && defined _MSC_VER 00005 #include "MOAB_export.h" 00006 00007 #ifdef __cplusplus 00008 #define _USE_MATH_DEFINES // for C++ 00009 #include <cmath> 00010 #endif 00011 00012 #else 00013 #define MOAB_EXPORT 00014 #endif 00015 00016 #endif