]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/fetch.c
tiny change to make g++ 3.3 compile the latest version
[wxWidgets.git] / src / iodbc / fetch.c
index 5c4227339ac7ea213131ee45e4c0438c292b8c00..8bf06274b608f53efc9fc3ccf93498d061aeca9e 100644 (file)
  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include       <config.h>
+#include       "config.h"
 
-#include       <isql.h>
-#include       <isqlext.h>
+#include       "isql.h"
+#include       "isqlext.h"
 
-#include        <dlproc.h>
+#include        "dlproc.h"
 
-#include       <herr.h>
-#include       <henv.h>
-#include       <hdbc.h>
-#include       <hstmt.h>
+#include       "herr.h"
+#include       "henv.h"
+#include       "hdbc.h"
+#include       "hstmt.h"
 
-#include       <itrace.h>
+#include       "itrace.h"
 
 RETCODE SQL_API 
 SQLFetch (HSTMT hstmt)