]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/private/hid.h
Documentation patch from Olly Betts
[wxWidgets.git] / include / wx / mac / carbon / private / hid.h
index ddc93c2cf2a850dec1c46d5668569969d617549d..cf43a804d2d41ff2002327ce73ceb66557998747 100644 (file)
@@ -8,9 +8,29 @@
 // Copyright:   (c) Ryan Norton
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
+// ===========================================================================
+// declarations
+// ===========================================================================
+
+// ---------------------------------------------------------------------------
+// headers
+// ---------------------------------------------------------------------------
+
+#ifndef _WX_MACCARBONHID_H_
+#define _WX_MACCARBONHID_H_
+
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+    #pragma interface "hid.h"
+#endif
 
 #include "wx/defs.h"
 
+
+// ---------------------------------------------------------------------------
+// definitions
+// ---------------------------------------------------------------------------
+
+//Mac OSX only
 #ifdef __DARWIN__
 
 #include <IOKit/IOKitLib.h>
@@ -76,4 +96,7 @@ public:
        virtual void BuildCookies(wxCFArray& Array);
 };
 
-#endif //__DARWIN__
\ No newline at end of file
+#endif //__DARWIN__
+
+#endif 
+        //WX_MACCARBONHID_H
\ No newline at end of file