* 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}
{$MODE Delphi}
{$IFDEF Win32}
{$DEFINE extdecl:=extdecl }
{$DEFINE extdecl:=stdcall }
{$ELSE}
{$DEFINE extdecl:=cdecl }
{$ENDIF}