Commit d9a9cf5a authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed a compiler warning on Mac OS X.

Thanks to Mattias Holm for the patch!
parent 96e8606b
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
//#define DEBUG_IME NSLog //#define DEBUG_IME NSLog
#define DEBUG_IME #define DEBUG_IME (void)
#ifndef NX_DEVICERCTLKEYMASK #ifndef NX_DEVICERCTLKEYMASK
#define NX_DEVICELCTLKEYMASK 0x00000001 #define NX_DEVICELCTLKEYMASK 0x00000001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment