changeset 29:a8360daed17d

Oops, the OpenBSD fix didn't.
author Sam Lantinga <slouken@lokigames.com>
date Fri, 11 May 2001 00:35:31 +0000
parents 6e53ad1f461e
children 57bf11a5efd7
files src/video/x11/SDL_x11gl.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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");