X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=WOq vXjTMxhqqfnYHb054BL0uMEYDBTr5N9AbRNVEdX+4/ZEinJGa0dr3D0n8wWcaJwa RbZl9/8EmVJJ+lOOBh24COZdZ3bFAZgDJMsBpiaQEbLZA6a6epflBE23JAMZ8YQV BD61UMo2RxZvAeObxjbX7clu+GsMJyel/VsJpNgc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=Hm3HD2x3s M4F+gVuIrMKnnRWGAM=; b=IEZVVyi6whcGDyphbT/mCGLcVeGySUkmStfHD5J+4 AZD2Y3yspN/sBw3buRuCdug3HMVrNPgXYP6B0giiCB95bTYuY2GNuNXTwq8H9Df6 szazON4ZZZHEtoc9m7claTgA8+VTlGNfPq9fxpxlCa52jMt0xFgbMeJyOhmLZt5L Zs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mail-pb0-f45.google.com X-Received: by 10.68.182.3 with SMTP id ea3mr328510pbc.124.1380192481362; Thu, 26 Sep 2013 03:48:01 -0700 (PDT) Message-ID: <524410D4.5020705@gmail.com> Date: Thu, 26 Sep 2013 19:47:48 +0900 From: Noboru Uchida User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: winbase.h issue Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit When I try the following: $ echo "#include " >foo.cc && c++ -c foo.cc I get tons of redefinition errors on Interlocked functions in winbase.h. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple