Replace use of deprecated C++ headers
This commit is contained in:
@@ -23,15 +23,14 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "tbytevectorstream.h"
|
||||
#include "tstring.h"
|
||||
#include "tdebug.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace Strawberry_TagLib::TagLib;
|
||||
|
||||
class ByteVectorStream::ByteVectorStreamPrivate {
|
||||
|
||||
2
3rdparty/taglib/toolkit/tfile.cpp
vendored
2
3rdparty/taglib/toolkit/tfile.cpp
vendored
@@ -33,7 +33,7 @@
|
||||
# include <windows.h>
|
||||
# include <io.h>
|
||||
#else
|
||||
# include <stdio.h>
|
||||
# include <cstdio>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
2
3rdparty/taglib/toolkit/tfilestream.cpp
vendored
2
3rdparty/taglib/toolkit/tfilestream.cpp
vendored
@@ -30,7 +30,7 @@
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
#else
|
||||
# include <stdio.h>
|
||||
# include <cstdio>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
2
3rdparty/taglib/toolkit/tutils.h
vendored
2
3rdparty/taglib/toolkit/tutils.h
vendored
@@ -35,7 +35,7 @@
|
||||
# endif
|
||||
|
||||
# if defined(HAVE_MSC_BYTESWAP)
|
||||
# include <stdlib.h>
|
||||
# include <cstdlib>
|
||||
# elif defined(HAVE_GLIBC_BYTESWAP)
|
||||
# include <byteswap.h>
|
||||
# elif defined(HAVE_MAC_BYTESWAP)
|
||||
|
||||
Reference in New Issue
Block a user