| commit | 56da0c33fb24b65e309b757e3170253ca0e92940 | [log] [tgz] |
|---|---|---|
| author | Vincent Béron <vberon@mecano.gme.usherb.ca> | Wed Aug 10 09:51:40 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 10 09:51:40 2005 +0000 |
| tree | 4fdea883dd9296dc786d9d57fd38e0dcf18a3329 | |
| parent | b1d96713edeb59cf08c6554fafd4504b61e6e417 [diff] [blame] |
Use #include "foo.h" for including Windows headers in dlls/, use #include <bar.h> for including Windows headers in include/.
diff --git a/include/odbcinst.h b/include/odbcinst.h index bee34cf..569a0ed 100644 --- a/include/odbcinst.h +++ b/include/odbcinst.h
@@ -23,7 +23,7 @@ extern "C" { #endif -#include "sql.h" +#include <sql.h> /* flags for Installer function requests */ #define ODBC_INSTALL_INQUIRY 1