BCC is more strict about not statements before parameter declarations
This commit is contained in:
@@ -179,9 +179,10 @@ void mswin_display_splash_window (BOOL show_ver)
|
||||
|
||||
INT_PTR CALLBACK NHSplashWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
HDC hdc;
|
||||
|
||||
UNREFERENCED_PARAMETER(lParam);
|
||||
|
||||
HDC hdc;
|
||||
switch (message)
|
||||
{
|
||||
case WM_INITDIALOG:
|
||||
|
||||
Reference in New Issue
Block a user