non-pch build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -783,7 +783,7 @@ END_EVENT_TABLE()
|
||||
|
||||
|
||||
#if wxUSE_POPUPWIN //-----------------------------------
|
||||
#include <wx/popupwin.h>
|
||||
#include "wx/popupwin.h"
|
||||
|
||||
|
||||
//
|
||||
@@ -913,6 +913,7 @@ END_EVENT_TABLE()
|
||||
|
||||
|
||||
#else // !wxUSE_POPUPWIN -----------------------------------
|
||||
#include "wx/frame.h"
|
||||
|
||||
// A normal window to place the wxSTCListBox upon, but make it behave as much
|
||||
// like a wxPopupWindow as possible
|
||||
|
Reference in New Issue
Block a user