Skip to content

Commit ec23aa3

Browse files
author
jiaojinxing1987
committedNov 21, 2011
1 parent 46d4338 commit ec23aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎opengles/include/GLES/egltypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef CFbsBitmap * NativePixmapType;
5050

5151
#include <ftk.h>
5252

53-
#ifndef SYLIXOS
53+
#ifndef SYLIXOS_LIB
5454
typedef int DWORD;
5555
#endif
5656
typedef FtkDisplay* NativeDisplayType;

‎opengles/include/GLES/gl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
# define GLAPI
5757
# define EGL_PLATFORM_HEADER_INCLUDE <stdlib.h>
5858

59-
#elif defined(SYLIXOS)
59+
#elif defined(SYLIXOS_LIB)
6060

6161
# define GLAPI
6262
# define EGL_PLATFORM_HEADER_INCLUDE <stdlib.h>

0 commit comments

Comments
 (0)
Please sign in to comment.