Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23519/include

Modified Files:
	data.h 
Log Message:
Reverted to old font resource calls due to it breaking client on Win98 and earlier.
Slight fixes to refresh zones for new planet bitmaps.
Compile fix for BCC (doesn't like header files defined halfway through a file).
New README file for Win 95/98/ME users, explaining what options not to use
as they won't work right.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- data.h	28 May 2006 23:05:11 -0000	1.26
+++ data.h	31 May 2006 03:59:27 -0000	1.27
@@ -1,5 +1,6 @@
 /* data.h */
 #include "copyright.h"
+#include <time.h>
 
 #ifndef _h_data
 #define _h_data
@@ -587,7 +588,6 @@
 DWORD InputThreadID;
 
 // Missing global variables
-#include <time.h>
 extern int autoQuit;
 
 extern int forceDisplay;