On 04/16/12 22:00, Morten Rønne wrote:
+    DWORD AllocationTable[0xF6C];
There are defines describing allocation table size. It's better to define it as BYTE AllocationTable[ALLOCATION_TABLE_SIZE];


Reply via email to