(RARCH_CONSOLE) Fix redefinition warnings/errors to do with

softfilters
This commit is contained in:
twinaphex 2014-05-10 03:03:01 +02:00
parent e037e2555e
commit 05a3b4e4b7
3 changed files with 6 additions and 0 deletions

View File

@ -208,4 +208,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
#ifdef RARCH_INTERNAL
#undef softfilter_get_implementation
#undef softfilter_thread_data
#undef filter_data
#endif

View File

@ -269,4 +269,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
#ifdef RARCH_INTERNAL
#undef softfilter_get_implementation
#undef softfilter_thread_data
#undef filter_data
#endif

View File

@ -329,4 +329,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
#ifdef RARCH_INTERNAL
#undef softfilter_get_implementation
#undef softfilter_thread_data
#undef filter_data
#endif