Subversion Repositories currency_converter

Compare Revisions

Regard whitespace Rev 18 → Rev 19

/trunk/DLL Usage Demo/Delphi/VtsCurConvDLLHeader.pas
50,8 → 50,15
implementation
 
const
 
{$IFDEF WIN32}
curConvDLL = 'CurConv.dll';
{$ENDIF}
 
{$IFDEF WIN64}
curConvDLL = 'CurConv.64.dll';
{$ENDIF}
 
function DeleteAPIKey; external curConvDLL name 'DeleteAPIKey';
 
{$IFDEF UNICODE}