Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11gl.c @ 29:a8360daed17d
Oops, the OpenBSD fix didn't.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 11 May 2001 00:35:31 +0000 |
parents | c447d5b9275d |
children | 7edee9f0f2cc |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gl.c Thu May 10 22:58:10 2001 +0000 +++ b/src/video/x11/SDL_x11gl.c Fri May 11 00:35:31 2001 +0000 @@ -343,9 +343,6 @@ #endif handle = dlopen(path, dlopen_flags); /* Catch the case where the application isn't linked with GL */ -#if defined __OpenBSD__ && !defined __ELF__ -#define dlsym(x,y) dlsym(x, "_" y) -#endif if ( (dlsym(handle, "glXChooseVisual") == NULL) && (path == NULL) ) { dlclose(handle); path = getenv("SDL_VIDEO_GL_DRIVER");