Undo change

This commit is contained in:
David Chavez 2024-05-22 13:37:01 +02:00
parent 32597cedb1
commit 03d286191f

View file

@ -13,6 +13,7 @@
#if defined(_WIN32) #if defined(_WIN32)
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
# include <Windows.h>
#elif defined(__ANDROID__) #elif defined(__ANDROID__)
# include "android/native_window.h" # include "android/native_window.h"
#elif defined(__linux__) #elif defined(__linux__)