diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index 5522f49bc9..6bb568d618 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define HKD_UNICODE 0x0001
-#if defined( _UNICODE )
+#if defined(_UNICODE)
#define HKD_TCHAR HKD_UNICODE
#else
#define HKD_TCHAR 0
|