Why is the Win32 boilerplate the way it is?

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 2 09:32:28 PDT 2014


On Monday, 30 June 2014 at 15:58:50 UTC, Jason King wrote:
> On Monday, 30 June 2014 at 15:19:39 UTC, Adam D. Ruppe wrote:
>> On Monday, 30 June 2014 at 15:14:24 UTC, Jeremy Sorensen wrote:
>>> documentation means "import core.sys.windows.windwos"
>>
>> The Windows headers that come with D are pathetically minimal. 
>> You'll need to grab a more complete win32 header OR copy/paste 
>> the individual prototypes off MSDN and use them that way.
>>
> This is a more complete set of windows api headers
> https://github.com/AndrejMitrovic/WindowsAPI

I have a mirror which updates automatically, and is usable as a 
git submodule:
https://github.com/CS-svnmirror/dsource-bindings-win32


More information about the Digitalmars-d-learn mailing list