Fixed: Compilation under some Linux versions

This commit is contained in:
kervala 2011-01-05 11:22:30 +01:00
parent 97c4880afa
commit 280df412a6
6 changed files with 19 additions and 0 deletions

View file

@ -24,6 +24,9 @@
#include "nel/3d/frustum.h"
#include "nel/3d/u_3d_mouse_listener.h"
#ifdef _X
# undef _X
#endif
namespace NL3D
{

View file

@ -20,6 +20,9 @@
#include "nel/misc/types_nl.h"
#include "nel/misc/smart_ptr.h"
#ifdef _X
# undef _X
#endif
namespace NL3D {

View file

@ -24,6 +24,9 @@
#include "nel/3d/fast_ptr_list.h"
#include "nel/3d/transform.h"
#ifdef _X
# undef _X
#endif
namespace NL3D
{

View file

@ -22,6 +22,9 @@
#include "nel/misc/matrix.h"
#include "nel/3d/frustum.h"
#ifdef _X
# undef _X
#endif
namespace NL3D
{

View file

@ -29,6 +29,9 @@
#include <string>
#ifdef _X
# undef _X
#endif
namespace NL3D

View file

@ -23,6 +23,10 @@
#include "collision_surface_temp.h"
#include <vector>
#ifdef _X
# undef _X
#endif
namespace NLMISC
{
class IStream;