Commit e54f5023 authored by Rémi Duraffort's avatar Rémi Duraffort

Missing #undef

parent 3e0ef875
...@@ -1252,6 +1252,8 @@ static int HandleKey( intf_thread_t *p_intf, int i_key ) ...@@ -1252,6 +1252,8 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
default: default:
ReturnFalse; ReturnFalse;
} }
#undef ReturnFalse
#undef ReturnTrue
} }
static void ManageSlider( intf_thread_t *p_intf ) static void ManageSlider( intf_thread_t *p_intf )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment