2009-11-01 17:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* include/hbdefs.h
    + Added HB_BYTE as synonym to BYTE.
This commit is contained in:
Viktor Szakats
2009-11-01 16:09:04 +00:00
parent c7a629f13d
commit bf4650f563
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-01 17:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
+ Added HB_BYTE as synonym to BYTE.
2009-11-01 17:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
* Changed HB_SIZE to ULONG. Added TOFIX to later change it

View File

@@ -699,6 +699,7 @@ typedef unsigned long HB_COUNTER;
#define HB_TRUE (!0)
typedef int HB_BOOL;
typedef unsigned char HB_BYTE;
typedef char HB_CHAR;
typedef signed char HB_SCHAR;
typedef unsigned char HB_UCHAR;