mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:58:06 +02:00
* Allow to process .fmx files just as .lfm/.dfm files
This commit is contained in:
parent
b935cc7f93
commit
44282acecb
@ -354,7 +354,7 @@ const
|
||||
ResSignature : array [1..32] of byte =
|
||||
($00,$00,$00,$00,$20,$00,$00,$00,$FF,$FF,$00,$00,$FF,$FF,$00,$00,
|
||||
$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00);
|
||||
knownexts : array[1..4] of string[4] = ('.lfm', '.dfm', '.xfm', '.tlb');
|
||||
knownexts : array[1..5] of string[4] = ('.lfm', '.dfm', '.xfm', '.fmx', '.tlb');
|
||||
var
|
||||
f : file;
|
||||
oldfmode : byte;
|
||||
|
Loading…
Reference in New Issue
Block a user