mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
* Dotted filenames for package mad
This commit is contained in:
parent
ba290bb358
commit
25f3dad01d
3
packages/mad/namespaced/Api.Mad.pas
Normal file
3
packages/mad/namespaced/Api.Mad.pas
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
unit Api.Mad;
|
||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
{$i mad.pas}
|
3
packages/mad/namespaces.lst
Normal file
3
packages/mad/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
src/mad.pas=namespaced/Api.Mad.pas
|
||||||
|
{s*:src/}=namespaced/
|
||||||
|
{i+:src/}
|
@ -26,15 +26,22 @@
|
|||||||
* so by contacting: Underbit Technologies, Inc. <info@underbit.com>
|
* so by contacting: Underbit Technologies, Inc. <info@underbit.com>
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit mad;
|
unit mad;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$MINENUMSIZE 4}
|
{$MINENUMSIZE 4}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
{$IFDEF FPC_DOTTEDUNITS}
|
||||||
|
uses
|
||||||
|
System.CTypes;
|
||||||
|
{$ELSE FPC_DOTTEDUNITS}
|
||||||
uses
|
uses
|
||||||
ctypes;
|
ctypes;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
{$DEFINE DYNLINK}
|
{$DEFINE DYNLINK}
|
||||||
|
Loading…
Reference in New Issue
Block a user