Commit 017d9ccf authored by Olivier Bertrand's avatar Olivier Bertrand

Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp

parent cdf00b8d
......@@ -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)
......@@ -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"
......
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