2010-08-04 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* examples/httpsrv/uhttpd.prg
  * examples/hscript/hscript.prg
    % Using __HB_EXTERN__ instead of header, to request full core.
This commit is contained in:
Viktor Szakats
2010-08-04 20:09:50 +00:00
parent 3d2fb06f5d
commit 804ef40ed7
3 changed files with 10 additions and 4 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-04 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/httpsrv/uhttpd.prg
* examples/hscript/hscript.prg
% Using __HB_EXTERN__ instead of header, to request full core.
2010-08-04 22:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/hbextern.hbs
! Fixed filtering ANNOUNCE self-reference.
@@ -133,8 +138,8 @@
'REQUEST __HBEXTERN__<libname>__' command.
- Names are not necessarily finalized yet. ("extern", ".hbx")
- Deleted hard-coded exceptions from generator code.
; TODO: Clean core generated headers to behave like before.
; TODO: Adapt hbextern lib to these changes.
; TODO: Clean core generated headers to behave like before. [DONE]
; TODO: Adapt hbextern lib to these changes. [NOT NEEDED]
; TODO: Add generated headers to SVN for contrib libs.
; TODO: Add stubs which include generated headers to all libs.
; TODO: Long term TODO: make it easy to generate such headers

View File

@@ -50,9 +50,10 @@
*
*/
#include "hbextern.ch"
#include "cgi.ch"
REQUEST __HB_EXTERN__
#define IF_BUFFER 65535
PROCEDURE Main( cScript )

View File

@@ -91,7 +91,7 @@
#include "hbmemory.ch"
#include "hbgtinfo.ch"
#include "hbextern.ch" // need this to use with HRB
REQUEST __HB_EXTERN__
#include "hbsocket.ch"