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 )