mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VC2011 compiler tweaks. ReferenceCountedArray fix.
This commit is contained in:
parent
96976db624
commit
22c72de736
4 changed files with 32 additions and 6 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include <sys/stat.h> /* for stat() */
|
||||
#include <sys/types.h> /* for off_t */
|
||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
||||
#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */
|
||||
#if _MSC_VER <= 1700 || defined __BORLANDC__ /* @@@ [2G limit] */
|
||||
#define fseeko fseek
|
||||
#define ftello ftell
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#include <string.h> /* for memcpy() */
|
||||
#include <sys/types.h> /* for off_t */
|
||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
||||
#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */
|
||||
#if _MSC_VER <= 1700 || defined __BORLANDC__ /* @@@ [2G limit] */
|
||||
#define fseeko fseek
|
||||
#define ftello ftell
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue