Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/user32/wndmsg.cpp

    r10511 r21916  
    1313#include <stdio.h>
    1414#include <string.h>
    15 #include <win\winmfcmsg.h>
     15#include <win/winmfcmsg.h>
    1616#include <spy.h>
    1717#include "wndmsg.h"
     
    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.