MSVC fixes

This commit is contained in:
ehofman 2003-08-12 19:26:03 +00:00
parent 110e01a861
commit 8ae39ae8d4
4 changed files with 27 additions and 3 deletions

View File

@ -25,6 +25,14 @@
// warning for truncation of template name for browse info
#pragma warning( disable : 4786)
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <GL/glu.h>
#include <plib/ul.h>

View File

@ -20,6 +20,14 @@
* Implementation of class SkyRenderableInstanceCloud.
*/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <GL/glu.h>
#include "SkyUtil.hpp"

View File

@ -22,6 +22,14 @@
#pragma warning( disable : 4786)
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <GL/glu.h>
#include "SkyTextureManager.hpp"

View File

@ -20,9 +20,9 @@
//============================================================================
#include "camutils.hpp"
#include <plane.hpp>
#include <tri.hpp>
#include <minmaxbox.hpp>
#include "plane.hpp"
#include "tri.hpp"
#include "minmaxbox.hpp"
//----------------------------------------------------------------------------
// Given a camera's 8 corner vertices and its 6 side planes and a triangle ABC,