mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
Put in #define FUNCSTRUCT in livido.h, examples/testhost and plugins/ .
git-svn-id: svn://code.dyne.org/veejay/trunk@486 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -19,8 +19,11 @@ livido_process_f process_frame( livido_port_t *my_instance,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef FUNCSTRUCT
|
||||
livido_port_t *livido_setup(livido_setup_t *list,int vversion)
|
||||
#else
|
||||
livido_port_t *livido_setup(livido_setup_t list[],int vversion)
|
||||
#endif
|
||||
{
|
||||
livido_port_t *info = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user