Changeset 21720 for branches/gcc-kmk/src/user32/windlgmsg.cpp
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/windlgmsg.cpp
r8968 r21720 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.