]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - conftest.cpp
remove an useless vcproj
[xonotic/netradiant.git] / conftest.cpp
1 #include <stdio.h> /* jpeglib.h needs it */
2 #include CONFTEST_HEADER
3 int main()
4 {
5         (void) CONFTEST_SYMBOL;
6         return 0;
7 }