From ad8296dd7dcb3d305890e020dce20c4a90adb5cf Mon Sep 17 00:00:00 2001
From: Nikola Petrov <nikolape7@gmail.com>
Date: Sat, 9 Mar 2024 01:56:15 +0100
Subject: [PATCH] Cnagnge my_android to PLATFORM_ANDROID

---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index bf2d2df..e40f83f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,7 +21,7 @@ int main(void)
   int screenWidth = 800;
   int screenHeight = 800;
 
-#ifdef MY_ANDROID
+#ifdef PLATFORM_ANDROID
   InitWindow(0, 0, name);
   screenWidth = GetScreenWidth();
   screenHeight = GetScreenHeight();