From 156545d23f92b32673e641650a7cc493f3eecc16 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 29 Mar 2015 15:31:25 +0000 Subject: - Fixed compatibility of SendSS and HTTPServer git-svn-id: http://svn.miranda-ng.org/main/trunk@12540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_HTTPServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_HTTPServer.h b/plugins/ExternalAPI/m_HTTPServer.h index b9dff5a48a..bbbcca8d2e 100644 --- a/plugins/ExternalAPI/m_HTTPServer.h +++ b/plugins/ExternalAPI/m_HTTPServer.h @@ -25,9 +25,9 @@ typedef struct { DWORD lStructSize; // Set to sizeof(STFileShareInfo) - TCHAR * pszSrvPath; // Server path + char *pszSrvPath; // Server path DWORD dwMaxSrvPath; // Buffer allocated for Server path only used when information is requested from HTTP server. - TCHAR * pszRealPath; // Real path can be relative or complete + char *pszRealPath; // Real path can be relative or complete DWORD dwMaxRealPath;// Buffer allocated for Real path only used when information is requested from HTTP server. DWORD dwAllowedIP; // The IP address which is allowed to access this share DWORD dwAllowedMask; // A mask which is applied to IP address to allow other IP addresses -- cgit v1.2.3