Changeset 21824 for branches/gcc-kmk/src/kernel32/oslibdebug.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/oslibdebug.cpp
r21716 r21824 42 42 typedef struct 43 43 { 44 LP STR pszMsg;44 LPCSTR pszMsg; 45 45 UINT msg; 46 46 } MSGDESC, *PMSGDESC; … … 65 65 INT gcMessages = sizeof(debugMsgs) / sizeof(MSGDESC); 66 66 67 c har *GetDebugMsgText(int Msg)67 const char *GetDebugMsgText(int Msg) 68 68 { 69 69 static char msgtxt[64];
Note:
See TracChangeset
for help on using the changeset viewer.