#include "wx/wxprec.h"
-#ifdef __BORLANDC__
-# pragma hdrstop
-#endif //__BORLANDC__
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
#if wxUSE_DYNLIB_CLASS
#endif
bool success = FALSE;
- wxDllType handle = wxDllLoader::LoadDll(lib_name, &success);
+ wxDllType handle = wxDllLoader::LoadLibrary(lib_name, &success);
if(success)
{
lib = new wxLibrary(handle);