From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99957 invoked by alias); 7 Sep 2015 01:11:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 99902 invoked by uid 89); 7 Sep 2015 01:11:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f173.google.com Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 07 Sep 2015 01:11:30 +0000 Received: by igcpb10 with SMTP id pb10so49349999igc.1 for ; Sun, 06 Sep 2015 18:11:28 -0700 (PDT) X-Received: by 10.50.27.39 with SMTP id q7mr23943999igg.73.1441588288544; Sun, 06 Sep 2015 18:11:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.34.223 with HTTP; Sun, 6 Sep 2015 18:10:49 -0700 (PDT) From: Alex Rocha Date: Mon, 07 Sep 2015 01:11:00 -0000 Message-ID: Subject: Typo on rpcndr.h To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg00102.txt.bz2 This is a simple one... Compiling Ruby on Cygwin came with the following error: /usr/include/w32api/rpcndr.h:331:5: error: unknown type name `GENERIB_BINDING_ROUTINE' Just correct GENERIB_BINDING_ROUTINE to GENERIC_BINDING_ROUTINE. Thank you. Alex -- 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