- Move undocumented WM_x messages to internal header. Find one, just move it in there.

svn path=/trunk/; revision=36597
This commit is contained in:
James Tabor 2008-09-30 02:11:08 +00:00
parent e0aeda5ed2
commit f5fefad953
2 changed files with 6 additions and 2 deletions

View file

@ -1725,8 +1725,6 @@ extern "C" {
#define WM_TCARD 82 #define WM_TCARD 82
#define WM_TIMECHANGE 30 #define WM_TIMECHANGE 30
#define WM_TIMER 275 #define WM_TIMER 275
#define WM_SYSTIMER 280
#define WM_POPUPSYSTEMMENU 787
#define WM_UNDO 772 #define WM_UNDO 772
#define WM_USER 1024 #define WM_USER 1024
#define WM_USERCHANGED 84 #define WM_USERCHANGED 84

View file

@ -404,6 +404,12 @@ typedef struct _BROADCASTPARM
PW32THREADINFO GetW32ThreadInfo(VOID); PW32THREADINFO GetW32ThreadInfo(VOID);
PW32PROCESSINFO GetW32ProcessInfo(VOID); PW32PROCESSINFO GetW32ProcessInfo(VOID);
//
// Non SDK Window Message types.
//
#define WM_SYSTIMER 280
#define WM_POPUPSYSTEMMENU 787
DWORD DWORD
NTAPI NTAPI