try to fix msvc build

This commit is contained in:
Ludwig Nussel 2006-02-26 20:01:45 +00:00
parent 40a5ee007f
commit a99e721711
2 changed files with 4 additions and 2 deletions

View file

@ -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;