[PATCH 2/2] include: Use dllimport attribute for string.h functions.
Jan. 29, 2020
12:40 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- Fixes a noisy clang warning about _strnicmp being incompatible with winternl.h declaration. Also helps compiler to produce better code. include/msvcrt/corecrt.h | 12 +++ include/msvcrt/string.h | 180 +++++++++++++++++++-------------------- 2 files changed, 102 insertions(+), 90 deletions(-)
2248
Age (days ago)
2248
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban