Changeset 21916 for trunk/src/kernel32/oslibdebug.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/kernel32/oslibdebug.cpp
r10433 r21916 23 23 #include <string.h> 24 24 #include <misc.h> 25 #include <windllbase.h>25 #include "windllbase.h" 26 26 #include <winconst.h> 27 27 #include "oslibdebug.h" … … 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.