diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-23 10:47:35 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-23 10:51:18 +0200 |
commit | 226160716636962ad84a64c1a03bbc9889759331 (patch) | |
tree | 095e64ed7ab565c65253418fc0cc7dd0a7ff1b02 /meson_options.txt | |
parent | 15c52d697529eb3e78c5d8aa324d61715bce33b6 (diff) | |
download | slirp-226160716636962ad84a64c1a03bbc9889759331.zip slirp-226160716636962ad84a64c1a03bbc9889759331.tar.gz slirp-226160716636962ad84a64c1a03bbc9889759331.tar.bz2 |
Use SSIZE_T from BaseTsd.h on windows
It is defined by BaseTsd.h as LONG_PTR, which is 32bit size on win32, and
64bit size on win64.
It seems that mingw rather uses int for the 32bit case, but better stick
to the MS definition, and int/LONG_PTR will be abi-compatible on 32bit.
Fixes #68
Diffstat (limited to 'meson_options.txt')
0 files changed, 0 insertions, 0 deletions