[Plib-cvs] plib/src/util ul.h,1.50,1.51
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 02:43:08
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv812 Modified Files: ul.h Log Message: Removed plibconfig.h stuff from CVS again Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- ul.h 1 Sep 2002 00:38:25 -0000 1.50 +++ ul.h 1 Sep 2002 02:43:05 -0000 1.51 @@ -44,10 +44,6 @@ #include <ctype.h> #include <assert.h> -#ifndef _MSC_VER -# include "plibconfig.h" -#endif - #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) # define WIN32 #endif |