- Fix build.

svn path=/trunk/; revision=37206
This commit is contained in:
Aleksey Bragin 2008-11-05 15:25:19 +00:00
parent bef44e136e
commit 4bdaa4f74c

View file

@ -207,7 +207,7 @@ static void load_next_resource( DLLSPEC *spec )
res->data = file_pos - 2*sizeof(DWORD) + hdr_size;
get_string( &res->type );
get_string( &res->name );
if ((UINT_PTR)file_pos & 2) get_word(); /* align to dword boundary */
if ((ULONG_PTR)file_pos & 2) get_word(); /* align to dword boundary */
get_dword(); /* skip data version */
get_word(); /* skip mem options */
res->lang = get_word();