diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-24 17:27:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-24 17:27:34 +0000 |
commit | 5b6f2daa070dff9998af4259daa3926cb70bb817 (patch) | |
tree | daf84f3668e9de0dd2b29d60859d596475b29064 /protocols/MSN/src/msn_global.h | |
parent | 26c78a6a63f3fd7bc2f3179df04615ebbd49eb8f (diff) |
- custom UrlEncode replaced with the core function;
- fix for opening Hotmail Inbox in a browser;
- end of strange buffers;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_global.h')
-rw-r--r-- | protocols/MSN/src/msn_global.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index 1011df19f1..4e5314b22a 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -63,6 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_timezones.h>
#include <m_extraicons.h>
#include <m_nudge.h>
+#include <m_string.h>
#include "m_proto_listeningto.h"
#include "m_folders.h"
@@ -163,8 +164,6 @@ char* GetGlobalIp(void); template <class chartype> void UrlDecode(chartype* str);
-void UrlEncode(const char* src, char* dest, size_t cbDest);
-
void __cdecl MSN_ConnectionProc(HANDLE hNewConnection, DWORD dwRemoteIP, void*);
char* MSN_GetAvatarHash(char* szContext, char** pszUrl = NULL);
|