CURSORICON_Destroy: missing WINAPI added.
This commit is contained in:
parent
751dc4cb01
commit
c600afbd4b
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue