doublecmd/sdk/calling.inc

6 lines
100 B
PHP

{$MACRO ON}
{$IFDEF MSWINDOWS}
{$DEFINE dcpcall:=stdcall}
{$ELSE}
{$DEFINE dcpcall:=cdecl}
{$ENDIF}