deepstone

diff src/inttypes.h @ 35:1870c4ef8b76

added visual studio project moved the dosemu directory
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 07:41:05 +0300
parents ad6b185723cd
children
line diff
     1.1 --- a/src/inttypes.h	Mon Sep 23 05:58:24 2013 +0300
     1.2 +++ b/src/inttypes.h	Mon Sep 23 07:41:05 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef INT_TYPES_H_
     1.5  #define INT_TYPES_H_
     1.6  
     1.7 -#ifdef __DOS__
     1.8 +#if defined(__DOS__) || defined(WIN32)
     1.9  typedef char int8_t;
    1.10  typedef short int16_t;
    1.11  typedef long int32_t;