Changeset 21916 for trunk/src/user32/windlgmsg.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/user32/windlgmsg.cpp
r8968 r21916 22 22 #include "win32dlg.h" 23 23 #include <winnls.h> 24 #include <wine \unicode.h>24 #include <wine/unicode.h> 25 25 26 26 #define DBG_LOCALLOG DBG_windlgmsg … … 276 276 if (HIWORD(dw) == DC_HASDEFID) 277 277 { 278 if (IsWindowEnabled(GetDlgItem(hwndDlg, LOWORD(dw)))) 278 if (IsWindowEnabled(GetDlgItem(hwndDlg, LOWORD(dw)))) 279 279 { 280 280 SendMessageA( hwndDlg, WM_COMMAND,
Note:
See TracChangeset
for help on using the changeset viewer.