mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818213 - Define SAMPLER_SHUTDOWN for builds without the profiler turned on; r=ehsan
This commit is contained in:
parent
4e7d756418
commit
b7a9c7699e
@ -59,7 +59,7 @@
|
||||
// Initialize the sampler. Any other calls will be silently discarded
|
||||
// before the sampler has been initialized (i.e. early start-up code)
|
||||
#define SAMPLER_INIT()
|
||||
#define SAMPLER_DEINIT()
|
||||
#define SAMPLER_SHUTDOWN()
|
||||
#define SAMPLER_START(entries, interval, features, featureCount)
|
||||
#define SAMPLER_STOP()
|
||||
#define SAMPLER_IS_ACTIVE() false
|
||||
|
Loading…
Reference in New Issue
Block a user