Fixed from Mumit Khan to allow DLL compilation for mingw32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-01-10 01:00:13 +00:00
parent 6f4968e281
commit 31e78e0cb6
4 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@
#include "wx/spinctrl.h"
// this is where wxGetNumberFromUser() is declared
#include "wx/generic/textdlgg.h"
#include "wx/textdlgg.h"
#if !wxUSE_SPINCTRL
// wxTextCtrl will do instead of wxSpinCtrl if we don't have it