mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 02:10:28 +02:00
+ Added some compatibility types
This commit is contained in:
parent
6b5655ad42
commit
58adff1d7f
@ -2143,6 +2143,15 @@ MCI_OVLY_LOAD_PARMS = MCI_OVLY_LOAD_PARMSA;
|
||||
PMCI_OVLY_LOAD_PARMS = PMCI_OVLY_LOAD_PARMSA;
|
||||
LPMCI_OVLY_LOAD_PARMS = LPMCI_OVLY_LOAD_PARMSA;
|
||||
{$endif}
|
||||
|
||||
Type // Delphi compatibility
|
||||
TMMIOInfo = _MMIOINFO;
|
||||
TMMCKInfo = _MMCKINFO;
|
||||
pcmwaveformat_tag = PCMWAVEFORMAT;
|
||||
TPCMWaveFormat = pcmwaveformat_tag;
|
||||
|
||||
|
||||
|
||||
(*////////////////////////////////////////////////////////*)
|
||||
(* Function prototypes*)
|
||||
(*////////////////////////////////////////////////////////*)
|
||||
|
Loading…
Reference in New Issue
Block a user