tinyPNG.pas, mckEcmListEdit.pas, mckCCtrls.pas:

* fixs for UNICODE_CTRLS define

KOLZLibBzip.pas:

* fix missed file (thanks to Awkward)

git-svn-id: https://svn.code.sf.net/p/kolmck/code@144 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2014-12-03 16:20:28 +00:00
parent 3fe3e37c4b
commit 7e8e9d66ff
4 changed files with 1965 additions and 5 deletions

View File

@ -192,7 +192,7 @@ type
HasPallete: boolean;
end;
TChunkType = array[0..3] of Char;
TChunkType = array[0..3] of AnsiChar;
TPNGChunkHeader = packed record
Length: cardinal;