On Monday, 22 May 2017 at 18:48:44 UTC, Adam D. Ruppe wrote:
On Monday, 22 May 2017 at 18:44:10 UTC, Andrew Edwards wrote:
Both happen to be the exact same. So does mean that for every function pointer in the file, I need to duplicate as such?

You can use `extern(System)` or that case in D.

It will be extern(Windows) on win an extern(C) elsewhere - just like what the C is doing.

Okay... got it. Thanks.

Reply via email to