Author: weiden Date: Sun Oct 21 01:37:48 2007 New Revision: 29722
URL: http://svn.reactos.org/svn/reactos?rev=29722&view=rev Log: Enable the code to determine the time zone from the default system language
Modified: trunk/reactos/dll/win32/syssetup/wizard.c
Modified: trunk/reactos/dll/win32/syssetup/wizard.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/wizard.c... ============================================================================== --- trunk/reactos/dll/win32/syssetup/wizard.c (original) +++ trunk/reactos/dll/win32/syssetup/wizard.c Sun Oct 21 01:37:48 2007 @@ -1106,7 +1106,6 @@ SetupData->TimeZoneListTail = NULL; }
-#if 0 static BOOL GetTimeZoneListIndex(LPDWORD lpIndex) { @@ -1207,7 +1206,6 @@
return FALSE; } -#endif
static VOID @@ -1217,9 +1215,7 @@ DWORD dwIndex = 0; DWORD dwCount;
-#if 0 GetTimeZoneListIndex(&dwEntryIndex); -#endif
Entry = SetupData->TimeZoneListHead; while (Entry != NULL)