removed dependency on windows.h from dynload.h
authorRon Lee <ron@debian.org>
Sat, 29 Dec 2001 14:50:36 +0000 (14:50 +0000)
committerRon Lee <ron@debian.org>
Sat, 29 Dec 2001 14:50:36 +0000 (14:50 +0000)
commit4f89dbc48e4ffdec4ea55b5444c6df87df2d642d
treec1acbfbab76883fe78a86d0bf54b79d9cacb45d1
parent7d9d1fd7088fb2d9f27da3d4c232029807c4eeb7
removed dependency on windows.h from dynload.h
Moved dlopen implementation into wxDynamicLibrary.
Wrapped wxDllLoader in 2.2 compat guards and defined it in terms
of the new classes.
Added link option flags to wxDL and other missing functionality
previously implemented in wxDllLoader.
Modified wxDL++ classes to use wxDL base class implementation.
Replaced all uses of wxDllLoader in wx classes by the new
classes as appropriate.

def'd out (unimplemented) wxSystemSettingsBase so wxMSW would link.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/dynload.h
include/wx/object.h
include/wx/settings.h
src/common/dynload.cpp
src/common/filename.cpp
src/msw/dialup.cpp
src/msw/helpchm.cpp