Explorar el Código

* PChar -> PAnsiChar

Michael VAN CANNEYT hace 2 años
padre
commit
5177f4666e
Se han modificado 1 ficheros con 1 adiciones y 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;