Updated Remotery.
This commit is contained in:
parent
a303759e4c
commit
906c8cb255
4
3rdparty/remotery/lib/Remotery.c
vendored
4
3rdparty/remotery/lib/Remotery.c
vendored
@ -5389,7 +5389,11 @@ GLAPI GLenum GLAPIENTRY glGetError(void) { return 0; }
|
||||
#elif defined(__native_client__)
|
||||
# define rmtGetProcAddress(name) NULL /* TODO */
|
||||
#else /* __linux */
|
||||
# ifdef __cplusplus
|
||||
extern "C" void* glXGetProcAddressARB(const GLubyte*);
|
||||
# else
|
||||
extern void* glXGetProcAddressARB(const GLubyte*);
|
||||
# endif // __cplusplus
|
||||
# define rmtGetProcAddress(name) (*glXGetProcAddressARB)(name)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user