import std.c.windows.windows;

Mike Parker aldacron at gmail.com
Tue Jan 10 20:13:51 PST 2012


On 1/10/2012 11:44 PM, Andrej Mitrovic wrote:
> std.c.windows.windows is missing *a lot* of definitions. It also
> doesn't provide aliases to ASCII/UTF16 functions like WindowsAPI does
> via the Unicode flag, so you have to explicitly use e.g.
> MessageBoxA/MessageBoxW instead of MessageBox. WindowsAPI is nicely
> modularized, and is based on existing MinGW headers.

Yes, but it's not necessarily the best place to start for someone who 
hasn't figured out the toolchain yet.


More information about the Digitalmars-d-learn mailing list