Commit 3523c12e authored by Olivier Bertrand's avatar Olivier Bertrand

- Re-Re-trying to fix Linux compile on DWORD.

  modified:   storage/connect/odbconn.cpp
  modified:   storage/connect/os.h
  modified:   storage/connect/plgdbutl.cpp
parent 272b3977
......@@ -46,9 +46,7 @@ typedef int INT;
sqltypes.h (through sql.h or sqlext.h).
*/
typedef unsigned long DWORD;
#else // NODW
typedef unsigned int DWORD;
#endif // NODW
#endif // !NODW
#undef HANDLE
typedef int HANDLE;
......
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