mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +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>
|
||||
*)
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit mad;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$mode objfpc}
|
||||
{$MINENUMSIZE 4}
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.CTypes;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses
|
||||
ctypes;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$DEFINE DYNLINK}
|
||||
|
Loading…
Reference in New Issue
Block a user