Windows: do not set USE_32BIT_TIME_T for Heimdal
Heimdal does not have any backward compatibility issues unlike MIT. There is no reason to restrict out interfaces to using 32-bit time of 32-bit Windows. Our supported compilers default to 64-bit time_t. Use it. Change-Id: I931c547841c17897d7d55a61459519cb99973385
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
########################################################################
|
||||
#
|
||||
# Copyright (c) 2009, Secure Endpoints Inc.
|
||||
# Copyright (c) 2009-2011, Secure Endpoints Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -165,13 +165,6 @@ cdefines=$(cdefines) -DHAVE_CONFIG_H
|
||||
cdebug=$(cdebug) /Zi
|
||||
ldebug=$(ldebug) /DEBUG
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# time_t issues
|
||||
|
||||
!if "$(MCPU)"=="x86"
|
||||
cdefines=$(cdefines) -D_USE_32BIT_TIME_T
|
||||
!endif
|
||||
|
||||
# Disable warnings:
|
||||
#
|
||||
# C4996: 'function' was declared deprecated
|
||||
|
Reference in New Issue
Block a user