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

Michael Stefaniuc mstefani at redhat.de
Mon Nov 6 06:37:54 CST 2006


---
 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 )
     {
-- 
1.4.2.4


-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061106/1f957b51/attachment-0001.pgp


More information about the wine-patches mailing list