- Fix build, now!
Running out of excuses.

svn path=/trunk/; revision=60980
This commit is contained in:
Jérôme Gardou 2013-11-13 20:14:00 +00:00
parent a6fa197bc0
commit 1a868d1ea2

View file

@ -376,7 +376,7 @@ static BOOL CURSORICON_GetResCursorEntry( LPCVOID dir, DWORD size, int n,
int *width, int *height, int *bits )
{
const CURSORICONDIR *resdir = dir;
const CURSORDIR *cursor;
const CURSORRESDIR *cursor;
if ( resdir->idCount <= n )
return FALSE;