Changeset 156 for trunk/include


Ignore:
Timestamp:
Apr 18, 2002, 9:53:28 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/encodings/base.h

    r147 r156  
    113113    } ENCBYTECOUNT;
    114114
     115    int encGetTable(ENCID id,
     116                    PXWPENCODINGMAP *ppMap,
     117                    unsigned long *pcEntries);
     118
    115119    ENCID encFindIdForCodepage(unsigned short usCodepage,
    116                                        const char **ppcszDescription,
    117                                        ENCBYTECOUNT *pByteCount);
     120                               const char **ppcszDescription,
     121                               ENCBYTECOUNT *pByteCount);
    118122
    119123    PCONVERSION encCreateCodec(ENCID id);
  • trunk/include/helpers/dialog.h

    r155 r156  
    312312            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING }
    313313
     314    // the following require INCL_WINSTDSLIDER
     315
     316    #define CONTROLDEF_SLIDER(id, cx, cy, pctldata) { WC_SLIDER, NULL, \
     317            WS_VISIBLE | WS_TABSTOP | WS_GROUP | SLS_HORIZONTAL | SLS_PRIMARYSCALE1 \
     318            | SLS_BUTTONSRIGHT | SLS_SNAPTOINCREMENT, \
     319            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING, pctldata }
     320
    314321    /* ******************************************************************
    315322     *
  • trunk/include/helpers/winh.h

    r155 r156  
    837837        typedef PSWBLOCK XWPENTRY WINHQUERYSWITCHLIST(HAB hab);
    838838        typedef WINHQUERYSWITCHLIST *PWINHQUERYSWITCHLIST;
     839
     840        HSWITCH XWPENTRY winhHSWITCHfromHAPP(HAPP happ);
    839841    #endif
    840842
Note: See TracChangeset for help on using the changeset viewer.