Commit ca6e3361 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

u_int[16|32]_t might not be defined.

parent 07be70b4
......@@ -67,6 +67,9 @@
#endif
#endif /* BYTE_ORDER */
#define u_int16_t WORD
#define u_int32_t DWORD
/* These are BSD headers. We use these here because they are needed on
* libc5 Linux systems. On other platforms they are usually simply more
* complete than the native stuff, and cause less portability problems
......
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