include
aruco
aruco_export.h
Go to the documentation of this file.
1
19
#ifndef __OPENARUCO_CORE_TYPES_H__
20
#define __OPENARUCO_CORE_TYPES_H__
21
22
#if !defined _CRT_SECURE_NO_DEPRECATE && _MSC_VER > 1300
23
#define _CRT_SECURE_NO_DEPRECATE
/* to avoid multiple Visual Studio 2005 warnings */
24
#endif
25
26
27
#if (defined WIN32 || defined _WIN32 || defined WINCE) && defined ARUCO_DSO_EXPORTS
28
#define ARUCO_EXPORT __declspec(dllexport)
29
#else
30
#define ARUCO_EXPORT
31
#endif
32
33
34
#endif
aruco
Author(s): Rafael Muñoz Salinas
, Bence Magyar
autogenerated on Sat Sep 23 2023 02:26:45