Changeset 21840 for branches/gcc-kmk/src/comctl32/propsheet.c
- Timestamp:
- Dec 1, 2011, 3:01:01 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/comctl32/propsheet.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/comctl32/propsheet.c
r10165 r21840 171 171 static BOOL PROPSHEET_DoCommand(HWND hwnd, WORD wID); 172 172 173 INT_PTRCALLBACK173 static BOOL CALLBACK 174 174 PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 175 175 … … 2690 2690 * PROPSHEET_DialogProc 2691 2691 */ 2692 INT_PTRCALLBACK2692 static BOOL CALLBACK 2693 2693 PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 2694 2694 {
Note:
See TracChangeset
for help on using the changeset viewer.
