diff options
Diffstat (limited to 'plugins/Utils/mir_icons.h')
-rw-r--r-- | plugins/Utils/mir_icons.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Utils/mir_icons.h b/plugins/Utils/mir_icons.h index 7e88d5f61c..397e53bc93 100644 --- a/plugins/Utils/mir_icons.h +++ b/plugins/Utils/mir_icons.h @@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __MIR_ICONS_H__
# define __MIR_ICONS_H__
-#define _CRT_SECURE_NO_WARNINGS
-
HANDLE IcoLib_Register(char *name, char *section, char *description, int id);
HICON IcoLib_LoadIcon(const char *iconName, BOOL copy = FALSE);
|