diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-17 06:00:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-17 06:00:33 +0000 |
commit | ceda1d3ff46396497b0ddd586d8016510e422360 (patch) | |
tree | 03e6b968b82f5e815cd28d71aa893dfb3ffda6b6 /plugins/Console/src | |
parent | ba1dd064d361084d7fa0e587a79c1d165381d80f (diff) |
added starting version of new packupdater
git-svn-id: http://svn.miranda-ng.org/main/trunk@997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/src')
-rw-r--r-- | plugins/Console/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Console/src/commonheaders.h b/plugins/Console/src/commonheaders.h index 7689c7dce2..63f5a61622 100644 --- a/plugins/Console/src/commonheaders.h +++ b/plugins/Console/src/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define _CRT_SECURE_NO_WARNINGS
+
#define _WIN32_WINNT 0x0501
#pragma comment( lib, "comctl32.lib")
|