mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
* Dotted filenames for package matroska
This commit is contained in:
parent
d05bcd846e
commit
9e083789ba
3
packages/matroska/namespaced/Api.Matroska.pas
Normal file
3
packages/matroska/namespaced/Api.Matroska.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Matroska;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i matroska.pas}
|
3
packages/matroska/namespaces.lst
Normal file
3
packages/matroska/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/matroska.pas=namespaced/Api.Matroska.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -32,15 +32,22 @@
|
||||
**
|
||||
**********************************************************************)
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit matroska;
|
||||
{$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}
|
||||
@ -230,4 +237,4 @@ int matroska_track_close(matroska_track);
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user