Browse Source

* PChar -> PAnsiChar

Michaël Van Canneyt 2 years ago
parent
commit
a846897f68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-sound/src/fpwavformat.pas

+ 1 - 1
packages/fcl-sound/src/fpwavformat.pas

@@ -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;