mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
win32: Implement rtclock based on QueryPerformanceCounter
Also remove some unnecessary <time.h> headers.
This commit is contained in:
parent
5699954d33
commit
a39a83665f
9 changed files with 36 additions and 19 deletions
|
|
@ -23,10 +23,10 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <pulse/timeval.h>
|
||||
#include <pulsecore/core-rtclock.h>
|
||||
|
||||
#include "rtclock.h"
|
||||
#include "timeval.h"
|
||||
|
||||
pa_usec_t pa_rtclock_now(void) {
|
||||
struct timeval tv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue