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