summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-09-16 13:47:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-09-16 13:47:55 +0000
commit25b8dcd3e31a9b09ce6180d34273d68242791d79 (patch)
tree7070e154406e1ca15577dea410fc7a4c076c22df /protocols/GTalkExt/src/stdafx.h
parentb80e5c3c33cff078b6e01ef79fd83bb176d6d00a (diff)
removed not needed _MSC_VER checks
git-svn-id: http://svn.miranda-ng.org/main/trunk@6085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/stdafx.h')
-rw-r--r--protocols/GTalkExt/src/stdafx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/GTalkExt/src/stdafx.h b/protocols/GTalkExt/src/stdafx.h
index d89c4d59e7..76fcb5ee0d 100644
--- a/protocols/GTalkExt/src/stdafx.h
+++ b/protocols/GTalkExt/src/stdafx.h
@@ -64,9 +64,4 @@
#include <win2k.h>
#pragma warning(pop)
-#if _MSC_VER < 1400
- #define _tstoi64 _ttoi
- #define _tcstoui64(A,B,C) _ttoi(A)
-#endif
-
extern HINSTANCE g_hInst;