diff options
Diffstat (limited to 'plugins/Utils')
-rw-r--r-- | plugins/Utils/mir_icons.h | 2 | ||||
-rw-r--r-- | plugins/Utils/mir_options.cpp | 2 |
2 files changed, 0 insertions, 4 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);
diff --git a/plugins/Utils/mir_options.cpp b/plugins/Utils/mir_options.cpp index 1096f44276..24cd744907 100644 --- a/plugins/Utils/mir_options.cpp +++ b/plugins/Utils/mir_options.cpp @@ -17,8 +17,6 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define _CRT_SECURE_NO_WARNINGS
-
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
|