win32: _PATH_MAX not defined when compiling with VS ...

use instead the standard FILENAME_MAX


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4909 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2010-12-06 08:31:59 +00:00
parent 0bf12aa1f4
commit 31a33d0b1e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
#define SC_PKCS15_PROFILE_DIRECTORY "C:\\Program Files\\OpenSC\\profiles"
#define PATH_MAX _MAX_PATH
#define PATH_MAX FILENAME_MAX
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "@PACKAGE_VERSION@"