- PATH_MAX fix for win32 (Stef)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@854 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-01-09 11:41:04 +00:00
parent d2d83a47ff
commit 1aa5e6161c
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#define OPENSC_CONF_PATH "C:\\WINNT\\opensc.conf"
#define PATH_MAX _MAX_PATH
/* src/common/getpass.c */
extern char *getpass(const char *prompt);