mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
20 lines
239 B
Plaintext
Executable File
20 lines
239 B
Plaintext
Executable File
#include "EditPageRes.h"
|
|
#include "../../GuiCommon.rc"
|
|
|
|
#define xc 240
|
|
#define yc 80
|
|
|
|
IDD_EDIT MY_PAGE
|
|
#include "EditPage2.rc"
|
|
|
|
#ifdef UNDER_CE
|
|
|
|
#undef xc
|
|
|
|
#define xc SMALL_PAGE_SIZE_X
|
|
|
|
IDD_EDIT_2 MY_PAGE
|
|
#include "EditPage2.rc"
|
|
|
|
#endif
|