Fix line ending.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2518 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-07-29 08:46:37 +00:00
parent e839529984
commit 40fe8510c2
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
// doesn't actually seem to be necessary except to pull in sys/ioctl.h. // doesn't actually seem to be necessary except to pull in sys/ioctl.h.
#define _INPUT_H #define _INPUT_H
#include <sys/ioctl.h> // Would normally be included in linux/input.h #include <sys/ioctl.h> // Would normally be included in linux/input.h
#define BITS_PER_LONG 32
#include <linux/joystick.h> #include <linux/joystick.h>
#undef _INPUT_H #undef _INPUT_H
#endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ #endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
@ -55,7 +54,7 @@ namespace
namespace irr namespace irr
{ {
const char* wmDeleteWindow = "WM_DELETE_WINDOW"; const char* wmDeleteWindow = "WM_DELETE_WINDOW";
//! constructor //! constructor