Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

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

    r167 r222  
    125125 */
    126126
    127 static VOID PaintButtonBitmap(HWND hwnd,
     127STATIC VOID PaintButtonBitmap(HWND hwnd,
    128128                              PCOMBODATA pcd)
    129129{
     
    157157 */
    158158
    159 static 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 static VOID ShowListbox(HWND hwnd,      // in: subclassed entry field
     195STATIC VOID ShowListbox(HWND hwnd,      // in: subclassed entry field
    196196                        PCOMBODATA pcd,
    197197                        BOOL fShow)    // in: TRUE == show, FALSE == hide
     
    261261 */
    262262
    263 static 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.