Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Morten Rønne
Den 18-04-2012 17:42, Piotr Caban skrev: On 04/16/12 22:03, Morten Rønne wrote: Add a new common module information struct for urlcache and functions to do initialization of the struct. This is intended to be a new way to more easily create Ansi and Unicode version of the functions, by doing a A

Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Piotr Caban
On 04/16/12 22:03, Morten Rønne wrote: Add a new common module information struct for urlcache and functions to do initialization of the struct. This is intended to be a new way to more easily create Ansi and Unicode version of the functions, by doing a Ansi/Unicode preamble code that calls a com

Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Jacek Caban
Hi Morten, On 04/16/12 22:03, Morten Rønne wrote: > typedef struct _HASH_CACHEFILE_ENTRY > { > CACHEFILE_ENTRY CacheFileEntry; > DWORD dwAddressNext; > DWORD dwHashTableNumber; > -struct _HASH_ENTRY HashTable[HASHTABLE_SIZE]; > -} HASH_CACHEFILE_ENTRY; > +HASH_ENTRY HashTab