Reenable WebRTC on Windows, as it is kind of important.

This commit is contained in:
Julian Groß 2025-03-07 10:46:32 +01:00
parent e6ca34d90e
commit 36604ecd85

View file

@ -28,9 +28,9 @@
# define WEBRTC_POSIX 1
# define WEBRTC_LEGACY 1
#elif defined(Q_OS_WIN)
// # define WEBRTC_AUDIO 1
// # define WEBRTC_DATA_CHANNELS 1
// # define WEBRTC_WIN 1
# define WEBRTC_AUDIO 1
# define WEBRTC_DATA_CHANNELS 1
# define WEBRTC_WIN 1
# define NOMINMAX 1
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1