diff --git a/src/rcore.h b/src/rcore.h index 029b6b312..f020e691d 100644 --- a/src/rcore.h +++ b/src/rcore.h @@ -1,8 +1,6 @@ #ifndef RCORE_H #define RCORE_H -#define PLATFORM_DESKTOP - #include // Required for: srand(), rand(), atexit() #include // Required for: sprintf() [Used in OpenURL()] #include // Required for: strrchr(), strcmp(), strlen(), memset()