user: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
This commit is contained in:
parent
72caaad6cc
commit
ef4dfd4b7a
|
@ -540,7 +540,7 @@ static BOOL CURSORICON_GetResIconEntry( LPVOID dir, int n,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
icon = &resdir->idEntries[n].ResInfo.icon;
|
icon = &resdir->idEntries[n].ResInfo.icon;
|
||||||
*width = icon->bWidth;
|
*width = icon->bWidth;
|
||||||
*height = icon->bWidth;
|
*height = icon->bHeight;
|
||||||
*bits = resdir->idEntries[n].wBitCount;
|
*bits = resdir->idEntries[n].wBitCount;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue