projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxSystemSettings class API face lift: better names for its methods
[wxWidgets.git]
/
src
/
iodbc
/
catalog.c
diff --git
a/src/iodbc/catalog.c
b/src/iodbc/catalog.c
index 2e7a25ac54f01a217d4b9bc405f93b3357587bd2..37b134df47e049bc82b04ad2fc4f09ad480b183a 100644
(file)
--- a/
src/iodbc/catalog.c
+++ b/
src/iodbc/catalog.c
@@
-24,19
+24,23
@@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
* 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"
+
+#ifndef NULL
+#define NULL 0
+#endif
static RETCODE
_iodbcdm_cata_state_ok (
static RETCODE
_iodbcdm_cata_state_ok (