- avoid OpenCore AMR codecs on Windows too (as there is no binary package yet)

This commit is contained in:
2019-03-18 10:15:45 +02:00
parent 528a66d901
commit 762207c093
4 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#if defined(TARGET_WIN)
# include <WinSock2.h>
# include <Windows.h>
#endif
#include "HL_Rtp.h"
#include "HL_Exception.h"
#include "HL_String.h"
@@ -15,6 +20,7 @@
#if !defined(TARGET_WIN)
# include <alloca.h>
#endif
#include <sstream>
#include <tuple>