From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5284 invoked by alias); 20 Jan 2016 17:51:02 -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 5260 invoked by uid 9078); 20 Jan 2016 17:51:02 -0000 Date: Wed, 20 Jan 2016 17:51:00 -0000 Message-ID: <20160120175102.5234.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup] branch master, updated. release_2.873-9-g121d6aa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 12a7e246e8d9f2ad36da8a5c609e03e182a4c484 X-Git-Newrev: 121d6aa54f3e3906778dcda163686c09b6dbf87c X-SW-Source: 2016-q1/txt/msg00003.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=121d6aa54f3e3906778dcda163686c09b6dbf87c commit 121d6aa54f3e3906778dcda163686c09b6dbf87c Author: Corinna Vinschen Date: Wed Jan 20 18:50:57 2016 +0100 Remove autoload considerations from win32.h Signed-off-by: Corinna Vinschen Diff: --- win32.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/win32.h b/win32.h index 9563ba4..2e63ec2 100644 --- a/win32.h +++ b/win32.h @@ -44,14 +44,6 @@ /* # of 100ns intervals per second. */ #define NSPERSEC 10000000LL -/* In w32api 3.1, __declspec(dllimport) decoration is added to - * certain symbols. This breaks our autoload mechanism - the symptom is - * multiple declaration errors at link time. This define turns that off again. - * It will default to off again in later w32api versions, but we need to work - * with 3.1 for now. */ -#define DECLSPEC_IMPORT -#define WINBASEAPI - #include /* FIXME: The use of _access(fname, 0) as an existence check should be