remove winreg.h as global include (not needed in 99.9% of all files),

remove obsolete config file / profile dir definitions.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2269 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-03-23 22:58:49 +00:00
parent 769792ea31
commit 54ac27bd40
1 changed files with 0 additions and 8 deletions

View File

@ -3,7 +3,6 @@
#include <stdio.h>
#include <windows.h>
#include <winreg.h>
#include <sys/timeb.h>
#ifndef strcasecmp
@ -46,13 +45,6 @@
#define HAVE_GETPASS
#define HAVE_PCSC
/* %windir% is replaced by the path of the Windows directory,
* this is C:\WINNT or C:\WINDOWS on most systems.
*/
#define OPENSC_CONF_PATH "%windir%\\opensc.conf"
#define SC_PKCS15_PROFILE_DIRECTORY "%windir%"
#define PATH_MAX _MAX_PATH
#ifndef VERSION