Skip to content
Snippets Groups Projects
Commit 04699cca authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Added missing HFONT type.

parent 4ac8db78
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ static HFONT MSGBOX_OnInit(HWND hwnd, LPMSGBOXPARAMSA lpmb)
static LRESULT CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
WPARAM wParam, LPARAM lParam )
{
static hFont;
static HFONT hFont;
switch(message) {
case WM_INITDIALOG:
hFont = MSGBOX_OnInit(hwnd, (LPMSGBOXPARAMSA)lParam);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment