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=UYsW0lIM/nvGni5uaVLm+7eGNE+jL umMRs/JGCHZ/O+VwQVbhTAbdFVfPSTe35YrXbFhn3tyCBliJKZ9WTd0Uz/o7rj1a 9uSDsZmTGIM5Tje8Aksc1SzeSA49jmqj1p45/tyzSRLNOfQDunGdKN6YCJ0eAs3g QVMrdDQw83kev4= 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=sZcfsopxmR7yqkB9bSQtcfNOu7Q=; b=YbJ Q63/FjR7PGgmbemnVgkCdmSeFFwrWnbYR80vNqk73cy15hJNbeJ/R72nD58T0FRj e/JvUYbHSiILrhotFjwJBllTHwfOD6wKthjzgTi2LXeY7APaPZFGbWP8xL76NXrV sBmnPuSUoASxsvoMhD6AgME3LWmgMAxAuEENR6Us= 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=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: s87.webhostingserver.nl X-Received: by 10.152.198.195 with SMTP id je3mr37514655lac.59.1408460303674; Tue, 19 Aug 2014 07:58:23 -0700 (PDT) MIME-Version: 1.0 From: Frank Fesevur Date: Tue, 19 Aug 2014 16:57:53 +0200 Message-ID: Subject: InitiateShutdown() misses in winreg.h To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, I want to add support for the hybrid shutdown of Win8 to the shutdown package. I need to use the InitiateShutdown() function and its defines for this: http://msdn.microsoft.com/en-us/library/windows/desktop/aa376872%28v=vs.85%29.aspx But /usr/include/w32api/winreg.h doesn't not have these declarations yet. I see this file is from the mingw-w64 project. What is the best way to get these declarations added to this file? Does our mingw-w64 maintainer has direct access to their git? If so, could he add them? Or should I supply an upstream patch myself? And yes, I am aware that Vista is a minimum requirement for InitiateShutdown(). Regards, Frank -- 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