[vlc-commits] [Git][videolan/vlc][master] upnp: remove unused Windows headers
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Thu Oct 21 18:21:21 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
76641b40 by Steve Lhomme at 2021-10-21T17:36:18+00:00
upnp: remove unused Windows headers
Reverts 7f51eb6cffbc9347d6410bfbc1b7a65fe351650b and
382ee8222808f3f0f85a327eaf0fc6f5030e8785.
- - - - -
2 changed files:
- modules/services_discovery/upnp-wrapper.cpp
- modules/services_discovery/upnp-wrapper.hpp
Changes:
=====================================
modules/services_discovery/upnp-wrapper.cpp
=====================================
@@ -28,11 +28,6 @@
# include "config.h"
#endif
-#ifdef _WIN32
-#include <windows.h>
-#include <wincrypt.h>
-#endif
-
#include "upnp-wrapper.hpp"
UpnpInstanceWrapper* UpnpInstanceWrapper::s_instance;
=====================================
modules/services_discovery/upnp-wrapper.hpp
=====================================
@@ -36,9 +36,6 @@
#include <algorithm>
#include <assert.h>
-#ifdef _WIN32
-#include <wincrypt.h>
-#endif
#include <upnp.h>
#include <upnptools.h>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/76641b408b999dcacf0add6d7637c303574f66bb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/76641b408b999dcacf0add6d7637c303574f66bb
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list