mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 07:14:55 -06:00
25 lines
293 B
Plaintext
Executable File
25 lines
293 B
Plaintext
Executable File
#include "MenuPageRes.h"
|
|
#include "../../GuiCommon.rc"
|
|
|
|
#define xc 196
|
|
#define yc 174
|
|
|
|
IDD_MENU MY_PAGE
|
|
#include "MenuPage2.rc"
|
|
|
|
#ifdef UNDER_CE
|
|
|
|
#undef m
|
|
#undef xc
|
|
#undef yc
|
|
|
|
#define m 4
|
|
#define xc (SMALL_PAGE_SIZE_X + 8)
|
|
|
|
#define yc 112
|
|
|
|
IDD_MENU_2 MY_PAGE
|
|
#include "MenuPage2.rc"
|
|
|
|
#endif
|