2009-11-08 09:28 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

*  include/hbdefs.h
     ! Fixed compiling of .cpp sources in BCC55 by removing prefix declaration 
       HB_EXTERN_C_ from "typedef HARBOUR" and "typedef PHB_FUNC" declarations
This commit is contained in:
Teo Fonrouge
2009-11-08 15:29:20 +00:00
parent 4a32d6b6de
commit e71ae75220
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
* $Id$
*/
2009-11-08 09:28 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* include/hbdefs.h
! Fixed compiling of .cpp sources in BCC55 by removing prefix declaration
HB_EXTERN_C_ from "typedef HARBOUR" and "typedef PHB_FUNC" declarations
/* Use this format for entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name (your_email address)
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)

View File

@@ -1609,8 +1609,8 @@ typedef unsigned char HB_U8;
#define HARBOUR void
#endif
HB_EXTERN_C_ typedef HARBOUR ( * PHB_FUNC )( void );
HB_EXTERN_C_ typedef PHB_FUNC HB_FUNC_PTR;
typedef HARBOUR ( * PHB_FUNC )( void );
typedef PHB_FUNC HB_FUNC_PTR;
typedef SHORT HB_SYMBOLSCOPE; /* stores symbol's scope */