atl: Move the storage specifier to the beginning of the declaration.
This commit is contained in:
parent
54421bf806
commit
02cd4c8584
|
@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(atl);
|
|||
/**********************************************************************
|
||||
* AtlAxWin class window procedure
|
||||
*/
|
||||
LRESULT static CALLBACK AtlAxWin_wndproc( HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam )
|
||||
static LRESULT CALLBACK AtlAxWin_wndproc( HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam )
|
||||
{
|
||||
if ( wMsg == WM_CREATE )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue