diff --git a/gfx/drivers_context/android_ctx.c b/gfx/drivers_context/android_ctx.c index a0ea15f602..98cad61561 100644 --- a/gfx/drivers_context/android_ctx.c +++ b/gfx/drivers_context/android_ctx.c @@ -305,7 +305,7 @@ static bool android_gfx_ctx_set_video_mode(void *data, unsigned width, unsigned height, bool fullscreen) { -#if defined(HAVE_OPENGLES) || defined(HAVE_VLULKAN) +#if defined(HAVE_OPENGLES) || defined(HAVE_VULKAN) struct android_app *android_app = (struct android_app*)g_android; android_ctx_data_t *and = (android_ctx_data_t*)data; #endif