Fix MSVC build

git-svn-id: https://svn.eduke32.com/eduke32@6770 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-03-17 03:26:05 +00:00
parent 01606bb6fb
commit cab8c9aadf

View file

@ -380,6 +380,10 @@ defined __x86_64__ || defined __amd64__ || defined _M_X64 || defined _M_IA64 ||
# define __STDC_LIMIT_MACROS
#endif
#ifndef _USE_MATH_DEFINES
# define _USE_MATH_DEFINES
#endif
#if !defined _MSC_VER || defined __cplusplus
# include <stdint.h>
# include <inttypes.h>