Changeset 21916 for trunk/src/user32/wndmsg.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/wndmsg.cpp
r10511 r21916 13 13 #include <stdio.h> 14 14 #include <string.h> 15 #include <win \winmfcmsg.h>15 #include <win/winmfcmsg.h> 16 16 #include <spy.h> 17 17 #include "wndmsg.h" … … 23 23 typedef struct 24 24 { 25 LP STR pszMsg;25 LPCSTR pszMsg; 26 26 UINT msg; 27 27 UINT Flags; … … 750 750 751 751 752 c har *GetMsgText(int Msg)752 const char *GetMsgText(int Msg) 753 753 { 754 754 static char msgtxt[64];
Note:
See TracChangeset
for help on using the changeset viewer.