[3/3] user32: Make EditWndProcW() static, fix its documentation.

Francois Gouget fgouget at free.fr
Sat Feb 7 09:06:02 CST 2009


---
 dlls/user32/edit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/edit.c b/dlls/user32/edit.c
index 636b957..ee9fb3f 100644
--- a/dlls/user32/edit.c
+++ b/dlls/user32/edit.c
@@ -5408,9 +5408,9 @@ LRESULT WINAPI EditWndProcA(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
 /*********************************************************************
  *
- *	EditWndProcW   (USER32.@)
+ *	EditWndProcW
  */
-LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
+static LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 {
     return EditWndProc_common(hWnd, uMsg, wParam, lParam, TRUE);
 }
-- 
1.5.6.5




More information about the wine-patches mailing list