# HG changeset patch # User ib # Date 1318848398 0 # Node ID fbfde63a7e8248defa51319808c33259126f1118 # Parent 5feea143727930b30e08cde42b6736cde5297605 Fix include condition. Don't explicitly list the sytems that need the windows.h header file. Only OS/2 doesn't need it. diff -r 5feea1437279 -r fbfde63a7e82 osdep/priority.c --- a/osdep/priority.c Sun Oct 16 11:48:05 2011 +0000 +++ b/osdep/priority.c Mon Oct 17 10:46:38 2011 +0000 @@ -22,7 +22,7 @@ #include "osdep.h" -#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__WINE__) +#ifndef __OS2__ #include #endif