Fix arguments of fwd declared function.
This commit is contained in:
parent
59772cda6b
commit
f919a3ba6f
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ static UINT g_uCount100msec = 0;
|
|||
static bool g_bShowingCursor = true;
|
||||
static bool g_bLastCursorInAppleViewport = false;
|
||||
|
||||
void DrawStatusArea (HDC passdc, BOOL drawflags);
|
||||
static void DrawStatusArea (HDC passdc, int drawflags);
|
||||
static void ProcessButtonClick (int button, bool bFromButtonUI=false);
|
||||
void ProcessDiskPopupMenu(HWND hwnd, POINT pt, const int iDrive);
|
||||
void RelayEvent (UINT message, WPARAM wparam, LPARAM lparam);
|
||||
|
|
Loading…
Add table
Reference in a new issue