Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
e1dbe8cce0
3 changed files with 0 additions and 6 deletions
  1. +0
    -1
      juce_amalgamated.cpp
  2. +0
    -4
      juce_amalgamated.h
  3. +0
    -1
      src/juce_core/io/streams/juce_GZIPDecompressorInputStream.cpp

+ 0
- 1
juce_amalgamated.cpp View File

@@ -97868,7 +97868,6 @@ void zcfree (voidpf opaque, voidpf ptr)
/********* End of inlined file: zutil.c *********/ /********* End of inlined file: zutil.c *********/


#undef Byte #undef Byte
#undef Bytef
} }
} }




+ 0
- 4
juce_amalgamated.h View File

@@ -7480,10 +7480,6 @@ public:
*/ */
static bool isOperatingSystem64Bit() throw(); static bool isOperatingSystem64Bit() throw();


/** Returns a country code based on the current locale of the OS.
*/
static const String getCountryCode();

// CPU and memory information.. // CPU and memory information..


/** Returns the approximate CPU speed. /** Returns the approximate CPU speed.


+ 0
- 1
src/juce_core/io/streams/juce_GZIPDecompressorInputStream.cpp View File

@@ -67,7 +67,6 @@ namespace zlibNamespace
#include "zlib/uncompr.c" #include "zlib/uncompr.c"
#include "zlib/zutil.c" #include "zlib/zutil.c"
#undef Byte #undef Byte
#undef Bytef
} }
} }


Loading…
Cancel
Save