diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-06 21:04:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-06 21:04:14 +0000 |
commit | 180aaabf99e2ae20f7b2f8e370490b9ee7244ca7 (patch) | |
tree | da446ea98d83017b0aee5421651230693f2f283a /protocols/Twitter/main.cpp | |
parent | 4b9b01c4e23576dc423d36a39ece3adc69e0b1ae (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/main.cpp')
-rw-r--r-- | protocols/Twitter/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Twitter/main.cpp b/protocols/Twitter/main.cpp index a8a188891f..53e80b8bb5 100644 --- a/protocols/Twitter/main.cpp +++ b/protocols/Twitter/main.cpp @@ -33,6 +33,7 @@ int hLangpack; CLIST_INTERFACE* pcli;
HINSTANCE g_hInstance;
+int hLangpack = 0;
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
@@ -51,6 +52,7 @@ PLUGININFOEX pluginInfo={ /////////////////////////////////////////////////////////////////////////////
// Protocol instances
+
static int compare_protos(const TwitterProto *p1, const TwitterProto *p2)
{
return _tcscmp(p1->m_tszUserName, p2->m_tszUserName);
|