- Rearrange "host/typedefs.h" to make it look more logical

- Fix wrong definition of INT_PTR and UINT_PTR in this file
- Revert a hack added to winebuild in r32609 and r37206, which was added to work around these previously buggy definitions

svn path=/trunk/; revision=37468
This commit is contained in:
Colin Finck
2008-11-19 21:05:49 +00:00
parent df50518f1e
commit 66ea4d510a
2 changed files with 17 additions and 22 deletions
+1 -1
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 ((ULONG_PTR)file_pos & 2) get_word(); /* align to dword boundary */
if ((UINT_PTR)file_pos & 2) get_word(); /* align to dword boundary */
get_dword(); /* skip data version */
get_word(); /* skip mem options */
res->lang = get_word();