Changeset 166 for trunk/include/helpers/winh.h
- Timestamp:
- May 29, 2002, 10:51:13 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r159 r166 107 107 #define WinSetDlgItemText(a,b,c) winhSetDlgItemText((a),(b),(c)) 108 108 109 // pmwin.h defines the WinEnableControl macro; turn this into our function call 110 #ifdef WinEnableControl 111 #undef WinEnableControl 112 #endif 113 #define WinEnableControl(hwndDlg, id, fEnable) winhEnableDlgItem((hwndDlg), (id), (fEnable)) 114 109 115 #ifdef INCL_WINMESSAGEMGR 110 116 APIRET XWPENTRY winhRequestMutexSem(HMTX hmtx, ULONG ulTimeout); … … 798 804 BOOL fEnable); 799 805 806 ULONG winhEnableControls2(HWND hwndDlg, 807 const ULONG *paulIDs, 808 ULONG cIDs, 809 BOOL fEnable); 810 800 811 HWND XWPENTRY winhCreateStdWindow(HWND hwndFrameParent, 801 812 PSWP pswpFrame,
Note:
See TracChangeset
for help on using the changeset viewer.