Skip to content

Commit

Permalink
Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo…
Browse files Browse the repository at this point in the history
… Modified: odbconn.h
  • Loading branch information
Buggynours committed Aug 6, 2017
1 parent 0387c13 commit f5b0993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/odbconn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions storage/connect/plgdbutl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5b0993

Please sign in to comment.