mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(RARCH_CONSOLE) Fix redefinition warnings/errors to do with
softfilters
This commit is contained in:
parent
e037e2555e
commit
05a3b4e4b7
@ -208,4 +208,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
|
|||||||
|
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
#undef softfilter_get_implementation
|
#undef softfilter_get_implementation
|
||||||
|
#undef softfilter_thread_data
|
||||||
|
#undef filter_data
|
||||||
#endif
|
#endif
|
||||||
|
@ -269,4 +269,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
|
|||||||
|
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
#undef softfilter_get_implementation
|
#undef softfilter_get_implementation
|
||||||
|
#undef softfilter_thread_data
|
||||||
|
#undef filter_data
|
||||||
#endif
|
#endif
|
||||||
|
@ -329,4 +329,6 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
|
|||||||
|
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
#undef softfilter_get_implementation
|
#undef softfilter_get_implementation
|
||||||
|
#undef softfilter_thread_data
|
||||||
|
#undef filter_data
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user