]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/extensions.cxx
Add a function which might return whether a texture is in video memory, delete the...
[simgear.git] / simgear / screen / extensions.cxx
index e6c17ea24e36d9ed3b09974468b87c6615a9ee21..99a170866c2b38819139b922f8dcd809dda7070b 100644 (file)
 
 #include <string.h>
 
-#ifndef WIN32
-#include <dlfcn.h>
-#else
-#include <windows.h>
-#endif
-
 #include "extensions.hxx"
 
 bool SGSearchExtensionsString(char *extString, char *extName) {