|
|
@ -37,7 +37,6 @@
|
|
|
|
#define HAVE_NTOHLL 1
|
|
|
|
#define HAVE_NTOHLL 1
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you want to use `libssh' for SshIO. */
|
|
|
|
/* Define to 1 if you want to use `libssh' for SshIO. */
|
|
|
|
#cmakedefine EXV_USE_SSH 1
|
|
|
|
#cmakedefine EXV_USE_SSH 1
|
|
|
|
|
|
|
|
|
|
|
@ -324,6 +323,15 @@ typedef int pid_t;
|
|
|
|
# pragma warning(disable : 4996)
|
|
|
|
# pragma warning(disable : 4996)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Constants required by Microsoft SDKs to define SHGetFolderPathA and others
|
|
|
|
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
|
|
|
|
# ifndef _WIN32_WINNT
|
|
|
|
|
|
|
|
# define _WIN32_WINNT 0x0501
|
|
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
# include <windows.h>
|
|
|
|
|
|
|
|
# include <shlobj.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
If you're using Solaris and the Solaris Studio compiler
|
|
|
|
If you're using Solaris and the Solaris Studio compiler
|
|
|
|
you must -library=stdcxx4 along with these inclusions below
|
|
|
|
you must -library=stdcxx4 along with these inclusions below
|
|
|
|