[USER32]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 2 Mar 2011 10:57:56 +0000 (10:57 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 2 Mar 2011 10:57:56 +0000 (10:57 +0000)
Revert a previous change that shouldn't have been comitted yet.

svn path=/trunk/; revision=50952

reactos/dll/win32/user32/controls/edit.c

index 80a8cb7..819ebae 100644 (file)
@@ -4472,7 +4472,8 @@ static inline LRESULT DefWindowProcT(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
  *     The messages are in the order of the actual integer values
  *     (which can be found in include/windows.h)
  */
  *     The messages are in the order of the actual integer values
  *     (which can be found in include/windows.h)
  */
-LRESULT EditWndProc_common( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode )
+LRESULT WINAPI EditWndProc_common( HWND hwnd, UINT msg,
+                                   WPARAM wParam, LPARAM lParam, BOOL unicode )
 {
        EDITSTATE *es = (EDITSTATE *)GetWindowLongPtrW( hwnd, 0 );
        LRESULT result = 0;
 {
        EDITSTATE *es = (EDITSTATE *)GetWindowLongPtrW( hwnd, 0 );
        LRESULT result = 0;