mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
include diff rsg files based on SERIES
This commit is contained in:
parent
615c2826f3
commit
5b1b29f8ca
1 changed files with 6 additions and 2 deletions
|
@ -22,8 +22,12 @@
|
|||
#include <charconv.h>
|
||||
|
||||
#include "symaskdlg.h"
|
||||
#include "xwords.hrh"
|
||||
#include "xwords.rsg"
|
||||
# include "xwords.hrh"
|
||||
#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)
|
||||
|
|
Loading…
Reference in a new issue