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

This commit is contained in:
Olivier Bertrand 2017-08-06 22:04:14 +02:00
parent d66d149f0a
commit 9e5ca80afe
2 changed files with 2 additions and 1 deletions

View file

@ -105,7 +105,7 @@ class DBX : public BLOCK {
class ODBConn : public BLOCK {
friend class TDBODBC;
friend class DBX;
friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&);
//friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&);
private:
ODBConn(); // Standard (unused) constructor

View file

@ -69,6 +69,7 @@
#include "valblk.h"
#include "rcmsg.h"
#if defined(ODBC_SUPPORT)
#define NODW // See comment in os.h
#include "tabext.h"
#include "odbccat.h"
#include "tabodbc.h"