133 |
#endif |
#endif |
134 |
|
|
135 |
/* When compiling with the MSVC compiler, it is sometimes necessary to include |
/* When compiling with the MSVC compiler, it is sometimes necessary to include |
136 |
a "calling convention" before exported function names. (This is secondhand |
a "calling convention" before exported function names. (This is secondhand |
137 |
information; I know nothing about MSVC myself). For example, something like |
information; I know nothing about MSVC myself). For example, something like |
138 |
|
|
139 |
void __cdecl function(....) |
void __cdecl function(....) |
140 |
|
|
141 |
might be needed. In order so make this easy, all the exported functions have |
might be needed. In order so make this easy, all the exported functions have |
142 |
PCRE_CALL_CONVENTION just before their names. It is rarely needed; if not |
PCRE_CALL_CONVENTION just before their names. It is rarely needed; if not |
143 |
set, we ensure here that it has no effect. */ |
set, we ensure here that it has no effect. */ |
144 |
|
|
145 |
#ifndef PCRE_CALL_CONVENTION |
#ifndef PCRE_CALL_CONVENTION |
146 |
#define PCRE_CALL_CONVENTION |
#define PCRE_CALL_CONVENTION |