Ignore:
Timestamp:
01/26/13 03:18:02 (11 years ago)
Author:
Nicholas Riley
Message:

HID_Utilities_External.h: Fix some syntax errors that Clang
identified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/HID_Utilities_External.h

    r300 r652  
    5252#if !TARGET_RT_MAC_CFM
    5353#include <IOKit/hid/IOHIDLib.h>
    54 #endif TARGET_RT_MAC_CFM
     54#endif
    5555
    5656//#include <IOKit/hid/IOHIDUsageTables.h>
     
    110110        typedef void(*IOHIDCallbackFunction) (void* target, unsigned long result, void* refcon, void* sender);
    111111        typedef void* IOHIDEventStruct;
    112 #endif TARGET_RT_MAC_CFM
     112#endif
    113113       
    114114        // Device and Element Interfaces
Note: See TracChangeset for help on using the changeset viewer.