mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user