From db8b815e030a26624fe80150ec6775ac716647cf Mon Sep 17 00:00:00 2001 From: "george.hazan" Date: Fri, 22 Apr 2011 13:36:58 +0000 Subject: patch for 64-bit compilation (by wishmaster) git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@13 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- gtalkext/inbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtalkext/inbox.cpp') diff --git a/gtalkext/inbox.cpp b/gtalkext/inbox.cpp index 54be1d5..449cdde 100644 --- a/gtalkext/inbox.cpp +++ b/gtalkext/inbox.cpp @@ -28,19 +28,19 @@ static const LPTSTR COMMON_GMAIL_HOST1 = _T("gmail.com"); static const LPTSTR COMMON_GMAIL_HOST2 = _T("googlemail.com"); -static const LPSTR AUTH_REQUEST_URL = "https://google.com/accounts/ClientAuth"; +static const LPSTR AUTH_REQUEST_URL = "https://www.google.com/accounts/ClientAuth"; static const LPSTR AUTH_REQUEST_PARAMS = "Email=%s&Passwd=%s&" "accountType=HOSTED_OR_GOOGLE&" "skipvpage=true&" "PersistentCookie=false"; -static const LPSTR ISSUE_TOKEN_REQUEST_URL = "https://google.com/accounts/IssueAuthToken"; +static const LPSTR ISSUE_TOKEN_REQUEST_URL = "https://www.google.com/accounts/IssueAuthToken"; static const LPSTR ISSUE_TOKEN_REQUEST_PARAMS = "SID=%s&LSID=%s&" "Session=true&" "skipvpage=true&" "service=gaia"; -static const LPSTR TOKEN_AUTH_URL = "https://google.com/accounts/TokenAuth?"\ +static const LPSTR TOKEN_AUTH_URL = "https://www.google.com/accounts/TokenAuth?"\ "auth=%s&" "service=mail&" "continue=%s&" -- cgit v1.2.3