Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <085c01c17ccc$7520a1d0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Earnie Boyd" , Cc: "MD List" References: <20011203195935 DOT 7122 DOT qmail AT sources DOT redhat DOT com> <20011203233852 DOT C10634 AT cygbert DOT vinschen DOT de> <3C0C016F DOT 101A8B1C AT yahoo DOT com> <20011203235735 DOT E10634 AT cygbert DOT vinschen DOT de> <20011204000806 DOT G10634 AT cygbert DOT vinschen DOT de> <3C0CD705 DOT 178CB0E2 AT yahoo DOT com> Subject: Re: src/winsup/w32api ChangeLog include/commdlg.h ... Date: Wed, 5 Dec 2001 01:03:30 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 04 Dec 2001 14:03:28.0962 (UTC) FILETIME=[731E4220:01C17CCC] I believe that IDC_STATIC is _meant_ to be defined by the application - see the second hit on that Google list for example. == #ifdef IDC_STATIC #undef IDC_STATIC #endif #define IDC_STATIC (-1) ==