Michael Stefaniuc : atl: Move the storage specifier to the beginning of the declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 7 10:16:35 CST 2006


Module: wine
Branch: master
Commit: 02cd4c858496a51f1d977cd34026b2f21b437c5f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02cd4c858496a51f1d977cd34026b2f21b437c5f

Author: Michael Stefaniuc <mstefani at 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 )
     {




More information about the wine-cvs mailing list