mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 05:15:00 -06:00
23 lines
288 B
Plaintext
Executable File
23 lines
288 B
Plaintext
Executable File
#include "SettingsPageRes.h"
|
|
#include "../../GuiCommon.rc"
|
|
|
|
#define xc 240
|
|
#define yc 250
|
|
|
|
IDD_SETTINGS MY_PAGE
|
|
#include "SettingsPage2.rc"
|
|
|
|
|
|
#ifdef UNDER_CE
|
|
|
|
#undef m
|
|
#undef xc
|
|
|
|
#define m 4
|
|
#define xc (SMALL_PAGE_SIZE_X + 8)
|
|
|
|
IDD_SETTINGS_2 MY_PAGE
|
|
#include "SettingsPage2.rc"
|
|
|
|
#endif
|