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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=l6kaL7g4qdeJ1C9o7h/3+rqfHFNXA OqMPxh1TrF+hXmn6CqOWHj0hb5Vr3FF5i5ihR9FRdWH/5xAXmB9U5ni1MnLzZ0tb rVMLIaD9py1Tf3IjlPRRJoXdBBT5PZI0WvbsCd0ANoa2EP4xDoHh0mOwS4MmkA+u sWLFJ3OOU12eiA= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=KaOT+gzVLAucTUPRxcoaKN3M/7I=; b=NV2 +PCtXBHAYLs5D0DlAwtVic+Nyh+FZbYdRaBlUaSiB8Xa2WxQLlvw+Yzcc6dxWZnF XufUTF25x5v3SADb32vaLZRixOvV13/YpEM/VY22Y+r25PSMB4ebNh8RGstfFPgk Tg6zvN0/kE3ZT2kHcZJPillrLSsxGblAF3+nRd9M= 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=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 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 From: Alex Rocha Date: Sun, 6 Sep 2015 22:10:49 -0300 Message-ID: Subject: Typo on rpcndr.h To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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