Searched defs:PCRE2_EXP_DECL (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_internal.h89 setting in pcre2.h (which is included below); it defines only PCRE2_EXP_DECL,
93 PCRE2_EXP_DECL for declarations
96 The reason for wrapping this in #ifndef PCRE2_EXP_DECL is so that pcre2test,
105 #ifndef PCRE2_EXP_DECL
108 # define PCRE2_EXP_DECL extern __declspec(dllexport) macro
111 # define PCRE2_EXP_DECL extern macro
116 # define PCRE2_EXP_DECL extern "C" macro
118 # define PCRE2_EXP_DECL extern macro
121 # define PCRE2_EXP_DEFN PCRE2_EXP_DECL
127 property values. This must follow the setting of PCRE2_EXP_DECL abov
[all...]

Completed in 80 milliseconds