From abef4405efd3a990bab5ec52fc7c1a7238f9ebdd Mon Sep 17 00:00:00 2001 From: Francesco Saverio Giudice Date: Fri, 6 Mar 2009 03:26:26 +0000 Subject: [PATCH] 2009-03-06 04:25 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/examples/uhttpd/uhttpdc.c * Fixed error in windows header include ; TOCHECK: Viktor, could you check if this is correct ? --- harbour/ChangeLog | 5 +++++ harbour/contrib/examples/uhttpd/uhttpdc.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ed7be8c721..706a094ace 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-06 04:25 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) + * harbour/contrib/examples/uhttpd/uhttpdc.c + * Fixed error in windows header include + ; TOCHECK: Viktor, could you check if this is correct ? + 2009-03-06 04:13 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/examples/uhttpd/uhttpd.prg * Updated uHTTPD (Work in progress) diff --git a/harbour/contrib/examples/uhttpd/uhttpdc.c b/harbour/contrib/examples/uhttpd/uhttpdc.c index 4689a222e0..565d576699 100644 --- a/harbour/contrib/examples/uhttpd/uhttpdc.c +++ b/harbour/contrib/examples/uhttpd/uhttpdc.c @@ -57,12 +57,14 @@ * */ +/* #define HB_OS_WIN_USED */ /* Temporaly disabled Viktor could you check it */ + #include "hbapi.h" #ifndef HB_OS_WIN #include #else - #define HB_OS_WIN_USED + #include #endif #if defined( HB_OS_WIN )