diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-17 06:02:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-17 06:02:32 +0000 |
commit | 342ebf07ab19ca68d14f16ea7be545e84a2a7f01 (patch) | |
tree | d410816dddbd9454f1bd2b6797478628fbaeb8ca /plugins/Console/src | |
parent | ceda1d3ff46396497b0ddd586d8016510e422360 (diff) |
ups, reverted
git-svn-id: http://svn.miranda-ng.org/main/trunk@998 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 63f5a61622..7689c7dce2 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")
|