This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 2ea7342
Ian Macphail
[[ Bug 22379 ]] Ignore foreign handler C calling convention on 64-bit Windows
This patch fixes bug 22379, where foreign handlers declared in LCB
would fail to resolve if the foreign handler binding specified a
calling convention on 64-bit Windows. As there is only one calling
convention in 64-bit Windows, it is safe to ignore such declarations
in that case, allowing the same bindings to work for both 32-bit and
64-bit engine variants.1 parent e51a676 commit 2ea7342
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
1270 | | - | |
1271 | | - | |
| 1270 | + | |
| 1271 | + | |
1272 | 1272 | | |
1273 | | - | |
| 1273 | + | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | 1276 | | |
| |||
0 commit comments