Conditional compilation

Mike Parker aldacron at gmail.com
Fri Jun 7 05:29:36 PDT 2013


On Friday, 7 June 2013 at 12:14:45 UTC, finalpatch wrote:
> Hi folks,
>
> I need to apply different calling conventions to the same 
> interfaces when compiling for different platform.

extern(System)

On Windows, it will be seen by the compiler as extern(Windows), 
elsewhere as extern(C).


More information about the Digitalmars-d-learn mailing list