From e247c73b46d185aadbc8b31dde877f0018bcf356 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 12 May 2004 10:13:29 +0000 Subject: [PATCH] direct.h was included also without WIN32 definition --- wrap/ply/plylib.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wrap/ply/plylib.cpp b/wrap/ply/plylib.cpp index e7e65b8c..a8f54a65 100644 --- a/wrap/ply/plylib.cpp +++ b/wrap/ply/plylib.cpp @@ -31,13 +31,15 @@ of Greg Turk and on the work of Claudio Rocchini History $Log: not supported by cvs2svn $ +Revision 1.2 2004/04/06 21:48:50 cignoni +Commented out unused parameter names + Revision 1.1 2004/03/03 15:00:51 cignoni Initial commit ****************************************************************************/ - #ifdef WIN32 #define LITTLE_MACHINE #define assert ASSERT @@ -52,7 +54,6 @@ Initial commit #include #include -#include #include #include #include