Skip to content

Commit

Permalink
Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Aug 8, 2017
1 parent cdf00b8 commit 017d9cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/connect/plgdbutl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#include <errno.h>
#define BIGMEM 1048576 // 1 Megabyte
#else // !__WIN__
// See comment in os.h
#define NODW
#include <unistd.h>
#include <fcntl.h>
//#if defined(THREAD)
Expand All @@ -69,7 +71,6 @@
#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 017d9cc

Please sign in to comment.