repo.or.cz
/
ardour2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
plugin manager: filter-by-type really is filter-by-category, so fix the naming and...
[ardour2.git]
/
vst
/
winmain.c
blob
3721932cd77c366387303a8774e0e7b780976a67
1
#include <limits.h>
2
#include <unistd.h>
3
#include <stdio.h>
4
#include <fst.h>
5
6
extern
int
ardour_main
(
int
argc
,
char
*
argv
[]);
7
8
int
9
main
(
int
argc
,
char
*
argv
[])
10
{
11
return
ardour_main
(
argc
,
argv
);
12
}