diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-14 10:08:28 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-14 10:08:28 +0000 |
commit | 30dc3a2f0f14446cc104067c0545b613e20b49b5 (patch) | |
tree | 2dd737dc144b32288022f6bba28c6bbd33b8e727 /plugins/Variables/src/variables.h | |
parent | 6c2dd29a022dd1289ffe9907e25e3f44d88661c5 (diff) |
- fixed compiler warning
- one more translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/variables.h')
-rw-r--r-- | plugins/Variables/src/variables.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 372719bfec..2029c5d848 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -17,12 +17,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-#define MIRANDA_VER 0x0A00
-
-#define _CRT_SECURE_NO_WARNINGS
-#define _CRT_NON_CONFORMING_SWPRINTFS
-
#include <tchar.h>
#include <malloc.h>
|