* Fix the way features are tested.
This commit is contained in:
jean.chalard
2010-02-02 09:38:22 +00:00
parent 64260f5787
commit 2163bdbec5
4 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -1 +1,2 @@
int main() {}
void FSOUND_Close();
int main() { FSOUND_Close(); }