[TOOLS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 14 Jun 2015 18:13:50 +0000 (18:13 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 14 Jun 2015 18:13:50 +0000 (18:13 +0000)
commit1011d89eaa2638cc34a3416fc2c6a3cc18322512
tree1768d513275f5d18d130f266a64e39a5358a9209
parent2893d3c4add6adb87e6222087e07529e07c1911f
[TOOLS]
Improve bin2c by saving in a #define the size of the generated array, and specify this size in the declaration of the array so that doing sizeof(...) becomes possible. Use "unsigned char" as the (portable) type of the contents of the array.

[HAL]
Add PCHAR casts where needed to take into account the previous modifications.

svn path=/trunk/; revision=68139
reactos/hal/halx86/legacy/bussupp.c
reactos/tools/bin2c.c