[OOPS]
authorJérôme Gardou <jerome.gardou@reactos.org>
Wed, 13 Nov 2013 20:10:10 +0000 (20:10 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 13 Nov 2013 20:10:10 +0000 (20:10 +0000)
 - Fix build.
That wouldn't be me commiting otherwise.

svn path=/trunk/; revision=60979

reactos/win32ss/user/ntuser/cursoricon.c

index c3a95b2..f7ecbfc 100644 (file)
@@ -204,7 +204,7 @@ IntFindExistingCurIconObject(HMODULE hModule,
 }
 
 HANDLE
-IntCreateCurIconHandle(DWORD dwNumber)
+IntCreateCurIconHandle(BOOLEAN Anim)
 {
     PCURICON_OBJECT CurIcon;
     HANDLE hCurIcon;