Commit 8e2cb083 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add a cast to get rid of a warning.

parent 17408ba7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment