X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec8bd3921c6ad85dd8101306d920e19e32541680..34621cc5d6eaf8933935fbda55625124429a0ff9:/include/wx/mac/carbon/private/hid.h diff --git a/include/wx/mac/carbon/private/hid.h b/include/wx/mac/carbon/private/hid.h index ddc93c2cf2..cf43a804d2 100644 --- a/include/wx/mac/carbon/private/hid.h +++ b/include/wx/mac/carbon/private/hid.h @@ -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 @@ -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