Author: gedmurphy Date: Mon Jun 19 21:54:18 2006 New Revision: 22427
URL: http://svn.reactos.ru/svn/reactos?rev=22427&view=rev Log: remove the analog clock until I have time to fix it.
Modified: branches/ros-branch-0_3_0/reactos/dll/cpl/timedate/timedate.c
Modified: branches/ros-branch-0_3_0/reactos/dll/cpl/timedate/timedate.c URL: http://svn.reactos.ru/svn/reactos/branches/ros-branch-0_3_0/reactos/dll/cpl/... ============================================================================== --- branches/ros-branch-0_3_0/reactos/dll/cpl/timedate/timedate.c (original) +++ branches/ros-branch-0_3_0/reactos/dll/cpl/timedate/timedate.c Mon Jun 19 21:54:18 2006 @@ -308,7 +308,7 @@ /* set range and current year */ SendMessage(GetDlgItem(hwndDlg, IDC_YEAR), UDM_SETRANGE, 0, MAKELONG ((short) 9999, (short) 1900)); SendMessage(GetDlgItem(hwndDlg, IDC_YEAR), UDM_SETPOS, 0, MAKELONG( (short) st.wYear, 0)); - +#if 0 InitClockWindowClass(); CreateWindowExW(0, L"ClockWndClass", @@ -319,6 +319,7 @@ NULL, hApplet, NULL); +#endif break;
case WM_TIMER: