6 Nov
2023
6 Nov
'23
12:06 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/string.c:
pthreadlocinfo locinfo; int c1, c2;
- if(s1==NULL || s2==NULL) - return _NLSCMPERROR; - if(!count) return 0; +#if _MSVCR_VER>=140
```suggestion:-0+0 #if _MSVCR_VER>=80 ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4284#note_51013