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 ?
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -57,12 +57,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* #define HB_OS_WIN_USED */ /* Temporaly disabled Viktor could you check it */
|
||||
|
||||
#include "hbapi.h"
|
||||
|
||||
#ifndef HB_OS_WIN
|
||||
#include <time.h>
|
||||
#else
|
||||
#define HB_OS_WIN_USED
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if defined( HB_OS_WIN )
|
||||
|
||||
Reference in New Issue
Block a user