We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245a862 commit 581cbdcCopy full SHA for 581cbdc
src/keycode.h
@@ -4,16 +4,16 @@
4
5
#include "os.h"
6
7
-#if defined(IS_MACOSX)
8
-
9
-#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
10
-#include <ApplicationServices/ApplicationServices.h>
11
12
#ifdef __cplusplus
13
extern "C"
14
{
15
#endif
16
+#if defined(IS_MACOSX)
+
+#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
+#include <ApplicationServices/ApplicationServices.h>
17
enum _MMKeyCode {
18
K_BACKSPACE = kVK_Delete,
19
K_DELETE = kVK_ForwardDelete,
0 commit comments