reactos/reactos/lib/sdk/crt/time/localtime32.c
Gregor Schneider f5a461d8bf Switch from time to time_new 2/2:
-Rename time_new to time

svn path=/trunk/; revision=42423
2009-08-06 11:38:09 +00:00

9 lines
284 B
C

/*
* COPYRIGHT: LGPL, See LGPL.txt in the top level directory
* PROJECT: ReactOS CRT library
* FILE: lib/sdk/crt/time/localtime32.c
* PURPOSE: Implementation of _localtime32
* PROGRAMERS: Timo Kreuzer
*/
#define _USE_EXPLITIT_32BIT_TIME
#include "localtime.c"