From 931ba0a601facd634c42199f85fd2648cd95d195 Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Sun, 30 Jun 2019 17:09:26 -0700 Subject: [PATCH] Fix warnings about extra tokens after #ifdef directive --- macosx/HID_Utilities_External.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/HID_Utilities_External.h b/macosx/HID_Utilities_External.h index d890bfcc..fe4b0f03 100644 --- a/macosx/HID_Utilities_External.h +++ b/macosx/HID_Utilities_External.h @@ -51,7 +51,7 @@ /*****************************************************/ #if !TARGET_RT_MAC_CFM #include -#endif TARGET_RT_MAC_CFM +#endif // TARGET_RT_MAC_CFM //#include #if 0 // NOTE: These are now in @@ -109,7 +109,7 @@ typedef enum IOHIDReportType { // Notes: This is a MachO function pointer. If you're using CFM you have to call MachOFunctionPointerForCFMFunctionPointer. typedef void( *IOHIDCallbackFunction ) ( void* target, unsigned long result, void* refcon, void* sender ); typedef void* IOHIDEventStruct; -#endif TARGET_RT_MAC_CFM +#endif // TARGET_RT_MAC_CFM // Device and Element Interfaces