mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Enable the code to determine the time zone from the default system language
svn path=/trunk/; revision=29722
This commit is contained in:
@@ -1106,7 +1106,6 @@ DestroyTimeZoneList(PSETUPDATA SetupData)
|
||||
SetupData->TimeZoneListTail = NULL;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static BOOL
|
||||
GetTimeZoneListIndex(LPDWORD lpIndex)
|
||||
{
|
||||
@@ -1207,7 +1206,6 @@ GetTimeZoneListIndex(LPDWORD lpIndex)
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static VOID
|
||||
@@ -1217,9 +1215,7 @@ ShowTimeZoneList(HWND hwnd, PSETUPDATA SetupData, DWORD dwEntryIndex)
|
||||
DWORD dwIndex = 0;
|
||||
DWORD dwCount;
|
||||
|
||||
#if 0
|
||||
GetTimeZoneListIndex(&dwEntryIndex);
|
||||
#endif
|
||||
|
||||
Entry = SetupData->TimeZoneListHead;
|
||||
while (Entry != NULL)
|
||||
|
||||
Reference in New Issue
Block a user