diff options
Diffstat (limited to 'config.tests/unix/odbc/odbc.cpp')
-rw-r--r-- | config.tests/unix/odbc/odbc.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.tests/unix/odbc/odbc.cpp b/config.tests/unix/odbc/odbc.cpp new file mode 100644 index 0000000..6b64e12 --- /dev/null +++ b/config.tests/unix/odbc/odbc.cpp @@ -0,0 +1,7 @@ +#include <sql.h> +#include <sqlext.h> + +int main(int, char **) +{ + return 0; +} |