Re: [PATCH 1/2] wininet: Update structs with more information in preparation for implementation of more functionality.
18 Apr
2012
18 Apr
'12
2:04 p.m.
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];
18 Apr
18 Apr
7:50 p.m.
New subject: [PATCH 1/2] wininet: Update structs with more information in preparation for implementation of more functionality.
Den 18-04-2012 15:04, Piotr Caban skrev:
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];
I intend to make use of the fact that the allocation table can be used as DWORD as well as BYTE. I will update using defines. BR Morten Rønne
5076
Age (days ago)
5076
Last active (days ago)
1 comments
2 participants
participants (2)
-
Morten Rønne -
Piotr Caban