sdl: revert previous commit

This commit is contained in:
punkrockguy318 2011-10-21 02:13:33 +00:00
parent 79b3a337c9
commit 3fcec22d2b
1 changed files with 0 additions and 2 deletions

View File

@ -460,7 +460,6 @@ void FCEUI_SetDirOverride(int which, char *n)
} }
} }
#ifndef asprintf
#ifndef HAVE_ASPRINTF #ifndef HAVE_ASPRINTF
static int asprintf(char **strp, const char *fmt, ...) static int asprintf(char **strp, const char *fmt, ...)
{ {
@ -475,7 +474,6 @@ void FCEUI_SetDirOverride(int which, char *n)
return(ret); return(ret);
} }
#endif #endif
#endif
std::string FCEU_GetPath(int type) std::string FCEU_GetPath(int type)
{ {