mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Make this inline like the many other variants we got of this function (win32/time.c, Zend/zend_virtual_cwd.c, ...)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* and have been modified to work with PHP.
|
||||
*/
|
||||
|
||||
static void usage_to_timeval(FILETIME *ft, struct timeval *tv)
|
||||
static zend_always_inline void usage_to_timeval(FILETIME *ft, struct timeval *tv)
|
||||
{
|
||||
ULARGE_INTEGER time;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user