logoalt Hacker News

pjmlptoday at 12:08 PM1 replyview on HN

That was introduced in Windows 10, Windows history is a long one.

Usually Windows developers will use Win32 directly, ZeroMemory() instead of memset(), and so on.


Replies

delta_p_delta_xtoday at 12:10 PM

Indeed. I was just about to point out the fact that the CRT only provides the C standard library; Windows applications can run perfectly fine without one by linking only to the Windows API DLLs.