"Ugly" Xbox fix. It's that, or renaming all the DELETE define of the InputHandler and its users.
This commit is contained in:
@@ -22,6 +22,11 @@
|
|||||||
*/
|
*/
|
||||||
#include "RageInputDevice.h" // for InputDevice
|
#include "RageInputDevice.h" // for InputDevice
|
||||||
|
|
||||||
|
// Macro override. Defined in the Xbox's winnt.h
|
||||||
|
#ifdef _XBOX
|
||||||
|
#undef DELETE
|
||||||
|
#endif
|
||||||
|
|
||||||
class InputHandler
|
class InputHandler
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user