make it easy to spot pesky debug builds

This commit is contained in:
freedom
2023-09-07 04:09:36 -06:00
parent 1b8ec3b152
commit cbe1fb7551
10 changed files with 18 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ extern HWND hWndProgMgr;
extern HICON hProgMgrIcon;
extern HICON hGroupIcon;
// Strings
extern WCHAR szAppTitle[32];
extern WCHAR szAppTitle[64];
extern WCHAR szProgMgr[];
extern WCHAR szWebsite[64];
extern WCHAR szClass[16];