Modernize libc usage: more cleanups.
This commit is contained in:
@@ -33,9 +33,6 @@
|
||||
|
||||
#if (ACC_OS_DOS32) && defined(__DJGPP__)
|
||||
#define USE_FTIME 1
|
||||
#elif (ACC_OS_WIN32 && ACC_CC_MWERKS) && defined(__MSL__)
|
||||
#include <utime.h>
|
||||
#define USE_UTIME 1
|
||||
#elif ((ACC_OS_WIN32 || ACC_OS_WIN64) && (ACC_CC_INTELC || ACC_CC_MSC))
|
||||
#define USE__FUTIME 1
|
||||
#elif (HAVE_UTIME)
|
||||
|
||||
Reference in New Issue
Block a user