- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/animate.c
r1100 r1431 1 /* $Id: animate.c,v 1. 5 1999-10-01 15:53:31 cbratschiExp $ */1 /* $Id: animate.c,v 1.6 1999-10-24 22:49:42 sandervl Exp $ */ 2 2 /* 3 3 * Animation control … … 446 446 WNDCLASSA wndClass; 447 447 448 if (GlobalFindAtomA (ANIMATE_CLASSA)) return; 448 //SvL: Don't check this now 449 // if (GlobalFindAtomA (ANIMATE_CLASSA)) return; 449 450 450 451 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/comboex.c
r496 r1431 1 /* $Id: comboex.c,v 1. 4 1999-08-14 16:13:09 cbratschiExp $ */1 /* $Id: comboex.c,v 1.5 1999-10-24 22:49:42 sandervl Exp $ */ 2 2 /* 3 3 * ComboBoxEx control … … 313 313 WNDCLASSA wndClass; 314 314 315 if (GlobalFindAtomA (WC_COMBOBOXEXA)) return; 315 //SvL: Don't check this now 316 // if (GlobalFindAtomA (WC_COMBOBOXEXA)) return; 316 317 317 318 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/datetime.c
r496 r1431 1 /* $Id: datetime.c,v 1. 4 1999-08-14 16:13:10 cbratschiExp $ */1 /* $Id: datetime.c,v 1.5 1999-10-24 22:49:42 sandervl Exp $ */ 2 2 /* 3 3 * Date and time picker control … … 522 522 WNDCLASSA wndClass; 523 523 524 if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return; 524 //SvL: Don't check this now 525 // if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return; 525 526 526 527 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/flatsb.c
r496 r1431 1 /* $Id: flatsb.c,v 1. 4 1999-08-14 16:13:10 cbratschiExp $ */1 /* $Id: flatsb.c,v 1.5 1999-10-24 22:49:43 sandervl Exp $ */ 2 2 /* 3 3 * Flat Scrollbar control … … 155 155 WNDCLASSA wndClass; 156 156 157 if (GlobalFindAtomA (FLATSB_CLASSA)) return; 157 //SvL: Don't check this now 158 // if (GlobalFindAtomA (FLATSB_CLASSA)) return; 158 159 159 160 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/header.c
r1175 r1431 1 /* $Id: header.c,v 1.1 7 1999-10-07 21:00:41 cbratschiExp $ */1 /* $Id: header.c,v 1.18 1999-10-24 22:49:43 sandervl Exp $ */ 2 2 /* 3 3 * Header control … … 2491 2491 WNDCLASSA wndClass; 2492 2492 2493 if (GlobalFindAtomA (WC_HEADERA)) return; 2493 //SvL: Don't check this now 2494 // if (GlobalFindAtomA (WC_HEADERA)) return; 2494 2495 2495 2496 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/hotkey.c
r1100 r1431 1 /* $Id: hotkey.c,v 1.1 2 1999-10-01 15:53:32 cbratschiExp $ */1 /* $Id: hotkey.c,v 1.13 1999-10-24 22:49:43 sandervl Exp $ */ 2 2 /* 3 3 * Hotkey control … … 774 774 WNDCLASSA wndClass; 775 775 776 if (GlobalFindAtomA (HOTKEY_CLASSA)) return; 776 //SvL: Don't check this now 777 // if (GlobalFindAtomA (HOTKEY_CLASSA)) return; 777 778 778 779 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/ipaddress.c
r496 r1431 1 /* $Id: ipaddress.c,v 1. 7 1999-08-14 16:13:11 cbratschiExp $ */1 /* $Id: ipaddress.c,v 1.8 1999-10-24 22:49:44 sandervl Exp $ */ 2 2 /* 3 3 * IP Address control … … 659 659 WNDCLASSA wndClass; 660 660 661 if (GlobalFindAtomA (WC_IPADDRESSA)) return; 661 //SvL: Don't check this now 662 // if (GlobalFindAtomA (WC_IPADDRESSA)) return; 662 663 663 664 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/listview.c
r1156 r1431 7005 7005 WNDCLASSA wndClass; 7006 7006 7007 if (!GlobalFindAtomA(WC_LISTVIEWA)) 7008 { 7007 //SvL: Don't check this now 7008 // if (!GlobalFindAtomA(WC_LISTVIEWA)) 7009 // { 7009 7010 ZeroMemory(&wndClass, sizeof(WNDCLASSA)); 7010 7011 wndClass.style = CS_GLOBALCLASS | CS_DBLCLKS; … … 7016 7017 wndClass.lpszClassName = WC_LISTVIEWA; 7017 7018 RegisterClassA(&wndClass); 7018 }7019 // } 7019 7020 } 7020 7021 -
trunk/src/comctl32/makefile
r1402 r1431 1 # $Id: makefile,v 1.1 6 1999-10-22 18:04:10sandervl Exp $1 # $Id: makefile,v 1.17 1999-10-24 22:49:45 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 79 79 80 80 clean: 81 $(RM) *.obj *.lib *.dll * ~ *.map *.pch81 $(RM) *.obj *.lib *.dll *.map *.pch 82 82 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 83 83 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
trunk/src/comctl32/monthcal.c
r496 r1431 1587 1587 WNDCLASSA wndClass; 1588 1588 1589 if (GlobalFindAtomA (MONTHCAL_CLASSA)) return; 1589 //SvL: Don't check this now 1590 // if (GlobalFindAtomA (MONTHCAL_CLASSA)) return; 1590 1591 1591 1592 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/nativefont.c
r496 r1431 1 /* $Id: nativefont.c,v 1. 4 1999-08-14 16:13:12 cbratschiExp $ */1 /* $Id: nativefont.c,v 1.5 1999-10-24 22:49:45 sandervl Exp $ */ 2 2 /* 3 3 * Native Font control … … 86 86 WNDCLASSA wndClass; 87 87 88 if (GlobalFindAtomA (WC_NATIVEFONTCTLA)) return; 88 //SvL: Don't check this now 89 // if (GlobalFindAtomA (WC_NATIVEFONTCTLA)) return; 89 90 90 91 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/pager.c
r496 r1431 1 /* $Id: pager.c,v 1. 4 1999-08-14 16:13:12 cbratschiExp $ */1 /* $Id: pager.c,v 1.5 1999-10-24 22:49:45 sandervl Exp $ */ 2 2 /* 3 3 * Pager control … … 367 367 WNDCLASSA wndClass; 368 368 369 if (GlobalFindAtomA (WC_PAGESCROLLERA)) return; 369 //SvL: Don't check this now 370 // if (GlobalFindAtomA (WC_PAGESCROLLERA)) return; 370 371 371 372 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/progress.c
r603 r1431 1 /* $Id: progress.c,v 1.1 0 1999-08-21 12:10:01 cbratschiExp $ */1 /* $Id: progress.c,v 1.11 1999-10-24 22:49:46 sandervl Exp $ */ 2 2 /* 3 3 * Progress control … … 575 575 WNDCLASSA wndClass; 576 576 577 if (GlobalFindAtomA(PROGRESS_CLASSA)) return; 577 //SvL: Don't check this now 578 // if (GlobalFindAtomA(PROGRESS_CLASSA)) return; 578 579 579 580 ZeroMemory (&wndClass, sizeof( WNDCLASSA)); -
trunk/src/comctl32/rebar.c
r496 r1431 1 /* $Id: rebar.c,v 1. 8 1999-08-14 16:13:12 cbratschiExp $ */1 /* $Id: rebar.c,v 1.9 1999-10-24 22:49:46 sandervl Exp $ */ 2 2 /* 3 3 * Rebar control … … 2031 2031 WNDCLASSA wndClass; 2032 2032 2033 if (GlobalFindAtomA (REBARCLASSNAMEA)) return; 2033 //SvL: Don't check this now 2034 // if (GlobalFindAtomA (REBARCLASSNAMEA)) return; 2034 2035 2035 2036 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/status.c
r1058 r1431 1 /* $Id: status.c,v 1.1 1 1999-09-26 11:01:10 achimhaExp $ */1 /* $Id: status.c,v 1.12 1999-10-24 22:49:46 sandervl Exp $ */ 2 2 /* 3 3 * Interface code to StatusWindow widget/control … … 1296 1296 WNDCLASSA wndClass; 1297 1297 1298 if (GlobalFindAtomA (STATUSCLASSNAMEA)) return; 1298 //SvL: Don't check this now 1299 // if (GlobalFindAtomA (STATUSCLASSNAMEA)) return; 1299 1300 1300 1301 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/tab.c
r1402 r1431 1 /* $Id: tab.c,v 1.1 4 1999-10-22 18:04:12sandervl Exp $ */1 /* $Id: tab.c,v 1.15 1999-10-24 22:49:47 sandervl Exp $ */ 2 2 /* 3 3 * Tab control … … 2020 2020 WNDCLASSA wndClass; 2021 2021 2022 if (GlobalFindAtomA (WC_TABCONTROLA)) return; 2022 //SvL: Don't check this now 2023 // if (GlobalFindAtomA (WC_TABCONTROLA)) return; 2023 2024 2024 2025 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/toolbar.c
r1402 r1431 1 /* $Id: toolbar.c,v 1.1 5 1999-10-22 18:04:13sandervl Exp $ */1 /* $Id: toolbar.c,v 1.16 1999-10-24 22:49:47 sandervl Exp $ */ 2 2 /* 3 3 * Toolbar control … … 4193 4193 WNDCLASSA wndClass; 4194 4194 4195 if (GlobalFindAtomA (TOOLBARCLASSNAMEA)) return; 4195 //SvL: Don't check this now 4196 // if (GlobalFindAtomA (TOOLBARCLASSNAMEA)) return; 4196 4197 4197 4198 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/tooltips.c
r1058 r1431 1 /* $Id: tooltips.c,v 1.1 4 1999-09-26 11:01:11 achimhaExp $ */1 /* $Id: tooltips.c,v 1.15 1999-10-24 22:49:49 sandervl Exp $ */ 2 2 /* 3 3 * Tool tip control … … 2382 2382 WNDCLASSA wndClass; 2383 2383 2384 if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return; 2384 //SvL: Don't check this now 2385 // if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return; 2385 2386 2386 2387 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/trackbar.c
r1139 r1431 1 /* $Id: trackbar.c,v 1.2 0 1999-10-05 16:05:17 cbratschiExp $ */1 /* $Id: trackbar.c,v 1.21 1999-10-24 22:49:49 sandervl Exp $ */ 2 2 /* 3 3 * Trackbar control … … 2491 2491 WNDCLASSA wndClass; 2492 2492 2493 if (GlobalFindAtomA (TRACKBAR_CLASSA)) return; 2493 //SvL: Don't check this now 2494 // if (GlobalFindAtomA (TRACKBAR_CLASSA)) return; 2494 2495 2495 2496 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/treeview.c
r496 r1431 1 /* $Id: treeview.c,v 1.1 0 1999-08-14 16:13:16 cbratschiExp $ */1 /* $Id: treeview.c,v 1.11 1999-10-24 22:49:50 sandervl Exp $ */ 2 2 /* Treeview control 3 3 * … … 3765 3765 // TRACE (treeview,"\n"); 3766 3766 3767 if (GlobalFindAtomA (WC_TREEVIEWA)) return; 3767 //SvL: Don't check this now 3768 // if (GlobalFindAtomA (WC_TREEVIEWA)) return; 3768 3769 3769 3770 ZeroMemory (&wndClass, sizeof(WNDCLASSA)); -
trunk/src/comctl32/updown.c
r968 r1431 1 /* $Id: updown.c,v 1. 9 1999-09-18 12:21:26 cbratschiExp $ */1 /* $Id: updown.c,v 1.10 1999-10-24 22:49:50 sandervl Exp $ */ 2 2 /* 3 3 * Updown control … … 1164 1164 WNDCLASSA wndClass; 1165 1165 1166 if( GlobalFindAtomA( UPDOWN_CLASSA ) ) return; 1166 //SvL: Don't check this now 1167 // if( GlobalFindAtomA( UPDOWN_CLASSA ) ) return; 1167 1168 1168 1169 ZeroMemory( &wndClass, sizeof( WNDCLASSA ) ); -
trunk/src/shell32/shlview.cpp
r1215 r1431 1 /* $Id: shlview.cpp,v 1. 2 1999-10-09 11:17:06 sandervl Exp $ */1 /* $Id: shlview.cpp,v 1.3 1999-10-24 22:50:46 sandervl Exp $ */ 2 2 /* 3 3 * ShellView … … 1285 1285 1286 1286 /*if our window class has not been registered, then do so*/ 1287 if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc)) 1288 { 1287 //SvL: Don't check this now 1288 // if(!GetClassInfoA(shell32_hInstance, SV_CLASS_NAME, &wc)) 1289 // { 1289 1290 ZeroMemory(&wc, sizeof(wc)); 1290 1291 wc.style = CS_HREDRAW | CS_VREDRAW; … … 1301 1302 if(!RegisterClassA(&wc)) 1302 1303 return E_FAIL; 1303 }1304 // } 1304 1305 1305 1306 *phWnd = CreateWindowExA(0,
Note:
See TracChangeset
for help on using the changeset viewer.