Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #274991

Category curl
Changed by Viktor Szakats <commitohnoyoudont@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