Changeset 21824 for branches/gcc-kmk/src/user32/wndmsg.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/wndmsg.cpp
r21720 r21824 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.