Explorar o código

* PChar -> PAnsiChar

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
5177f4666e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;