Subversion Repositories currency_converter

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 19
Line 48... Line 48...
48
function DownloadNow(Flags: TVtsCurConvFlags; HistoricDate: TDate): HRESULT; stdcall;
48
function DownloadNow(Flags: TVtsCurConvFlags; HistoricDate: TDate): HRESULT; stdcall;
49
                             
49
                             
50
implementation
50
implementation
51
 
51
 
52
const
52
const
-
 
53
 
-
 
54
  {$IFDEF WIN32}
53
  curConvDLL = 'CurConv.dll';
55
  curConvDLL = 'CurConv.dll';
-
 
56
  {$ENDIF}
-
 
57
 
-
 
58
  {$IFDEF WIN64}
-
 
59
  curConvDLL = 'CurConv.64.dll';
-
 
60
  {$ENDIF}
54
 
61
 
55
function DeleteAPIKey; external curConvDLL name 'DeleteAPIKey';
62
function DeleteAPIKey; external curConvDLL name 'DeleteAPIKey';
56
 
63
 
57
{$IFDEF UNICODE}
64
{$IFDEF UNICODE}
58
function WriteAPIKey; external curConvDLL name 'WriteAPIKeyW';
65
function WriteAPIKey; external curConvDLL name 'WriteAPIKeyW';