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/windlgmsg.cpp

    r8968 r21916  
    2222#include "win32dlg.h"
    2323#include <winnls.h>
    24 #include <wine\unicode.h>
     24#include <wine/unicode.h>
    2525
    2626#define DBG_LOCALLOG    DBG_windlgmsg
     
    276276                if (HIWORD(dw) == DC_HASDEFID)
    277277                {
    278                   if (IsWindowEnabled(GetDlgItem(hwndDlg, LOWORD(dw)))) 
     278                  if (IsWindowEnabled(GetDlgItem(hwndDlg, LOWORD(dw))))
    279279                  {
    280280                       SendMessageA( hwndDlg, WM_COMMAND,
Note: See TracChangeset for help on using the changeset viewer.