| 192 |
|
|
| 193 |
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS |
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS |
| 194 |
|
|
| 195 |
It is possible to compile programs to use different calling conventions using |
It is possible to compile programs to use different calling conventions using |
| 196 |
MSVC. Search the web for "calling conventions" for more information. To make it |
MSVC. Search the web for "calling conventions" for more information. To make it |
| 197 |
easier to change the calling convention for the exported functions in the |
easier to change the calling convention for the exported functions in the |
| 198 |
PCRE library, the macro PCRE_CALL_CONVENTION is present in all the external |
PCRE library, the macro PCRE_CALL_CONVENTION is present in all the external |
| 199 |
definitions. It can be set externally when compiling (e.g. in CFLAGS). If it is |
definitions. It can be set externally when compiling (e.g. in CFLAGS). If it is |
| 200 |
not set, it defaults to empty; the default calling convention is then used |
not set, it defaults to empty; the default calling convention is then used |
| 201 |
(which is what is wanted most of the time). |
(which is what is wanted most of the time). |
| 202 |
|
|
| 203 |
|
|