Go to the documentation of this file. 31 #ifndef __OPENARUCO_CORE_TYPES_H__ 32 #define __OPENARUCO_CORE_TYPES_H__ 34 #if !defined _CRT_SECURE_NO_DEPRECATE && _MSC_VER > 1300 35 #define _CRT_SECURE_NO_DEPRECATE 39 #if (defined WIN32 || defined _WIN32 || defined WINCE) && defined DSO_EXPORTS 40 #define ARUCO_EXPORTS __declspec(dllexport)