From 56483015550c6d1fc88acf02c5dd4cc504927aad Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 15 Jun 2014 06:50:29 +0000 Subject: compilation fix (thanks person) git-svn-id: http://svn.miranda-ng.org/main/trunk@9491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_HTTPServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI/m_HTTPServer.h') diff --git a/plugins/ExternalAPI/m_HTTPServer.h b/plugins/ExternalAPI/m_HTTPServer.h index c8de071838..b9dff5a48a 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) - char * pszSrvPath; // Server path + TCHAR * pszSrvPath; // Server path DWORD dwMaxSrvPath; // Buffer allocated for Server path only used when information is requested from HTTP server. - char * pszRealPath; // Real path can be relative or complete + TCHAR * 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