diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-03 10:00:23 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-03 10:07:14 +0100 |
commit | bee435e09111f43dcc406160e9c9bdd8645fc86c (patch) | |
tree | 8ca133400350ede433cb110fef632a7905bf4129 /trust/tests | |
parent | 61e0cb5dddb89ddab1d68791eb28d892c114622f (diff) |
Fix syntax errors in OS_WIN32 ifdefs
Diffstat (limited to 'trust/tests')
-rw-r--r-- | trust/tests/test-module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trust/tests/test-module.c b/trust/tests/test-module.c index 42eea41..577ae5a 100644 --- a/trust/tests/test-module.c +++ b/trust/tests/test-module.c @@ -39,6 +39,8 @@ #include <stdio.h> #include <string.h> +#define CRYPTOKI_EXPORTS + #include "attrs.h" #include "checksum.h" #include "debug.h" |