File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232# define WIN32_LEAN_AND_MEAN
3333
34- double zend_hrtime_timer_scale = .0 ;
34+ ZEND_API double zend_hrtime_timer_scale = .0 ;
3535
3636#elif ZEND_HRTIME_PLATFORM_APPLE
3737
3838# include <mach/mach_time.h>
3939# include <string.h>
40- mach_timebase_info_data_t zend_hrtime_timerlib_info = {
40+ ZEND_API mach_timebase_info_data_t zend_hrtime_timerlib_info = {
4141 .numer = 0 ,
4242 .denom = 1 ,
4343};
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ BEGIN_EXTERN_C()
6060
6161#if ZEND_HRTIME_PLATFORM_WINDOWS
6262
63- extern double zend_hrtime_timer_scale ;
63+ ZEND_API extern double zend_hrtime_timer_scale ;
6464
6565#elif ZEND_HRTIME_PLATFORM_APPLE
6666
6767# include <mach/mach_time.h>
6868# include <string.h>
69- extern mach_timebase_info_data_t zend_hrtime_timerlib_info ;
69+ ZEND_API extern mach_timebase_info_data_t zend_hrtime_timerlib_info ;
7070
7171#endif
7272
You can’t perform that action at this time.
0 commit comments