diff options
author | Stef Walter <stefw@gnome.org> | 2012-06-29 16:10:47 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-06-29 16:10:47 +0200 |
commit | da2606bfbbdbd36d5e42bf2acf614735dfc515d2 (patch) | |
tree | 18b0ce3d3531b00c1f7be217a5da07e5218c7547 /tests | |
parent | 89602ce99feb7e8c5a37634c3f577532f82eddbd (diff) |
Win32 build fixes
* Remove unused functions
* Use getprogname() instead of calc_progname() which no longer exists
* Fix up exporting of functions in the mock module
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mock-module-ep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mock-module-ep.c b/tests/mock-module-ep.c index 69542bb..c784546 100644 --- a/tests/mock-module-ep.c +++ b/tests/mock-module-ep.c @@ -34,6 +34,7 @@ #include "config.h" +#define CRYPTOKI_EXPORTS 1 #include "pkcs11.h" #include "mock-module.h" |