[PATCH 1/2] wininet: Update structs with more information in preparation for implementation of more functionality.

Morten Rønne morten.roenne at tdcadsl.dk
Wed Apr 18 13:50:31 CDT 2012


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




More information about the wine-devel mailing list