diff options
Diffstat (limited to 'protocols/GTalkExt')
-rw-r--r-- | protocols/GTalkExt/src/stdafx.h | 5 |
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;
|