wxDL_XXX macros and dynamic loading cleanup:
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Sep 2007 10:49:55 +0000 (10:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Sep 2007 10:49:55 +0000 (10:49 +0000)
commitced3df773028534651ef358ae692affdbf3f9aaf
treed98aae3ce70d55d203ebad71e7b1a6ccbd8bce3f
parentd2175f3ecc8ef32d978745e822dd2bd54dc322ce
wxDL_XXX macros and dynamic loading cleanup:

1. Clearly document the wxDL_XXX macros; including their implicit usage
   of m_ok member variable
2. Made sure they're used in the same way in all places they are used
   (sometimes they were passed an object, sometimes a pointer, breaking
   compilation: see patch 1791288)
3. Don't allocate wxDynamicLibrary objects on heap unnecessarily (which
   removes the need to delete -- or leak, as it was -- them afterwards)
4. Some naming convention fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cairo.h
include/wx/dynlib.h
src/common/cairo.cpp
src/gtk/gnome/gprint.cpp
src/gtk/gnome/gvfs.cpp
src/msw/mediactrl.cpp
src/msw/mediactrl_qt.cpp