diff --git a/source/Irrlicht/CIrrDeviceLinux.cpp b/source/Irrlicht/CIrrDeviceLinux.cpp index 43dffea2..a34d6afb 100644 --- a/source/Irrlicht/CIrrDeviceLinux.cpp +++ b/source/Irrlicht/CIrrDeviceLinux.cpp @@ -31,7 +31,6 @@ // doesn't actually seem to be necessary except to pull in sys/ioctl.h. #define _INPUT_H #include // Would normally be included in linux/input.h -#define BITS_PER_LONG 32 #include #undef _INPUT_H #endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ @@ -55,7 +54,7 @@ namespace namespace irr { - + const char* wmDeleteWindow = "WM_DELETE_WINDOW"; //! constructor