Skip to content

Commit 9c20b91

Browse files
committed
Fix macro usage
1 parent 9f24ead commit 9c20b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static zend_always_inline uint64 current_timestamp() {
3232
static zend_always_inline uint64 time_milliseconds(int source, double timebase_factor) {
3333
#ifdef __APPLE__
3434
return mach_absolute_time() / timebase_factor;
35-
#ifdef PHP_WIN32
35+
#elif defined(PHP_WIN32)
3636

3737
LARGE_INTEGER count;
3838

0 commit comments

Comments
 (0)