Setup TPM2-Plugin build environment
[aaf/sshsm.git] / SoftHSMv2 / src / lib / win32 / setenv.h
1 #include <config.h>
2
3 #ifdef _WIN32
4
5 #ifndef _SETENV_H
6 #define _SETENV_H
7
8 int setenv(const char *name, const char *value, int overwrite);
9
10 #endif
11
12 #endif