From d2180b19d7d48425d70ba845c28050a1a9ebf35f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2008 17:16:16 +0000 Subject: [PATCH] typo --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 637df331d4..8db92f7e21 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -13,7 +13,7 @@ * doc/whatsnew.txt ! __PLATFORM__* macros now all #defined in full uppercase. F.e.: - __PLATFORM__Windows becomes __PLATFORM_WINDOWS + __PLATFORM__Windows becomes __PLATFORM__WINDOWS __PLATFORM__Linux becomes __PLATFORM__LINUX INCOMPATIBLE.