Change #274991
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 15 Jul 2026 21:26:04 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 5f2a70abe3f780b6a97ac7039b7862bd828302cd |
Comments
tidy-up: `TEXT()` vs `_TEXT()` vs `_T()` use (Windows) Use `_TEXT()` when interacting with CRT functions (also prefer over synonym `_T()`), `TEXT()` for Win32 functions. Within curl, they mean the same because CRT/Win32 Unicode mode are always enabled in sync. Ref: https://devblogs.microsoft.com/oldnewthing/20040212-00/?p=40643/ Closes #22334
Changed files
- lib/curl_sspi.c
- lib/curlx/fopen.c
- lib/vtls/schannel.c
- src/tool_main.c