Changeset 1182 for trunk/dll/common.h


Ignore:
Timestamp:
Sep 10, 2008, 11:55:47 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.h

    r1166 r1182  
    2525MRESULT EXPENTRY CommonMainWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
    2626                                   MPARAM mp2);
     27MRESULT EXPENTRY CommonTextButton(HWND hwnd, ULONG msg, MPARAM mp1,
     28                                  MPARAM mp2);
    2729void CommonTextPaint(HWND hwnd, HPS hps);
    28 
     30MRESULT EXPENTRY CommonTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     31VOID DecrThreadUsage(VOID);
     32VOID IncrThreadUsage(VOID);
     33HWND OpenDirCnr(HWND hwnd, HWND hwndParent, HWND hwndRestore,
     34                BOOL noautotile, char *directory);
    2935
    3036#endif // COMMON_H
Note: See TracChangeset for help on using the changeset viewer.