source: git/src/wx.h @ 3878cbc

RELEASE/1.0
Last change on this file since 3878cbc was 3878cbc, checked in by Olly Betts <olly@…>, 14 years ago

src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.

git-svn-id: file:///home/survex-svn/survex/branches/1.0@3448 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 405 bytes
Line 
1#include <wx/wxprec.h>
2
3#ifdef __BORLANDC__
4# pragma hdrstop
5#endif
6
7#ifndef WX_PRECOMP
8# include <wx/wx.h>
9#endif
10
11// These were renamed in wx 2.7.
12#if !wxCHECK_VERSION(2,7,0)
13# define wxFD_OPEN wxOPEN
14# define wxFD_OVERWRITE_PROMPT wxOVERWRITE_PROMPT
15# define wxFD_SAVE wxSAVE
16# define wxFD_FILE_MUST_EXIST wxFILE_MUST_EXIST
17#endif
18
19#include <wx/splitter.h>
20#include <wx/treectrl.h>
21#include <wx/dnd.h>
Note: See TracBrowser for help on using the repository browser.