Changeset 21916 for trunk/src/comctl32/propsheet.c
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/comctl32/propsheet.c
r10165 r21916 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.