Diff for /np2/win9x/compiler.h between versions 1.4 and 1.6

version 1.4, 2003/10/21 11:22:05 version 1.6, 2003/11/03 00:49:55
Line 1 Line 1
   
   #define _WIN32_IE       0x0200
   
 #include        <windows.h>  #include        <windows.h>
 #include        <stdio.h>  #include        <stdio.h>
 #include        <stddef.h>  #include        <stddef.h>
Line 20  typedef int    SINT32; Line 23  typedef int    SINT32;
   
 #endif  #endif
   
   
   #define LOADINTELDWORD(a)               (*((UINT32 *)(a)))
   #define LOADINTELWORD(a)                (*((UINT16 *)(a)))
   #define STOREINTELDWORD(a, b)   *(UINT32 *)(a) = (b)
   #define STOREINTELWORD(a, b)    *(UINT16 *)(a) = (b)
   
   
 #include        "common.h"  #include        "common.h"
 #include        "milstr.h"  #include        "milstr.h"
 #include        "_memory.h"  #include        "_memory.h"
Line 52  typedef int    SINT32; Line 62  typedef int    SINT32;
 #define SUPPORT_32BPP  #define SUPPORT_32BPP
 #define SUPPORT_NORMALDISP  #define SUPPORT_NORMALDISP
   
   #define SOUNDRESERVE    20
   

Removed from v.1.4  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>