index
:
dav
master
Directional Audio Visualizer
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
winapi.c
blob: a5a7c527d68672a9c8db1d598464ce2f8d443bb0 (
plain
)
1
2
3
4
5
6
7
#ifdef WinAPI
int
main
()
{
printf
(
"WinAPI
\n
"
);
return
0
;
}
#endif