1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
This commit is contained in:
jules 2008-07-12 10:04:36 +00:00
parent 654738e29c
commit e1dbe8cce0
3 changed files with 0 additions and 6 deletions

View file

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

View file

@ -7480,10 +7480,6 @@ public:
*/
static bool isOperatingSystem64Bit() throw();
/** Returns a country code based on the current locale of the OS.
*/
static const String getCountryCode();
// CPU and memory information..
/** Returns the approximate CPU speed.

View file

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