CURSORICON_Destroy: missing WINAPI added.

diff --git a/objects/cursoricon.c b/objects/cursoricon.c
index fc787f3..a9d21d6 100644
--- a/objects/cursoricon.c
+++ b/objects/cursoricon.c
@@ -1042,7 +1042,7 @@
  * 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;