CURSORICON_Destroy: missing WINAPI added.

oldstable
Marcus Meissner 1999-03-24 14:55:37 +00:00 committed by Alexandre Julliard
parent 751dc4cb01
commit c600afbd4b
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ extern HGLOBAL CURSORICON_Load( HINSTANCE hInstance, LPCWSTR name,
int width, int height, int colors,
BOOL fCursor, UINT loadflags);
extern WORD CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags );
extern WORD WINAPI CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags );
extern void CURSORICON_FreeModuleIcons( HMODULE hModule );

View File

@ -1042,7 +1042,7 @@ HCURSOR16 WINAPI CopyCursor16( HINSTANCE16 hInstance, HCURSOR16 hCursor )
* the Win95 one exactly, especially the return values, which
* depend on the setting of various flags.
*/
WORD CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags )
WORD WINAPI CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags )
{
WORD retv;