diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-04 20:47:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-04 20:47:57 +0300 |
commit | 8b4972feb7dc839d3a8537f9f1796a054c509d67 (patch) | |
tree | 3fb67b1f6966e28ef245553ee76a4e2e029b2dea /plugins/ExternalAPI | |
parent | 004dbc99a957f78467d9e9060e797b05347052bb (diff) |
UInfoEx to be compatible with custom icons
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_userinfoex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_userinfoex.h b/plugins/ExternalAPI/m_userinfoex.h index aa1de051ae..08b412b16e 100644 --- a/plugins/ExternalAPI/m_userinfoex.h +++ b/plugins/ExternalAPI/m_userinfoex.h @@ -34,7 +34,6 @@ Otherwise the default icon is displayed for this treeitem. #ifndef ODPF_UNICODE
#define ODPF_UNICODE 8 // string fields in OPTIONSDIALOGPAGE are WCHAR*
#endif
-#define ODPF_ICON 64 // the hIcon member of the option dialog page is valid
/* Handling notifications v0.1.0.4+
A dialogbox should call SetWindowLongPtr(hDlg, DWLP_MSGRESULT, PSP_CHANGED) on a PSN_INFOCHANGED notification if
|