the foundation of registry save/restore has been laid, thanks a ton to vxiiduu#4598

This commit is contained in:
freedom
2023-07-22 04:06:06 -06:00
parent ed3bc5eb28
commit 9af3206053
2 changed files with 19 additions and 14 deletions

View File

@@ -23,8 +23,8 @@
// Settings Bitmask Values (DWORD)
#define PMS_AUTOARRANGE 0x00000001
#define PMS_MINONRUN 0x00000002
#define PMS_TOPMOST 0x00000008
#define PMS_SHOWUSERNAME 0x00000004
#define PMS_TOPMOST 0x00000004
#define PMS_SHOWUSERNAME 0x00000008
#define PMS_SAVESETTINGS 0x00000010
/* Global Variables */