Set wxUSE_CHOICEDLG to 1, I don't know why this is required I'll look at it later.

Originally committed to SVN as r3516.
This commit is contained in:
Amar Takhar 2009-09-10 13:43:31 +00:00
parent d348b4e33e
commit d455a61732
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
#ifndef AGI_PRE
#include <map>
/// Force wx to use Choice Dialogue
/// @todo Find out why this is needed.
#define wxUSE_CHOICEDLG 1
#include <wx/choicdlg.h>
#include <wx/dir.h>
#endif