[CHG] Inline warnings are gone (temp fix???)

This commit is contained in:
Crayon2000 2009-11-24 17:50:19 +00:00
parent 97ff10fadc
commit 28e2fcd9f0
2 changed files with 3 additions and 3 deletions

View file

@ -216,7 +216,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
# define INLINE # define INLINE
#else #else
# if __GNUC__ && !__GNUC_STDC_INLINE__ # if __GNUC__ && !__GNUC_STDC_INLINE__
# define INLINE extern inline # define INLINE static inline
# else # else
# define INLINE inline # define INLINE inline
# endif # endif

View file

@ -99,7 +99,7 @@ libpng is supplied as a precompiled library
libz is supplied with devkitpro (Ie. preinstalled) libz is supplied with devkitpro (Ie. preinstalled)
libfat is supplied with devkitpro (Ie. preinstalled) libfat is supplied with devkitpro (Ie. preinstalled)
*1 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not *1 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not
available in the official release. If you can track down the original available in the official release. If you can track down the original
author, please tell him about these fixes. author, please tell him about these fixes.
@ -129,7 +129,7 @@ Next up the list is libjpeg *2 *3
cd \grr\trunk\GRRLIB\lib cd \grr\trunk\GRRLIB\lib
install <- If you are using Linux, type `./install.sh` instead install <- If you are using Linux, type `./install.sh` instead
*3 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not *3 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not
available in the official release. available in the official release.
After all three image processing libraries are installed, we can now install After all three image processing libraries are installed, we can now install