Changeset 221 for trunk/src/helpers/dialog.c
- Timestamp:
- Sep 3, 2002, 4:42:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r213 r221 754 754 #ifdef DEBUG_DIALOG_WINDOWS 755 755 756 static PFNWP G_pfnwp Static= NULL;756 static PFNWP G_pfnwpDebugStaticOrig = NULL; 757 757 758 758 /* … … 812 812 813 813 default: 814 mrc = G_pfnwp Static(hwndBox, msg, mp1, mp2);814 mrc = G_pfnwpDebugStaticOrig(hwndBox, msg, mp1, mp2); 815 815 } 816 816 … … 853 853 NULL)) 854 854 { 855 G_pfnwp Static= WinSubclassWindow(hwndDebug, fnwpDebugFrame);855 G_pfnwpDebugStaticOrig = WinSubclassWindow(hwndDebug, fnwpDebugFrame); 856 856 winhSetPresColor(hwndDebug, PP_FOREGROUNDCOLOR, lcol); 857 857 WinSetWindowULong(hwndDebug, QWL_USER, lLineType);
Note:
See TracChangeset
for help on using the changeset viewer.