Hacker News new | ask | show | jobs
by poo-yie 1160 days ago
Dumb question for those of you familiar with coding Win API these days -- can you easily build 64-bit Windows applications using Win32 API? I did a little Win32 C coding many years ago, but that was long before 64-bit Windows hit the scene. Is there a Win64 API now?
1 comments

Some typedefs were promoted to 64-bit but it's the same Win32 API, even the name has not changed