Commit 1442253d authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Deleted NE_FreePEResource().

parent 1b938b18
......@@ -193,7 +193,6 @@ extern HINSTANCE16 NE_CreateInstance( NE_MODULE *pModule, HINSTANCE16 *prev,
/* loader/ne/convert.c */
HGLOBAL16 NE_LoadPEResource( NE_MODULE *pModule, WORD type, LPVOID bits, DWORD size );
BOOL16 NE_FreePEResource( NE_MODULE *pModule, HGLOBAL16 handle );
/* if1632/builtin.c */
extern BOOL BUILTIN_Init(void);
......
......@@ -436,12 +436,3 @@ HGLOBAL16 NE_LoadPEResource( NE_MODULE *pModule, WORD type, LPVOID bits, DWORD s
return handle;
}
/**********************************************************************
* NE_FreePEResource
*/
BOOL16 NE_FreePEResource( NE_MODULE *pModule, HGLOBAL16 handle )
{
GlobalFree16( handle );
return 0;
}
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