Ignore:
Timestamp:
May 28, 2001, 4:47:49 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r4846 r5818  
    1 /* $Id: time.cpp,v 1.14 2000-12-28 17:10:47 phaller Exp $ */
     1/* $Id: time.cpp,v 1.15 2001-05-28 14:47:49 phaller Exp $ */
    22
    33/*
     
    141141//******************************************************************************
    142142//******************************************************************************
    143 DWORD WIN32API GetTimeZoneInformation( LPTIME_ZONE_INFORMATION arg1)
    144 {
    145     dprintf(("KERNEL32:  GetTimeZoneInformation\n"));
     143ODINFUNCTION1(DWORD, GetTimeZoneInformation,
     144              LPTIME_ZONE_INFORMATION, arg1)
     145{
    146146    return O32_GetTimeZoneInformation(arg1);
    147147}
Note: See TracChangeset for help on using the changeset viewer.