Commit 05112826 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Allow accessing both NE and PE resources with both 16- and 32-bit API.

Hook cursor/icon destruction into FreeResource (like Win95).
parent 50a09151
...@@ -510,8 +510,5 @@ BOOL16 NE_FreeResource( NE_MODULE *pModule, HGLOBAL16 handle ) ...@@ -510,8 +510,5 @@ BOOL16 NE_FreeResource( NE_MODULE *pModule, HGLOBAL16 handle )
pTypeInfo = (NE_TYPEINFO *)pNameInfo; pTypeInfo = (NE_TYPEINFO *)pNameInfo;
} }
TRACE(resource, "[%04x]: no intrinsic resource for %04x, assuming DirectResAlloc()!\n",
pModule->self, handle );
GlobalFree16( handle );
return handle; return handle;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment