Changeset 222 for trunk/src/helpers/cctl_combo.c
- Timestamp:
- Sep 3, 2002, 8:17:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_combo.c
r167 r222 125 125 */ 126 126 127 staticVOID PaintButtonBitmap(HWND hwnd,127 STATIC VOID PaintButtonBitmap(HWND hwnd, 128 128 PCOMBODATA pcd) 129 129 { … … 157 157 */ 158 158 159 staticMRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)159 STATIC MRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) 160 160 { 161 161 MRESULT mrc = 0; … … 193 193 */ 194 194 195 staticVOID ShowListbox(HWND hwnd, // in: subclassed entry field195 STATIC VOID ShowListbox(HWND hwnd, // in: subclassed entry field 196 196 PCOMBODATA pcd, 197 197 BOOL fShow) // in: TRUE == show, FALSE == hide … … 261 261 */ 262 262 263 staticMRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)263 STATIC MRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) 264 264 { 265 265 MRESULT mrc = 0;
Note:
See TracChangeset
for help on using the changeset viewer.