From 2ad741b2b0a3b92d2bf697ce86083c241b6d4196 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 31 May 2008 08:36:18 +0000 Subject: [PATCH] some clarification to latest ChangeLog entry. --- harbour/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4cf635ac9e..ebceffb8f5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -15,8 +15,9 @@ _declspec( dllimport ) -> __declspec( dllimport ) to suppress warning: Non-ANSI keyword used: '_declspec'. NOTE1: This warning could be normally seen when compiling - contrib/rddads/ads1.c after the recent addition - of -w switch to enable BCC warnings. + contrib/rddads/ads1.c, or creating a .dll build + of Harbour, after the recent addition of -w switch + to enable BCC warnings. NOTE2: Neither look like ANSI C, and both are undocumented in BCC. ; Please test.