gtk: Add explanation to both includes.

This commit is contained in:
Brandon Wright 2019-07-16 11:21:58 -05:00
parent c3388602bb
commit 4a8e6f204a

View File

@ -8,6 +8,7 @@
#define __GTK_SOUND_DRIVER_SDL_H
#include "SDL.h"
// SDL.h may include altivec.h which redefines vector and bool
#undef vector
#undef bool