Author: hbelusca
Date: Tue Jun 17 20:47:55 2014
New Revision: 63611

URL: http://svn.reactos.org/svn/reactos?rev=63611&view=rev
Log:
[WIN32K]: TWOPARAM_ROUTINE_SETCARETPOS does exist in windows, and we also have 
it in our SimpleCallRoutines enumeration.

Modified:
    trunk/reactos/win32ss/include/ntuser.h

Modified: trunk/reactos/win32ss/include/ntuser.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/include/ntuser.h?rev=63611&r1=63610&r2=63611&view=diff
==============================================================================
--- trunk/reactos/win32ss/include/ntuser.h      [iso-8859-1] (original)
+++ trunk/reactos/win32ss/include/ntuser.h      [iso-8859-1] Tue Jun 17 
20:47:55 2014
@@ -70,7 +70,6 @@
     UserThreadWOWInformation,
     UserThreadHungStatus,
     UserThreadInitiateShutdown,
-
     UserThreadEndShutdown,
     UserThreadUseActiveDesktop,
     UserThreadUseDesktop,
@@ -3385,7 +3384,6 @@
   #define MSQ_STATE_MENUOWNER  0x4
   #define MSQ_STATE_MOVESIZE   0x5
   #define MSQ_STATE_CARET      0x6
-#define TWOPARAM_ROUTINE_SETCARETPOS        0xfffd0060
 #define TWOPARAM_ROUTINE_ROS_UPDATEUISTATE  0x1004
 #define HWNDPARAM_ROUTINE_ROS_NOTIFYWINEVENT 0x1005
 


Reply via email to