Skip to content

Commit

Permalink
Whoops, need both the header and the library!
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 21, 2009
1 parent e66bfb8 commit f55e9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_stdinc.h
Expand Up @@ -70,7 +70,7 @@
#ifdef HAVE_CTYPE_H
# include <ctype.h>
#endif
#ifdef HAVE_ICONV_H
#if defined(HAVE_ICONV) && defined(HAVE_ICONV_H)
# include <iconv.h>
#endif

Expand Down Expand Up @@ -583,7 +583,7 @@ extern DECLSPEC int SDLCALL SDL_vsnprintf(char *text, size_t maxlen, const char
#define SDL_ICONV_EINVAL (size_t)-4
/*@}*/

#ifdef HAVE_ICONV_H
#if defined(HAVE_ICONV) && defined(HAVE_ICONV_H)
#define SDL_iconv_t iconv_t
#define SDL_iconv_open iconv_open
#define SDL_iconv_close iconv_close
Expand Down

0 comments on commit f55e9f8

Please sign in to comment.