commit | c600afbd4ba7e4ee259519eeb0f48f783a9522ad | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Wed Mar 24 14:55:37 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 24 14:55:37 1999 +0000 |
tree | 3fbf07f48248f3095875c78c5dfa52feec9ed8dc | |
parent | 751dc4cb0184deea8cb70d7edccc9afd3d95620a [diff] [blame] |
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;