and remove the defines from here for _CRT_* backward compatiblity hacks

svn path=/trunk/; revision=19768
This commit is contained in:
Steven Edwards 2005-11-30 05:52:40 +00:00
parent c08547cadd
commit 5d2a019961

View file

@ -1,10 +1,8 @@
#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
/* Some global constants to hack around the msvc build */
/* These will go away or be moved soon enough */
#define _CRT_NON_CONFORMING_SWPRINTFS
#define _CRT_SECURE_NO_DEPRECATE
/* We don't want to use the Microsoft CRT inline functions
so we hack around them in msvc build */
#define _INC_WTIME_INL
#define _INC_UTIME_INL
#define _INC_TIME_INL