diff options
author | David Robillard <d@drobilla.net> | 2012-08-09 04:07:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-09 04:07:41 +0000 |
commit | 18e198aba98f11f62f1cc4b5cf6494d686b25a90 (patch) | |
tree | 5388eb922cd02385f06eb662c65029529dd4aa2f /src/suil_internal.h | |
parent | 020e59f28530ee2ee72f3567981fa7bff7b8e89b (diff) | |
download | suil-18e198aba98f11f62f1cc4b5cf6494d686b25a90.tar.gz suil-18e198aba98f11f62f1cc4b5cf6494d686b25a90.tar.bz2 suil-18e198aba98f11f62f1cc4b5cf6494d686b25a90.zip |
Fix Windows build.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4638 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/suil_internal.h')
-rw-r--r-- | src/suil_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/suil_internal.h b/src/suil_internal.h index b72c545..62a5ace 100644 --- a/src/suil_internal.h +++ b/src/suil_internal.h @@ -94,6 +94,7 @@ typedef SuilWrapper* (*SuilWrapperNewFunc)(SuilHost* host, unsigned n_features); /** Prototype for suil_wrapper_new in each module. */ +SUIL_API SuilWrapper* suil_wrapper_new(SuilHost* host, const char* host_type_uri, |