mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix MSVC build
git-svn-id: https://svn.eduke32.com/eduke32@6770 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
01606bb6fb
commit
cab8c9aadf
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue