this post was submitted on 08 Jan 2022
22 points (100.0% liked)

Programmer Humor

32063 readers
1015 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pinknoise@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

I feel bad because I immediately knew what the abbreviations stand for -.-

wchar_t isn't from win32, but from ISO C. There should be a compatibility typedef/define called WCHAR in win32 headers for compilers that don't have wchar_t.