Forráskód Böngészése

* PChar -> PAnsiChar

Michael VAN CANNEYT 2 éve
szülő
commit
5177f4666e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;