2009-11-15 23:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* include/hbdefs.h
    + Added HB_ERRCODE. Currently the same as USHORT. Will be 
      changed to 'unsigned int' once all USHORT types have been 
      converted to HB_ERRCODE (where applicable).
This commit is contained in:
Viktor Szakats
2009-11-15 22:39:14 +00:00
parent 05a60ef478
commit 44ebc84a8b
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-15 23:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
+ Added HB_ERRCODE. Currently the same as USHORT. Will be
changed to 'unsigned int' once all USHORT types have been
converted to HB_ERRCODE (where applicable).
2009-11-15 23:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/errapi.c
! Typo in comment.

View File

@@ -716,6 +716,7 @@ typedef unsigned int HB_UINT;
typedef double HB_DOUBLE;
typedef ULONG HB_SIZE; /* TOFIX: Change to 'long' */
typedef void * HB_PTRVAL; /* TOFIX */
typedef USHORT HB_ERRCODE; /* TOFIX: Change to 'unsigned int' */
/* typedef HB_POINTER; */ /* TOFIX */
/* Harbour strict bit types: */