Changeset 10098 for trunk/src/comctl32/nativefont.c
- Timestamp:
- May 15, 2003, 4:26:27 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/nativefont.c
r8382 r10098 124 124 wndClass.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); 125 125 wndClass.lpszClassName = WC_NATIVEFONTCTLA; 126 126 127 127 RegisterClassA (&wndClass); 128 128 } … … 132 132 NATIVEFONT_Unregister (void) 133 133 { 134 UnregisterClassA (WC_NATIVEFONTCTLA, (HINSTANCE)NULL);134 UnregisterClassA (WC_NATIVEFONTCTLA, NULL); 135 135 } 136
Note:
See TracChangeset
for help on using the changeset viewer.