1
0
Fork 0

MSVC6 updates

This commit is contained in:
ehofman 2003-04-13 21:25:46 +00:00
parent 4084f22293
commit ea24640f96
2 changed files with 4 additions and 1 deletions

View file

@ -71,8 +71,9 @@ using std::queue;
#endif #endif
#if !defined(WIN32) || defined(__GNUC__)
using std::max; using std::max;
#endif
#ifdef __FreeBSD__ // define gcvt on FreeBSD #ifdef __FreeBSD__ // define gcvt on FreeBSD

View file

@ -5,12 +5,14 @@
#include <plib/pu.h> #include <plib/pu.h>
#include <plib/ul.h> #include <plib/ul.h>
#include <simgear/compiler.h>
#include <simgear/misc/exception.hxx> #include <simgear/misc/exception.hxx>
#include <Main/fg_props.hxx> #include <Main/fg_props.hxx>
#include "menubar.hxx" #include "menubar.hxx"
#include "dialog.hxx" #include "dialog.hxx"
SG_USING_STD(map);
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////