Merge pull request #64239 from RandomShaper/ditch_platform_rc

Clean iOS platform config of long gone macro
This commit is contained in:
Rémi Verschelde
2022-08-11 00:29:46 +02:00
committed by GitHub

View File

@ -32,8 +32,6 @@
#define OPENGL_INCLUDE_H <ES3/gl.h>
#define PLATFORM_REFCOUNT
#define PTHREAD_RENAME_SELF
#define _weakify(var) __weak typeof(var) GDWeak_##var = var;