Module: wine Branch: master Commit: 02cd4c858496a51f1d977cd34026b2f21b437c5f URL: http://source.winehq.org/git/wine.git/?a=commit;h=02cd4c858496a51f1d977cd340...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Nov 6 13:37:54 2006 +0100
atl: Move the storage specifier to the beginning of the declaration.
---
dlls/atl/atl_ax.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/atl/atl_ax.c b/dlls/atl/atl_ax.c index bb393f1..6b9d9cb 100644 --- a/dlls/atl/atl_ax.c +++ b/dlls/atl/atl_ax.c @@ -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 ) {