* Fixed typo which prevented unit from working on Win32

This commit is contained in:
sg 2002-11-26 11:54:52 +00:00
parent b844e3e32b
commit ee7a2d2c17

View File

@ -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}