From 3700f5f794ffae831b2ed7e6ab36e70ce8f90305 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 9 Dec 2009 19:41:10 +0000 Subject: [PATCH] 2009-12-09 20:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/Makefile ! added missing newly added header files - thanks to Itamar for information about the problem * harbour/include/hbmsgreg.h ! fixed typo - thanks to Toninho for information about the problem --- harbour/ChangeLog | 8 ++++++++ harbour/include/Makefile | 2 ++ harbour/include/hbmsgreg.h | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8396ddab3f..2685bb6d1f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-09 20:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/Makefile + ! added missing newly added header files - thanks to Itamar for + information about the problem + + * harbour/include/hbmsgreg.h + ! fixed typo - thanks to Toninho for information about the problem + 2009-12-09 20:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/wapi_winbase.c + WAPI_WAITFORSINGLEOBJECT() diff --git a/harbour/include/Makefile b/harbour/include/Makefile index 17d08b7963..5fffe18e69 100644 --- a/harbour/include/Makefile +++ b/harbour/include/Makefile @@ -35,9 +35,11 @@ C_HEADERS := \ hbgtcore.h \ hbgtreg.h \ hbhash.h \ + hbiniseg.h \ hbinit.h \ hbmacro.h \ hbmath.h \ + hbmsgreg.h \ hbpcode.h \ hbpp.h \ hbrddcdx.h \ diff --git a/harbour/include/hbmsgreg.h b/harbour/include/hbmsgreg.h index 86dd0d8580..8d7220e984 100644 --- a/harbour/include/hbmsgreg.h +++ b/harbour/include/hbmsgreg.h @@ -65,7 +65,7 @@ HB_CALL_ON_STARTUP_END( HB_MACRONAME_JOIN( _hb_lang_Init_, HB_LANG_ID ) ) #endif #if defined( HB_PRAGMA_STARTUP ) - #pragma startup hb_lang_Init_ + #pragma startup _hb_lang_Init_ #elif defined( HB_DATASEG_STARTUP ) #define HB_DATASEG_BODY \ HB_DATASEG_FUNC( HB_MACRONAME_JOIN( _hb_lang_Init_, HB_LANG_ID ) )