From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99434 invoked by alias); 21 Jan 2016 09:52:53 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 99413 invoked by uid 9078); 21 Jan 2016 09:52:53 -0000 Date: Thu, 21 Jan 2016 09:52:00 -0000 Message-ID: <20160121095253.99387.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup] branch master, updated. release_2.873-14-g417e0dc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 382cca427afd039fe5ee7ccc5eb88f19a33daaa1 X-Git-Newrev: 417e0dce8b9711c3a6fbd22553d42e06ce5c5e42 X-SW-Source: 2016-q1/txt/msg00008.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=417e0dce8b9711c3a6fbd22553d42e06ce5c5e42 commit 417e0dce8b9711c3a6fbd22553d42e06ce5c5e42 Author: Corinna Vinschen Date: Thu Jan 21 10:52:46 2016 +0100 win32.h: Fix FIXME comment Signed-off-by: Corinna Vinschen Diff: --- win32.h | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/win32.h b/win32.h index 7c6500f..fd4c80c 100644 --- a/win32.h +++ b/win32.h @@ -44,14 +44,8 @@ /* # of 100ns intervals per second. */ #define NSPERSEC 10000000LL -/* FIXME: - - 2016-01-20: Defining WINBASEAPI is required with current versions - of the Mingw-w64 cross toolchain on Cygwin due the overloading - definitions of some kernel32 functions in filemanip.cc. It's not - required when cross building on Fedora 23, so it must have something - to do with current Mingw-w64 headers or libs (4.0.2 vs 4.0.4?). - Binutils is 2.25 both. */ +/* Defining WINBASEAPI is required due the overloading definitions of some + kernel32 functions in filemanip.cc. */ #define WINBASEAPI #include