Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 2 Aug 2000 12:38:11 -0400 Message-Id: <200008021638.MAA10184@envy.delorie.com> From: DJ Delorie To: cygwin-developers AT sources DOT redhat DOT com Subject: include orders I've just checked in a big patch to always include winsup.h before other system headers. This ensures that we get the right import tags. I also took the __INSIDE_CYGWIN__ out of Makefile.in as it was being used for the profiling library also, which was bad. winsup.h can now be used in C files as well as C++; and I added it to the few C files in cygwin1.dll. So, the new rule is: always include winsup.h before other headers.