diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-17 14:51:31 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-17 15:32:41 +0200 |
commit | db92b76e3acb11e330309ebce071ec2e61400a71 (patch) | |
tree | cb11139880974ef8db53dd83a70de8f32d94cc09 /tests/mock-module.h | |
parent | b1d9fd5f88ade222fbd2206c7e11c5514c8b5634 (diff) |
Initial port to win32
* Tests do not all yet pass, at least not on wine
* Added abstraction of some non-portable functions in compat.h/c
* Build with an argument like this for win32 support:
./autogen.sh --host=i586-mingw32msvc
* This win32 port needs more work from interested parties
Diffstat (limited to 'tests/mock-module.h')
-rw-r--r-- | tests/mock-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mock-module.h b/tests/mock-module.h index f198e46..21fa17a 100644 --- a/tests/mock-module.h +++ b/tests/mock-module.h @@ -28,6 +28,7 @@ CK_FUNCTION_LIST mock_module_no_slots; +void mock_module_init (void); CK_RV mock_C_Initialize (CK_VOID_PTR init_args); |