Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

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 019b867 commit c503b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_stdinc.h
Expand Up @@ -75,7 +75,7 @@
#ifdef HAVE_MATH_H
# include <math.h>
#endif
#ifdef HAVE_ICONV_H
#if defined(HAVE_ICONV) && defined(HAVE_ICONV_H)
# include <iconv.h>
#endif

Expand Down Expand Up @@ -735,7 +735,7 @@ extern DECLSPEC double SDLCALL SDL_sqrt(double x);
#define SDL_ICONV_EILSEQ (size_t)-3
#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 c503b24

Please sign in to comment.