fixed to correctly use #if wxUSE_SPINCTRL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-11-27 20:03:21 +00:00
parent 55703c9178
commit 0e0d88570a
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
#include "wx/spinctrl.h"
#ifdef wxUSE_SPINBTN
#if wxUSE_SPINCTRL
#include "wx/utils.h"
#include "wx/spinbutt.h"

View File

@@ -14,7 +14,7 @@
#include "wx/spinctrl.h"
#ifdef wxUSE_SPINBTN
#if wxUSE_SPINCTRL
#include "wx/utils.h"
#include "wx/spinbutt.h"