mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
win32: define WIN32_LEAN_AND_MEAN
This makes windows.h include less headers. Otherwise boolean is typedef'ed and that clashes with libjson.
This commit is contained in:
parent
6fd2ef48dd
commit
fc0eebf2c4
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
extern pa_win32_get_toplevel(HANDLE handle);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue