-
Notifications
You must be signed in to change notification settings - Fork 58
/
pFIBMacroComp.inc
25 lines (25 loc) · 1.4 KB
/
pFIBMacroComp.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{***************************************************************}
{ FIBPlus - component library for direct access to Firebird and }
{ InterBase databases }
{ }
{ FIBPlus is based in part on the product }
{ Free IB Components, written by Gregory H. Deatz for }
{ Hoagland, Longo, Moran, Dunst & Doukas Company. }
{ mailto:[email protected] }
{ }
{ Copyright (c) 1998-2013 Devrace Ltd. }
{ Written by Serge Buzadzhy ([email protected]) }
{ }
{ ------------------------------------------------------------- }
{ FIBPlus home page: http://www.fibplus.com/ }
{ FIBPlus support : http://www.devrace.com/support/ }
{ ------------------------------------------------------------- }
{ }
{ Please see the file License.txt for full license information }
{***************************************************************}
// Ýìóëÿöèÿ ìàêðîïîäñòàíîâîê äëÿ êîìïàéëåðà.
{$IFDEF FP_STDCALL}
{$IFDEF WINDOWS} stdcall; {$ENDIF}
{$IFDEF LINUX} cdecl; {$ENDIF}
{$IFDEF MACOS} cdecl; {$ENDIF}
{$ENDIF}