Skip to content

Commit

Permalink
Fixed extern location.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 5, 2015
1 parent 245a862 commit 581cbdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

#include "os.h"

#if defined(IS_MACOSX)

#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
#include <ApplicationServices/ApplicationServices.h>

#ifdef __cplusplus
extern "C"
{
#endif

#if defined(IS_MACOSX)

#include <Carbon/Carbon.h> /* Really only need <HIToolbox/Events.h> */
#include <ApplicationServices/ApplicationServices.h>

enum _MMKeyCode {
K_BACKSPACE = kVK_Delete,
K_DELETE = kVK_ForwardDelete,
Expand Down

0 comments on commit 581cbdc

Please sign in to comment.