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/user32/wndmsg.cpp

    r21720 r21824  
    2323typedef struct
    2424{
    25     LPSTR pszMsg;
     25    LPCSTR pszMsg;
    2626    UINT msg;
    2727    UINT Flags;
     
    750750
    751751
    752 char *GetMsgText(int Msg)
     752const char *GetMsgText(int Msg)
    753753{
    754754 static char msgtxt[64];
Note: See TracChangeset for help on using the changeset viewer.