Ignore:
Timestamp:
Feb 21, 2002, 8:24:22 PM (23 years ago)
Author:
umoeller
Message:

misc. updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_combo.c

    r128 r142  
    125125 */
    126126
    127 VOID PaintButtonBitmap(HWND hwnd,
    128                        PCOMBODATA pcd)
     127static VOID PaintButtonBitmap(HWND hwnd,
     128                              PCOMBODATA pcd)
    129129{
    130130    HPS hps;
     
    157157 */
    158158
    159 MRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     159static MRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    160160{
    161161    MRESULT mrc = 0;
     
    193193 */
    194194
    195 VOID ShowListbox(HWND hwnd,      // in: subclassed entry field
    196                  PCOMBODATA pcd,
    197                  BOOL fShow)    // in: TRUE == show, FALSE == hide
     195static VOID ShowListbox(HWND hwnd,      // in: subclassed entry field
     196                        PCOMBODATA pcd,
     197                        BOOL fShow)    // in: TRUE == show, FALSE == hide
    198198{
    199199    BOOL fHilite = FALSE;
     
    261261 */
    262262
    263 MRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     263static MRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    264264{
    265265    MRESULT     mrc = 0;
Note: See TracChangeset for help on using the changeset viewer.