Diff for /xmil/win9x/compiler.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:31 version 1.2, 2004/08/03 12:50:54
Line 1 Line 1
 #define NP2_LITTLEENDIAN  
   
 #define _WIN32_IE       0x0200  #define _WIN32_IE       0x0200
   
 #include        <windows.h>  #include        <windows.h>
   #include        <tchar.h>
 #include        <stdio.h>  #include        <stdio.h>
 #include        <stddef.h>  #include        <stddef.h>
 #include        <setjmp.h>  #include        <setjmp.h>
   
 #define BYTESEX_LITTLE  #define BYTESEX_LITTLE
   #if !defined(UNICODE)
 #define OSLANG_SJIS  #define OSLANG_SJIS
   #else
   #define OSLANG_UCS2
   #endif
 #define OSLINEBREAK_CRLF  #define OSLINEBREAK_CRLF
   
 #ifndef __GNUC__  #ifndef __GNUC__
Line 50  typedef signed __int64  SINT64; Line 54  typedef signed __int64  SINT64;
   
 #define STRCALL         __stdcall  #define STRCALL         __stdcall
   
   #define BRESULT                         UINT8
   #define OEMCHAR                         TCHAR
   #define OEMTEXT(string)         _T(string)
   
 #include        "common.h"  #include        "common.h"
 #include        "milstr.h"  #include        "milstr.h"
 #include        "_memory.h"  #include        "_memory.h"
Line 75  typedef signed __int64  SINT64; Line 83  typedef signed __int64  SINT64;
 #define VRAMCALL        __fastcall  #define VRAMCALL        __fastcall
 #define SCRNCALL        __fastcall  #define SCRNCALL        __fastcall
   
   #if !defined(UNICODE)
 #define SUPPORT_SJIS  #define SUPPORT_SJIS
   #else
   #define SUPPORT_ANK
   #endif
   
 #define SUPPORT_8BPP  #define SUPPORT_8BPP
 #define SUPPORT_16BPP  #define SUPPORT_16BPP

Removed from v.1.1  
changed lines
  Added in v.1.2


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