diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-26 20:42:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-26 20:42:04 +0300 |
commit | 7178a1cab5b35a8e5bac3e7d367c3d72e72ec7e6 (patch) | |
tree | 07c38891bed8ca3a6f06029cb1b5b5df02cbb99c /protocols/EmLanProto/src/stdafx.h | |
parent | 4da9b39a6219cecfe5486d392e94648cd84d5f30 (diff) |
EMLanProto:
- plugin converted into Unicode;
- fixes #933 (E-mage LAN - new function - directly IP for companion);
- fixes utf8 autodetect in messages
- version bump
Diffstat (limited to 'protocols/EmLanProto/src/stdafx.h')
-rw-r--r-- | protocols/EmLanProto/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/EmLanProto/src/stdafx.h b/protocols/EmLanProto/src/stdafx.h index d826592439..8fefd8f2f8 100644 --- a/protocols/EmLanProto/src/stdafx.h +++ b/protocols/EmLanProto/src/stdafx.h @@ -5,7 +5,6 @@ #pragma once
-#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
|