diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-20 19:06:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-20 19:06:03 +0000 |
commit | 12274c83beaefd2815190ac84d404510eed0394f (patch) | |
tree | 67907ba45ad2bed56bc2d5d33a39456dd2211b34 /plugins/Utils/mir_options.cpp | |
parent | 35d9979fe310552ad3ab53b309a0d9e261d831df (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils/mir_options.cpp')
-rw-r--r-- | plugins/Utils/mir_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Utils/mir_options.cpp b/plugins/Utils/mir_options.cpp index 9b43a256c9..85782488da 100644 --- a/plugins/Utils/mir_options.cpp +++ b/plugins/Utils/mir_options.cpp @@ -17,6 +17,7 @@ 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>
|