X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32efab35c14e1cf09cc0c3edd3d2345a66fcea3d..e4161a2a08e622ba55f66610e26892f5fda37e6f:/include/wx/mac/corefoundation/hid.h diff --git a/include/wx/mac/corefoundation/hid.h b/include/wx/mac/corefoundation/hid.h index 077a4c4435..e6df5cb45f 100644 --- a/include/wx/mac/corefoundation/hid.h +++ b/include/wx/mac/corefoundation/hid.h @@ -54,7 +54,7 @@ extern "C" { // Quite good, as is the sample program associated with it // (Depite the author's protests!). // --------------------------------------------------------------------------- -class wxHIDDevice +class WXDLLIMPEXP_CORE wxHIDDevice { public: wxHIDDevice() : m_ppDevice(NULL), m_ppQueue(NULL), m_pCookies(NULL) {} @@ -91,7 +91,7 @@ protected: wxString m_szProductName; //product name int m_nProductId; //product id int m_nManufacturerId; //manufacturer id - mach_port_t m_pPort; //mach port to use + mach_port_t m_pPort; //mach port to use }; // --------------------------------------------------------------------------- @@ -100,7 +100,7 @@ protected: // Semi-simple implementation that opens a connection to the first // keyboard of the machine. Used in wxGetKeyState. // --------------------------------------------------------------------------- -class wxHIDKeyboard : public wxHIDDevice +class WXDLLIMPEXP_CORE wxHIDKeyboard : public wxHIDDevice { public: static int GetCount(); @@ -112,4 +112,5 @@ public: #endif //__DARWIN__ -#endif //WX_MACCARBONHID_H +#endif + // _WX_MACCARBONHID_H_