Difference for include/win32.h from version 1.8 to 1.9


version 1.8 version 1.9
Line 6
 
Line 6
 #if !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_)  #if !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_)
 #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_  #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_
   
   /* Define the version here.  In Unixland, it's defined on the command line now. */
   #define VERSION "1.4.0"
   
   
 #if _MSC_VER > 1000  #if _MSC_VER > 1000
 #pragma once  #pragma once
 #endif /* _MSC_VER > 1000 */  #endif /* _MSC_VER > 1000 */
Line 89
 
Line 93
   
 /* Location of read-only machine independent data */  /* Location of read-only machine independent data */
 #define DATADIR "share"  #define DATADIR "share"
   #define LIBDIR "share"
   #define CONFDIR "share"
   
 /* Location of changeable single system data (temp maps, hiscore, etc) */  /* Location of changeable single system data (temp maps, hiscore, etc) */
 #define LOCALDIR "var"  #define LOCALDIR "var"


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:33