Am Sat, 31 Aug 2013 04:09:10 +1000 schrieb Manu <[email protected]>:
> So should I extern(C) the forward declaration?
Sometimes
---
struct MyStruct {}
---
is used as a workaround, but that may have other issues.
Am Sat, 31 Aug 2013 04:09:10 +1000 schrieb Manu <[email protected]>:
> So should I extern(C) the forward declaration?
Sometimes
---
struct MyStruct {}
---
is used as a workaround, but that may have other issues.