Changeset 221 for trunk/src/helpers/comctl.c
- Timestamp:
- Sep 3, 2002, 4:42:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/comctl.c
r209 r221 123 123 ********************************************************************/ 124 124 125 PFNWP G_pfnwpS tatic = NULL;125 PFNWP G_pfnwpSepStatic = NULL; 126 126 127 127 /* … … 172 172 173 173 default: 174 mrc = G_pfnwpS tatic(hwnd, msg, mp1, mp2);174 mrc = G_pfnwpSepStatic(hwnd, msg, mp1, mp2); 175 175 } 176 176 … … 192 192 &ciStatic)) 193 193 { 194 G_pfnwpS tatic = ciStatic.pfnWindowProc;194 G_pfnwpSepStatic = ciStatic.pfnWindowProc; 195 195 196 196 return WinRegisterClass(hab,
Note:
See TracChangeset
for help on using the changeset viewer.