mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VC2013 compiler compatibility.
This commit is contained in:
parent
02e51c6074
commit
080ff658b9
2 changed files with 0 additions and 4 deletions
|
|
@ -47,11 +47,9 @@
|
||||||
#include <sys/stat.h> /* for stat() */
|
#include <sys/stat.h> /* for stat() */
|
||||||
#include <sys/types.h> /* for off_t */
|
#include <sys/types.h> /* for off_t */
|
||||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
||||||
#if _MSC_VER <= 1700 || defined __BORLANDC__ /* @@@ [2G limit] */
|
|
||||||
#define fseeko fseek
|
#define fseeko fseek
|
||||||
#define ftello ftell
|
#define ftello ftell
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#include "../assert.h"
|
#include "../assert.h"
|
||||||
#include "../alloc.h"
|
#include "../alloc.h"
|
||||||
#include "include/protected/stream_decoder.h"
|
#include "include/protected/stream_decoder.h"
|
||||||
|
|
|
||||||
|
|
@ -47,11 +47,9 @@
|
||||||
#include <string.h> /* for memcpy() */
|
#include <string.h> /* for memcpy() */
|
||||||
#include <sys/types.h> /* for off_t */
|
#include <sys/types.h> /* for off_t */
|
||||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
||||||
#if _MSC_VER <= 1700 || defined __BORLANDC__ /* @@@ [2G limit] */
|
|
||||||
#define fseeko fseek
|
#define fseeko fseek
|
||||||
#define ftello ftell
|
#define ftello ftell
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#include "../assert.h"
|
#include "../assert.h"
|
||||||
#include "../alloc.h"
|
#include "../alloc.h"
|
||||||
#include "../stream_decoder.h"
|
#include "../stream_decoder.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue