mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 08:51:21 +02:00
* Fixed typo which prevented unit from working on Win32
This commit is contained in:
parent
b844e3e32b
commit
ee7a2d2c17
@ -9,7 +9,7 @@
|
|||||||
{$MACRO ON}
|
{$MACRO ON}
|
||||||
{$MODE Delphi}
|
{$MODE Delphi}
|
||||||
{$IFDEF Win32}
|
{$IFDEF Win32}
|
||||||
{$DEFINE extdecl:=extdecl }
|
{$DEFINE extdecl:=stdcall }
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
{$DEFINE extdecl:=cdecl }
|
{$DEFINE extdecl:=cdecl }
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user