Bug #58246: INSTALL PLUGIN not secure & crashable

Adding symbol FN_DIRSEP to Windows as well.
This commit is contained in:
Mats Kindahl 2010-12-02 09:18:47 +01:00
parent 517f31486e
commit 2bd4a70833

View file

@ -611,6 +611,7 @@ typedef SOCKET_SIZE_TYPE size_socket;
#ifdef _WIN32
#define FN_LIBCHAR '\\'
#define FN_LIBCHAR2 '/'
#define FN_DIRSEP "/\\" /* Valid directory separators */
#define FN_ROOTDIR "\\"
#define FN_DEVCHAR ':'
#define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */