We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d4338 commit ec23aa3Copy full SHA for ec23aa3
opengles/include/GLES/egltypes.h
@@ -50,7 +50,7 @@ typedef CFbsBitmap * NativePixmapType;
50
51
#include <ftk.h>
52
53
-#ifndef SYLIXOS
+#ifndef SYLIXOS_LIB
54
typedef int DWORD;
55
#endif
56
typedef FtkDisplay* NativeDisplayType;
opengles/include/GLES/gl.h
@@ -56,7 +56,7 @@ extern "C" {
# define GLAPI
57
# define EGL_PLATFORM_HEADER_INCLUDE <stdlib.h>
58
59
-#elif defined(SYLIXOS)
+#elif defined(SYLIXOS_LIB)
60
61
62
0 commit comments