Add a cast to get rid of a warning.

This commit is contained in:
Mike McCormack 2005-06-09 09:46:23 +00:00 committed by Alexandre Julliard
parent 17408ba751
commit 8e2cb0835c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void WINAPI _InsertMenuItem (
else
{
mii.fMask = MIIM_ID | MIIM_TYPE | MIIM_STATE;
mii.dwTypeData = dwTypeData;
mii.dwTypeData = (LPSTR) dwTypeData;
mii.fState = fState;
}
mii.wID = wID;