fix handling of automation recording when stopping and restarting from the exact...
[ardour2.git] / vst / winmain.c
blob3721932cd77c366387303a8774e0e7b780976a67
1 #include <limits.h>
2 #include <unistd.h>
3 #include <stdio.h>
4 #include <fst.h>
6 extern int ardour_main(int argc, char* argv[]);
8 int
9 main (int argc, char* argv[])
11 return ardour_main(argc, argv);