diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_HTTPServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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
|