Patch : add #include "winnt.h" to port.h for Sparc-Solaris

Warren_Baird at cimmetry.com Warren_Baird at cimmetry.com
Thu May 16 11:18:19 CDT 2002



ChangeLog

    - added #include "winnt.h" to port.h, since it was using the
      WORDS_BIGENDIAN defines


Warren Baird : Warren_Baird at 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





More information about the wine-patches mailing list