diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-08-25 08:00:00 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-08-25 08:00:00 +0200 |
commit | 471a13a17714fce76c5ed26600bbe6003dcee7c5 (patch) | |
tree | c6be6971c5053e05e960938b8d95f3af51040822 /lib | |
parent | 6854871e72d59733f2d935a2cd93aa6a47e2a294 (diff) |
[libUPnP] refresh patch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libUPnP/patches/0045-platinum-win10-uwp-fixes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libUPnP/patches/0045-platinum-win10-uwp-fixes.patch b/lib/libUPnP/patches/0045-platinum-win10-uwp-fixes.patch index 752c1d4301..e2f706d9fe 100644 --- a/lib/libUPnP/patches/0045-platinum-win10-uwp-fixes.patch +++ b/lib/libUPnP/patches/0045-platinum-win10-uwp-fixes.patch @@ -4,7 +4,6 @@ Date: Fri, 2 Jun 2017 16:34:58 +0300 Subject: [PATCH] [win10] uwp fixes libUPnP --- - lib/libUPnP/CMakeLists.txt | 8 ++++-- lib/libUPnP/Neptune/Source/Core/NptConfig.h | 13 ++++++++++ lib/libUPnP/Neptune/Source/Core/NptUtils.cpp | 30 ++++++++++++++++++++++ lib/libUPnP/Neptune/Source/Core/NptUtils.h | 7 +++++ @@ -13,8 +12,9 @@ Subject: [PATCH] [win10] uwp fixes libUPnP .../System/Win32/NptWin32DynamicLibraries.cpp | 4 +++ .../Source/System/Win32/NptWin32MessageQueue.cpp | 3 ++- .../Source/System/Win32/NptWin32MessageQueue.h | 3 +++ + .../Neptune/Source/System/Win32/NptWin32Queue.cpp | 6 ++--- .../Source/System/Win32/NptWin32SerialPort.cpp | 2 ++ - 10 files changed, 70 insertions(+), 4 deletions(-) + 10 files changed, 67 insertions(+), 5 deletions(-) diff --git a/lib/libUPnP/Neptune/Source/Core/NptConfig.h b/lib/libUPnP/Neptune/Source/Core/NptConfig.h index d51f67f94e..130d5cc33b 100644 @@ -254,6 +254,6 @@ index 9428648bd7..4dfc23a603 100644 m_Delegate = new NPT_Win32SerialPort(name); } +#endif // ! TARGET_WINDOWS_STORE --- +-- 2.13.2.windows.1 |