Commit f5b0993b authored by Olivier Bertrand's avatar Olivier Bertrand

Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modified: odbconn.h

parent 0387c13e
...@@ -105,7 +105,7 @@ class DBX : public BLOCK { ...@@ -105,7 +105,7 @@ class DBX : public BLOCK {
class ODBConn : public BLOCK { class ODBConn : public BLOCK {
friend class TDBODBC; friend class TDBODBC;
friend class DBX; friend class DBX;
friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&); //friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&);
private: private:
ODBConn(); // Standard (unused) constructor ODBConn(); // Standard (unused) constructor
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
#include "valblk.h" #include "valblk.h"
#include "rcmsg.h" #include "rcmsg.h"
#if defined(ODBC_SUPPORT) #if defined(ODBC_SUPPORT)
#define NODW // See comment in os.h
#include "tabext.h" #include "tabext.h"
#include "odbccat.h" #include "odbccat.h"
#include "tabodbc.h" #include "tabodbc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment