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

@@ -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 */