mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +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}
|
||||
{$MODE Delphi}
|
||||
{$IFDEF Win32}
|
||||
{$DEFINE extdecl:=extdecl }
|
||||
{$DEFINE extdecl:=stdcall }
|
||||
{$ELSE}
|
||||
{$DEFINE extdecl:=cdecl }
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user