Skip to content

Commit f510fc1

Browse files
committed
Add some more mapping macros for Microsoft wide-character API.
Per buildfarm.
1 parent 7aa3f1d commit f510fc1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/include/port/win32.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,24 @@ typedef int pid_t;
284284
#define toupper_l _toupper_l
285285
#define towlower_l _towlower_l
286286
#define towupper_l _towupper_l
287+
#define isdigit_l _isdigit_l
288+
#define iswdigit_l _iswdigit_l
289+
#define isalpha_l _isalpha_l
290+
#define iswalpha_l _iswalpha_l
287291
#define isalnum_l _isalnum_l
288292
#define iswalnum_l _iswalnum_l
293+
#define isupper_l _isupper_l
294+
#define iswupper_l _iswupper_l
295+
#define islower_l _islower_l
296+
#define iswlower_l _iswlower_l
297+
#define isgraph_l _isgraph_l
298+
#define iswgraph_l _iswgraph_l
299+
#define isprint_l _isprint_l
300+
#define iswprint_l _iswprint_l
301+
#define ispunct_l _ispunct_l
302+
#define iswpunct_l _iswpunct_l
303+
#define isspace_l _isspace_l
304+
#define iswspace_l _iswspace_l
289305
#define strcoll_l _strcoll_l
290306
#define wcscoll_l _wcscoll_l
291307

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy