]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/private.h
Don't try to determine the clicked item ourselves in wxMSW wxListBox.
[wxWidgets.git] / include / wx / osx / private.h
CommitLineData
524c47aa
SC
1#ifndef _WX_PRIVATE_OSX_H_
2#define _WX_PRIVATE_OSX_H_
3
382c4ade
VZ
4#include "wx/osx/core/private.h"
5
6a3ea4ea
SC
6#if wxOSX_USE_IPHONE
7 #include "wx/osx/iphone/private.h"
8#elif wxOSX_USE_CARBON
9 #include "wx/osx/carbon/private.h"
10#elif wxOSX_USE_COCOA
11 #include "wx/osx/cocoa/private.h"
382c4ade
VZ
12#elif wxUSE_GUI
13 #error "Must include wx/defs.h first"
5c6eb3a8 14#endif
524c47aa 15
65391c8f 16#endif