зеркало из https://github.com/mozilla/cubeb.git
Include timeapi.h in cubeb_wasapi.cpp manually to unbreak the build when WIN32_LEAN_AND_MEAN is defined.
This commit is contained in:
Родитель
6a6113b6ff
Коммит
f4b583c045
|
@ -21,6 +21,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <timeapi.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче