#include #ifdef __BORLANDC__ # pragma hdrstop #endif #ifndef WX_PRECOMP # include #endif // These were renamed in wx 2.7. #if !wxCHECK_VERSION(2,7,0) # define wxFD_OPEN wxOPEN # define wxFD_OVERWRITE_PROMPT wxOVERWRITE_PROMPT # define wxFD_SAVE wxSAVE # define wxFD_FILE_MUST_EXIST wxFILE_MUST_EXIST #endif #include #include #include