2015-07-03 11:22 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)

* include/harbour.hbx
  * src/rtl/libnamec.c
    + rename HB_LIBPOSTFIX() to HB_LIBSUFFIX()
      old name is still available, but deprecated.
This commit is contained in:
Viktor Szakats
2015-07-03 11:25:13 +02:00
parent 732f81f6dc
commit 8d8235ecad
3 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,12 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2015-07-03 11:22 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* include/harbour.hbx
* src/rtl/libnamec.c
+ rename HB_LIBPOSTFIX() to HB_LIBSUFFIX()
old name is still available, but deprecated.
2015-06-26 14:50 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/cdpapihb.c
! typo in parameter number

View File

@@ -665,6 +665,7 @@ DYNAMIC hb_libLoad
DYNAMIC hb_libName
DYNAMIC hb_libPostfix
DYNAMIC hb_libPrefix
DYNAMIC hb_libSuffix
DYNAMIC hb_lppCreate
DYNAMIC hb_lppDestroy
DYNAMIC hb_lppError

View File

@@ -103,7 +103,9 @@ HB_FUNC( HB_LIBPREFIX )
# define HB_DLL_POSTFIX HB_DLL_VER
#endif
HB_FUNC( HB_LIBPOSTFIX )
HB_FUNC( HB_LIBSUFFIX )
{
hb_retc_const( HB_DLL_POSTFIX );
}
HB_FUNC_TRANSLATE( HB_LIBPOSTFIX, HB_LIBSUFFIX ) /* Deprecated */