mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1176731 - Don't mark static inline functions as MFBT_API in TimeStamp.h. r=Waldo
This commit is contained in:
parent
bc35eef7a0
commit
b5310ade5f
@ -426,8 +426,8 @@ public:
|
||||
* lower precision, usually 15.6 ms, but with very good performance benefit.
|
||||
* Use it for measurements of longer times, like >200ms timeouts.
|
||||
*/
|
||||
static MFBT_API TimeStamp Now() { return Now(true); }
|
||||
static MFBT_API TimeStamp NowLoRes() { return Now(false); }
|
||||
static TimeStamp Now() { return Now(true); }
|
||||
static TimeStamp NowLoRes() { return Now(false); }
|
||||
|
||||
/**
|
||||
* Return a timestamp representing the time when the current process was
|
||||
|
Loading…
Reference in New Issue
Block a user