summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_HTTPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_HTTPServer.h')
-rw-r--r--plugins/ExternalAPI/m_HTTPServer.h4
1 files changed, 2 insertions, 2 deletions
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