Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4379
Line 44... Line 44...
44
 * typedef return-type (EXPAPIENTRYP PFNEGLFUNCTIONPROC) (arguments);
44
 * typedef return-type (EXPAPIENTRYP PFNEGLFUNCTIONPROC) (arguments);
45
 *
45
 *
46
 * KHRONOS_APICALL and KHRONOS_APIENTRY are defined in KHR/khrplatform.h
46
 * KHRONOS_APICALL and KHRONOS_APIENTRY are defined in KHR/khrplatform.h
47
 */
47
 */
Line 48... Line 48...
48
 
48
 
49
#ifndef EGLAPI
49
#if defined(BUILD_GL32)
-
 
50
#   define EGLAPI __declspec(dllexport)
-
 
51
#else
50
#define EGLAPI KHRONOS_APICALL
52
#   define EGLAPI __declspec(dllimport)
Line 51... Line 53...
51
#endif
53
#endif
52
 
54
 
53
#ifndef EGLAPIENTRY
55
#ifndef EGLAPIENTRY