]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
why cvs thinks that I modified these files?
[wxWidgets.git] / src / common / dynlib.cpp
index dd2cfa443e0711fe57dc771001a9632e3c16bb96..d7b654faa192bf9e6b0a94f0da5d1b2d56e603f3 100644 (file)
@@ -23,9 +23,9 @@
 
 #include  "wx/wxprec.h"
 
-#ifdef    __BORLANDC__
-#   pragma hdrstop
-#endif  //__BORLANDC__
+#ifdef __BORLANDC__
+  #pragma hdrstop
+#endif
 
 #if wxUSE_DYNLIB_CLASS
 
@@ -301,7 +301,7 @@ wxLibrary *wxLibraries::LoadLibrary(const wxString& name)
 #endif
 
     bool success = FALSE;
-    wxDllType handle = wxDllLoader::LoadDll(lib_name, &success);
+    wxDllType handle = wxDllLoader::LoadLibrary(lib_name, &success);
     if(success)
     {
        lib = new wxLibrary(handle);