mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
* PChar -> PAnsiChar
This commit is contained in:
parent
103b8164a5
commit
a846897f68
@ -296,7 +296,7 @@ const
|
||||
WAVE_FORMAT_EXTENSIBLE = $FFFE; { Microsoft }
|
||||
|
||||
type
|
||||
TChunkID = array [0..3] of char;
|
||||
TChunkID = array [0..3] of AnsiChar;
|
||||
TChunkHeader = packed record
|
||||
ID: TChunkID;
|
||||
Size: UInt32;
|
||||
|
Loading…
Reference in New Issue
Block a user