GSoC2011SfM  0.1
Google Summer of Code 2011: Structure from motion
D:/Travail/These/Determination caracteristiques camera/GSoC/SfM/src/macro.h
00001 #ifndef _SFM_GSOC2011_MACRO_H_
00002 #define _SFM_GSOC2011_MACRO_H_
00003 
00004 //Taken from opencv's precom.hpp
00005 #if _MSC_VER >= 1200
00006 #pragma warning( disable: 4127 4251 4521 4996 )
00007 #endif
00008 
00009 #if ( defined WIN32 || defined _WIN32 || defined WINCE )
00010   #if defined SFM_API_EXPORTS
00011       #define SFM_EXPORTS __declspec( dllexport )
00012   #else
00013       #define SFM_EXPORTS __declspec( dllimport )
00014   #endif
00015 #else
00016     #define SFM_EXPORTS
00017 #endif
00018 
00019 
00092 #endif
 All Classes Functions Variables