September 27, 2020
On Friday, 25 September 2020 at 15:03:56 UTC, Marcone wrote:
> I need windowsx.d but for I don't know the reason is not in dmd. Someone that have it can send to me? I don't know convert windowsx.h to windowsx.d

I converting it using VisualD:
https://pastebin.com/jzwKRnKZ

Try it, maybe it works
September 29, 2020
On Sunday, 27 September 2020 at 18:30:10 UTC, Imperatorn wrote:
> I converting it using VisualD:
> https://pastebin.com/jzwKRnKZ
>
> Try it, maybe it works

Somehow, I don't think this is going to fly:

static if(__cplusplus) {
extern (C) {            /* Assume C declarations for C++ */
} /* __cplusplus */
1 2
Next ›   Last »