One changed missed from previous modification.
This commit is contained in:
@@ -551,9 +551,12 @@ HB_CALL_ON_STARTUP_BEGIN( _hb_regex_init_ )
|
||||
hb_regexInit( hb_regfree, hb_regcomp, hb_regexec );
|
||||
HB_CALL_ON_STARTUP_END( _hb_regex_init_ )
|
||||
|
||||
#if defined(HB_PRAGMA_STARTUP)
|
||||
#if defined( HB_PRAGMA_STARTUP )
|
||||
#pragma startup _hb_regex_init_
|
||||
#elif defined(HB_MSC_STARTUP)
|
||||
#elif defined( HB_MSC_STARTUP )
|
||||
#if defined( HB_OS_WIN_64 )
|
||||
#pragma section( HB_MSC_START_SEGMENT, long, read )
|
||||
#endif
|
||||
#pragma data_seg( HB_MSC_START_SEGMENT )
|
||||
static HB_$INITSYM hb_vm_auto_regex_init_ = _hb_regex_init_;
|
||||
#pragma data_seg()
|
||||
|
||||
Reference in New Issue
Block a user