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

This commit is contained in:
Ulrich Weigand 1999-11-21 00:48:06 +00:00 committed by Alexandre Julliard
parent 07be70b456
commit ca6e3361d0
1 changed files with 3 additions and 0 deletions

View File

@ -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