Skip to content

Commit 581cbdc

Browse files
committed
Fixed extern location.
1 parent 245a862 commit 581cbdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/keycode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
#include "os.h"
66

7-
#if defined(IS_MACOSX)
8-
9-
#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
10-
#include <ApplicationServices/ApplicationServices.h>
11-
127
#ifdef __cplusplus
138
extern "C"
149
{
1510
#endif
1611

12+
#if defined(IS_MACOSX)
13+
14+
#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
15+
#include <ApplicationServices/ApplicationServices.h>
16+
1717
enum _MMKeyCode {
1818
K_BACKSPACE = kVK_Delete,
1919
K_DELETE = kVK_ForwardDelete,

0 commit comments

Comments
 (0)