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