sdl.c
changeset 2903 db2cfe04de2e
parent 2189 d240b9097139
child 4256 877a6c0f4991
--- a/sdl.c	Sat Jan 28 11:08:07 2006 +0000
+++ b/sdl.c	Sat Jan 28 11:09:16 2006 +0000
@@ -64,7 +64,7 @@
 {
 	if (sdl_proc.SDL_Init != NULL)
 		return NULL;
-	if (!LoadLibraryList((Function*)&sdl_proc, sdl_files))
+	if (!LoadLibraryList((Function *)(void *)&sdl_proc, sdl_files))
 		return "Unable to load sdl.dll";
 	return NULL;
 }