Ignore:
Timestamp:
Nov 25, 2011, 10:19:52 PM (14 years ago)
Author:
dmik
Message:

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/oslibdebug.cpp

    r21716 r21824  
    4242typedef struct
    4343{
    44     LPSTR pszMsg;
     44    LPCSTR pszMsg;
    4545    UINT msg;
    4646} MSGDESC, *PMSGDESC;
     
    6565INT gcMessages = sizeof(debugMsgs) / sizeof(MSGDESC);
    6666
    67 char *GetDebugMsgText(int Msg)
     67const char *GetDebugMsgText(int Msg)
    6868{
    6969 static char msgtxt[64];
Note: See TracChangeset for help on using the changeset viewer.