ChangeLog - added #include "winnt.h" to port.h, since it was using the WORDS_BIGENDIAN defines Warren Baird : Warren_Baird@cimmetry.com diff -ur clean/wine-20020509/include/wine/port.h wine-20020509/include/wine/port.h --- clean/wine-20020509/include/wine/port.h Thu May 9 21:33:41 2002 +++ wine-20020509/include/wine/port.h Thu May 16 10:21:53 2002 @@ -40,6 +40,9 @@ # include <unistd.h> #endif +#include <winnt.h> /* WORDS_BIGENDIAN and friends are used here + * they are defined in winnt.h + */ /**************************************************************** * Type definitions