diff options
Diffstat (limited to 'protocols/GTalkExt/src/stdafx.h')
-rw-r--r-- | protocols/GTalkExt/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/stdafx.h b/protocols/GTalkExt/src/stdafx.h index ded641295b..7e272e900f 100644 --- a/protocols/GTalkExt/src/stdafx.h +++ b/protocols/GTalkExt/src/stdafx.h @@ -67,3 +67,5 @@ #define _tstoi64 _ttoi
#define _tcstoui64(A,B,C) _ttoi(A)
#endif
+
+extern HINSTANCE g_hInst;
|