From: Dragan T. <dr...@us...> - 2005-03-01 02:56:04
|
Update of /cvsroot/octaviz/octaviz/Common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19198 Modified Files: OctavizCommon.h Log Message: Fixed CurrentTime name conflict. Thanks to George Hexner. Index: OctavizCommon.h =================================================================== RCS file: /cvsroot/octaviz/octaviz/Common/OctavizCommon.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- OctavizCommon.h 12 Oct 2004 02:52:47 -0000 1.2 +++ OctavizCommon.h 1 Mar 2005 02:55:53 -0000 1.3 @@ -6,3 +6,9 @@ #ifdef None #undef None #endif +#ifdef CurrentTime + #undef CurrentTime +#endif + + + |