mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[INETCPL] Add icon codes for trusted and restricted zones
This commit is contained in:
parent
b5e956e7a8
commit
7886ad46db
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ INT_PTR CALLBACK security_dlgproc(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN;
|
|||
#define ICO_CERTIFICATES 1314
|
||||
#define ICO_HISTORY 1315
|
||||
#define ICO_HOME 1316
|
||||
#define ICO_TRUSTED 4480
|
||||
#define ICO_RESTRICTED 4481
|
||||
#endif
|
||||
|
||||
/* strings */
|
||||
|
|
Loading…
Reference in a new issue