commit | 02b97d1d2acf5044b29a1fc51fb7ae775c304c1e | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun Apr 03 16:31:28 2022 +0200 |
committer | LIU Hao <lh_mouse@126.com> | Sun Apr 03 22:38:33 2022 +0800 |
tree | 99090ebd41cdd02816fc79ad7b0ebb6117af9669 | |
parent | 38238df8f58f668a54bb29807cb88620355d14e6 [diff] |
headers: inttypes.h: Do not define 64-bit modifiers for msvcrt10.dll builds Runtime library msvcrt10.dll like crtdll.dll does not provide support for 64-bit printf/scanf modifiers. So do not define them for msvcrt10.dll too. Signed-off-by: LIU Hao <lh_mouse@126.com>