Ignore:
Timestamp:
Dec 1, 2011, 3:01:01 PM (14 years ago)
Author:
dmik
Message:

Port COMCTL32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/comctl32/propsheet.c

    r10165 r21840  
    171171static BOOL PROPSHEET_DoCommand(HWND hwnd, WORD wID);
    172172
    173 INT_PTR CALLBACK
     173static BOOL CALLBACK
    174174PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
    175175
     
    26902690 *            PROPSHEET_DialogProc
    26912691 */
    2692 INT_PTR CALLBACK
     2692static BOOL CALLBACK
    26932693PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
    26942694{
Note: See TracChangeset for help on using the changeset viewer.