Ignore:
Timestamp:
Dec 23, 2010, 6:54:11 AM (15 years ago)
Author:
dmik
Message:

Deduce Windows Time Zone information from the TZ environment variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initkernel32.cpp

    r21308 r21535  
    245245            SetProcessAffinityMask(GetCurrentProcess(), dwSystemAffinityMask);
    246246
    247             //Activate current timezone information
    248             TIME_ZONE_INFORMATION tzone;
    249             GetTimeZoneInformation(&tzone);
    250             SetTimeZoneInformation(&tzone);
    251 
    252247            //Set default paths for PE & NE loaders
    253248            InitLoaders();
    254            
     249
    255250            RasEntry (RAS_EVENT_Kernel32InitComplete, &dllHandle, sizeof (dllHandle));
    256            
     251
    257252            break;
    258253        }
     
    335330
    336331    RasUninitialize ();
    337    
     332
    338333    return ;
    339334}
Note: See TracChangeset for help on using the changeset viewer.