include diff rsg files based on SERIES

This commit is contained in:
ehouse 2005-02-08 06:01:29 +00:00
parent 615c2826f3
commit 5b1b29f8ca

View file

@ -23,7 +23,11 @@
#include "symaskdlg.h"
# include "xwords.hrh"
#include "xwords.rsg"
#ifdef SERIES_60
# include "xwords_60.rsg"
#elif defined SERIES_80
# include "xwords_80.rsg"
#endif
CXWAskDlg::CXWAskDlg( MPFORMAL XWStreamCtxt* aStream, TBool aKillStream ) :
iStream(aStream), iMessage(NULL), iKillStream(aKillStream)