added #ifdef if compiling on MSVC

This commit is contained in:
Nico Pietroni nicopietroni 2009-07-17 15:03:50 +00:00
parent 5ea178ba27
commit c97f38dce9

View File

@ -3,8 +3,10 @@
#define abstraction_num 7
#define flip_factor 1.5f
#ifdef _MSC_VER
#define _USE_OMP
#undef _USE_OMP
//#undef _USE_OMP
#endif
#define _MESHLAB
#endif