git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27403
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/button.h"
#include "wx/menu.h"
#include "wx/mac/uma.h"
#include "wx/button.h"
#include "wx/menu.h"
#include "wx/mac/uma.h"
#ifndef __HIVIEW__
#include <HIToolbox/HIView.h>
#endif
#ifndef __HIVIEW__
#include <HIToolbox/HIView.h>
#endif
#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
// composite combobox implementation by Dan "Bud" Keith bud@otsys.com
// composite combobox implementation by Dan "Bud" Keith bud@otsys.com
#define USE_HICOMBOBOX 1 //use hi combobox define
#define USE_HICOMBOBOX 1 //use hi combobox define
+#else
+#define USE_HICOMBOBOX 0
+#endif
static int nextPopUpMenuId = 1000 ;
MenuHandle NewUniqueMenu()
static int nextPopUpMenuId = 1000 ;
MenuHandle NewUniqueMenu()