try to fix msvc build
This commit is contained in:
parent
40a5ee007f
commit
a99e721711
2 changed files with 4 additions and 2 deletions
|
@ -105,7 +105,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#ifdef Q3_VM
|
||||
typedef int intptr_t;
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
# ifndef _MSC_VER
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
typedef unsigned char byte;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue