1#include "SettingsPageRes.h" 2#include "../../GuiCommon.rc" 3 4#define xc OPTIONS_PAGE_XC_SIZE 5#define yc OPTIONS_PAGE_YC_SIZE 6 7IDD_SETTINGS MY_PAGE 8#include "SettingsPage2.rc" 9 10 11#ifdef UNDER_CE 12 13#undef m 14#undef xc 15 16#define m 4 17#define xc (SMALL_PAGE_SIZE_X + 8) 18 19IDD_SETTINGS_2 MY_PAGE 20#include "SettingsPage2.rc" 21 22#endif 23