mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:18:08 +03:00
curl_setup.h: document more funcs flagged by _CRT_SECURE_NO_WARNINGS
Based on these logs (non-Unicode, Unicode Schannel):
https://github.com/curl/curl/actions/runs/19446115443/job/55640968722?pr=19175
https://github.com/curl/curl/actions/runs/19446115443/job/55640968764?pr=19175
Follow-up to 5fa2d8320c #19175
Closes #19597
This commit is contained in:
parent
7f3731ce14
commit
8bb8984e9d
1 changed files with 4 additions and 3 deletions
|
|
@ -95,9 +95,10 @@
|
|||
unlink(), etc. */
|
||||
#endif
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS /* for __sys_errlist, __sys_nerr, _wfopen(),
|
||||
_wopen(), freopen(), getenv(), gmtime(),
|
||||
sprintf(), strcpy(), wcscpy(), wcsncpy()
|
||||
#define _CRT_SECURE_NO_WARNINGS /* for __sys_errlist, __sys_nerr, _open(),
|
||||
_wfopen(), _wopen(), fopen(), freopen(),
|
||||
getenv(), gmtime(), mbstowcs(), sprintf(),
|
||||
strcpy(), wcscpy(), wcsncpy(), wcstombs(),
|
||||
in tests: localtime(), open(), sscanf() */
|
||||
#endif
|
||||
#endif /* _MSC_VER */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue