mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -34,11 +34,9 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue