diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 06:41:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 06:41:19 +0000 |
commit | a33833212f040272fc6c97047c8cb335b6f5405a (patch) | |
tree | d778dfd7187571182d9a1333a72cc941b60f7e3d /plugins/Utils/mir_icons.h | |
parent | ec5a78dd895f86e9077caf1aacd3e49b48dffbcf (diff) |
SimpleAR, SimpleStatusMsg, SmileyAdd, SpellChecker: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|