Skip to content

Commit

Permalink
Define wxCONTROL_NONE when wx version is before 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 authored and eranif committed May 19, 2019
1 parent 8d9f4cb commit 170747f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Plugin/clRowEntry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include <wx/window.h>
#include <drawingutils.h>

#if !wxCHECK_VERSION(3, 1, 0)
#define wxCONTROL_NONE 0
#endif

#ifdef __WXMSW__
#define PEN_STYLE wxPENSTYLE_SHORT_DASH
#else
Expand Down

0 comments on commit 170747f

Please sign in to comment.