mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USER32]
Revert a previous change that shouldn't have been comitted yet. svn path=/trunk/; revision=50952
This commit is contained in:
parent
e5134f6b7b
commit
8b1f0d1966
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
*/
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue