Home | History | Annotate | Download | only in src

Lines Matching refs:PCRE2_EXP_DECL

89 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)
111 # define PCRE2_EXP_DECL extern
116 # define PCRE2_EXP_DECL extern "C"
118 # define PCRE2_EXP_DECL extern
121 # define PCRE2_EXP_DEFN PCRE2_EXP_DECL
127 property values. This must follow the setting of PCRE2_EXP_DECL above. */