On Sun, 05 Sep 2004 12:55:33 +0900, Mike McCormack wrote:
> - wine_init( argc, argv, error, sizeof(error) );
> + wine_init( argc, argv, error, sizeof(error), reserve );
It's worth noting that any change to this functions prototype breaks the
Ardour/Wine VST plugin bridge. Last time this issue was raised the change
was reverted.
While we're technically not API stable yet, it's painfully obvious that
1.0 is still a long way away. Stability is a policy rather than a target,
so we've got to start at some point ....