This commit is contained in:
Sam Lantinga 2008-10-18 03:21:32 +00:00
parent ffeaf1e896
commit 3cd42cfe35
6 changed files with 6 additions and 0 deletions

View File

@ -71,4 +71,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_DLOPEN */
/* vi: set ts=4 sw=4 expandtab: */

View File

@ -51,4 +51,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_DUMMY || SDL_LOADSO_DISABLED */
/* vi: set ts=4 sw=4 expandtab: */

View File

@ -1387,4 +1387,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_DLCOMPAT */
/* vi: set ts=4 sw=4 expandtab: */

View File

@ -63,4 +63,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_LDG */
/* vi: set ts=4 sw=4 expandtab: */

View File

@ -73,4 +73,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_OS2 */
/* vi: set ts=4 sw=4 expandtab: */

View File

@ -141,4 +141,5 @@ SDL_UnloadObject(void *handle)
}
#endif /* SDL_LOADSO_WIN32 */
/* vi: set ts=4 sw=4 expandtab: */