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:
@@ -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)
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user