Revert "OpenJPEG 1.4 stable"

This reverts commit 3fca56df23.
This commit is contained in:
Siana Gearz
2011-04-09 20:29:12 +02:00
parent 156bb5415d
commit 711a4fdacd
20 changed files with 260 additions and 719 deletions

View File

@@ -30,7 +30,7 @@
Utility functions
==========================================================*/
#ifndef _WIN32
#if !defined(_MSC_VER) && !defined(__MINGW32__)
static char*
i2a(unsigned i, char *a, unsigned r) {
if (i/r > 0) a = i2a(i/r,a,r);
@@ -57,7 +57,7 @@ _itoa(int i, char *a, int r) {
return a;
}
#endif /* !_WIN32 */
#endif /* !WIN32 */
/* ----------------------------------------------------------------------- */