Update of /cvsroot/plib/plib/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv25597
Modified Files:
ul.h
Log Message:
Final shot for WIN32 compability.
Index: ul.h
===================================================================
RCS file: /cvsroot/plib/plib/src/util/ul.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- ul.h 21 Mar 2002 12:50:33 -0000 1.37
+++ ul.h 21 Mar 2002 15:41:47 -0000 1.38
@@ -44,8 +44,8 @@
#include <ctype.h>
#include <assert.h>
-#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(WIN32)
-# define WIN32
+#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
+# define WIN32
#endif
#if defined (WIN32)
|