Update of /cvsroot/gcblue/gcb_wx/src/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12203
Modified Files:
tcLauncherDBObject.cpp
Log Message:
newline at the end of file
added ifdef where needed
Index: tcLauncherDBObject.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/database/tcLauncherDBObject.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tcLauncherDBObject.cpp 30 Jan 2004 01:02:35 -0000 1.3
--- tcLauncherDBObject.cpp 28 Mar 2004 18:58:29 -0000 1.4
***************
*** 21,31 ****
#include "stdwx.h"
!
#pragma warning(disable:4786) // suppress warning for STL bug in VC6, see Q167355 in the MSDN Library.
#include "tcLauncherDBObject.h"
#include "math_constants.h"
#include "randfn.h"
! //#include "aerror.h"
#include "CsvTranslator.h"
--- 21,34 ----
#include "stdwx.h"
! #if _MSC_VER > 1000
#pragma warning(disable:4786) // suppress warning for STL bug in VC6, see Q167355 in the MSDN Library.
+ #endif // _MSC_VER > 1000
+
+
#include "tcLauncherDBObject.h"
#include "math_constants.h"
#include "randfn.h"
! //#include "AError.h"
#include "CsvTranslator.h"
***************
*** 174,176 ****
! }
\ No newline at end of file
--- 177,179 ----
! }
|