Home
last modified time | relevance | path

Searched defs:PROJ_DLL (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_api.h62 #define PROJ_DLL __declspec(dllexport) macro
64 #define PROJ_DLL __declspec(dllimport) macro
66 #define PROJ_DLL __attribute__ ((visibility("default"))) macro
68 #define PROJ_DLL macro
H A Dproj.h144 #define PROJ_DLL __declspec(dllexport) macro
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dutil.hpp54 #define PROJ_DLL __declspec(dllexport) macro
56 #define PROJ_DLL __declspec(dllimport) macro
58 #define PROJ_DLL __attribute__((visibility("default"))) macro
60 #define PROJ_DLL macro