Changeset 156 for trunk/include
- Timestamp:
- Apr 18, 2002, 9:53:28 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/encodings/base.h
r147 r156 113 113 } ENCBYTECOUNT; 114 114 115 int encGetTable(ENCID id, 116 PXWPENCODINGMAP *ppMap, 117 unsigned long *pcEntries); 118 115 119 ENCID encFindIdForCodepage(unsigned short usCodepage, 116 117 120 const char **ppcszDescription, 121 ENCBYTECOUNT *pByteCount); 118 122 119 123 PCONVERSION encCreateCodec(ENCID id); -
trunk/include/helpers/dialog.h
r155 r156 312 312 id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING } 313 313 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 314 321 /* ****************************************************************** 315 322 * -
trunk/include/helpers/winh.h
r155 r156 837 837 typedef PSWBLOCK XWPENTRY WINHQUERYSWITCHLIST(HAB hab); 838 838 typedef WINHQUERYSWITCHLIST *PWINHQUERYSWITCHLIST; 839 840 HSWITCH XWPENTRY winhHSWITCHfromHAPP(HAPP happ); 839 841 #endif 840 842
Note:
See TracChangeset
for help on using the changeset viewer.