Added missing HFONT type.
This commit is contained in:
parent
4ac8db783d
commit
04699cca44
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue