Commit 7947121e authored by Olivier Bertrand's avatar Olivier Bertrand

Trying to fix Linux compile on DWORDW. Modified: storage/connect/os.h

parent 4d4ba60c
...@@ -46,7 +46,9 @@ typedef int INT; ...@@ -46,7 +46,9 @@ typedef int INT;
sqltypes.h (through sql.h or sqlext.h). sqltypes.h (through sql.h or sqlext.h).
*/ */
typedef unsigned long DWORD; typedef unsigned long DWORD;
#endif /* !NODW */ #else // NODW
typedef unsigned int DWORD;
#endif // NODW
#undef HANDLE #undef HANDLE
typedef int 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