Changeset 5818 for trunk/src/kernel32/time.cpp
- Timestamp:
- May 28, 2001, 4:47:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/time.cpp
r4846 r5818 1 /* $Id: time.cpp,v 1.1 4 2000-12-28 17:10:47phaller Exp $ */1 /* $Id: time.cpp,v 1.15 2001-05-28 14:47:49 phaller Exp $ */ 2 2 3 3 /* … … 141 141 //****************************************************************************** 142 142 //****************************************************************************** 143 DWORD WIN32API GetTimeZoneInformation( LPTIME_ZONE_INFORMATION arg1) 144 { 145 dprintf(("KERNEL32: GetTimeZoneInformation\n")); 143 ODINFUNCTION1(DWORD, GetTimeZoneInformation, 144 LPTIME_ZONE_INFORMATION, arg1) 145 { 146 146 return O32_GetTimeZoneInformation(arg1); 147 147 }
Note:
See TracChangeset
for help on using the changeset viewer.