author | truelight |
Sat, 28 Jan 2006 11:09:16 +0000 | |
changeset 2903 | be4870228b9e |
parent 2902 | b13a5f9396f6 |
child 2904 | 1075bac76b72 |
--- 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; }