diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:37:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:37:34 +0000 |
commit | 0e38286cbb667140631087811610a375c3e64b48 (patch) | |
tree | 6d11a284ee95a3f41dfb7c8e20cf4e5b7e6e285d /plugins/AutoRun | |
parent | f5ca4831f6f344bba380505935bea96237eae621 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun')
-rw-r--r-- | plugins/AutoRun/autorun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AutoRun/autorun.h b/plugins/AutoRun/autorun.h index a991061066..8c621e2546 100644 --- a/plugins/AutoRun/autorun.h +++ b/plugins/AutoRun/autorun.h @@ -1,6 +1,8 @@ #define IDD_OPT_AUTORUN 101
#define IDC_AUTORUN 102
+#define _CRT_SECURE_NO_WARNINGS
+
#define MIRANDA_VER 0x0A00
#define SUB_KEY "Software\\Microsoft\\Windows\\CurrentVersion\\Run"
#define ModuleName "Autorun"
|