1 /* 2 * COPYRIGHT: LGPL, See LGPL.txt in the top level directory 3 * PROJECT: ReactOS CRT library 4 * FILE: lib/sdk/crt/time/futime32.c 5 * PURPOSE: Implementation of _futime32 6 * PROGRAMERS: Timo Kreuzer 7 */ 8 #define _USE_EXPLICIT_32BIT_TIME 9 #include "futime.c" 10