Ignore:
Timestamp:
May 29, 2002, 10:51:13 AM (23 years ago)
Author:
umoeller
Message:

Bunch of fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/winh.h

    r159 r166  
    107107        #define WinSetDlgItemText(a,b,c) winhSetDlgItemText((a),(b),(c))
    108108
     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
    109115        #ifdef INCL_WINMESSAGEMGR
    110116            APIRET XWPENTRY winhRequestMutexSem(HMTX hmtx, ULONG ulTimeout);
     
    798804                                      BOOL fEnable);
    799805
     806    ULONG winhEnableControls2(HWND hwndDlg,
     807                              const ULONG *paulIDs,
     808                              ULONG cIDs,
     809                              BOOL fEnable);
     810
    800811    HWND XWPENTRY winhCreateStdWindow(HWND hwndFrameParent,
    801812                                      PSWP pswpFrame,
Note: See TracChangeset for help on using the changeset viewer.