Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv9691/Include
Modified Files:
Tag: systems
CSPSim.h
Log Message:
Index: CSPSim.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/CSPSim.h,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -C2 -d -r1.16.2.2 -r1.16.2.3
*** CSPSim.h 11 Oct 2003 17:38:14 -0000 1.16.2.2
--- CSPSim.h 11 Oct 2003 17:42:01 -0000 1.16.2.3
***************
*** 39,44 ****
#include <Producer/RenderSurface>
! // Producer includes windows.h, which leaks a #define min
#undef min
--- 39,45 ----
#include <Producer/RenderSurface>
! // Producer includes windows.h, which leaks a #define min and max
#undef min
+ #undef max
|