]> git.saurik.com Git - wxWidgets.git/commit - src/msw/dlmsw.cpp
Add semi-public wxDynamicLibrary::MSWGetModuleHandle().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 03:04:33 +0000 (03:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 03:04:33 +0000 (03:04 +0000)
commitc118a47691b0017042d07601a9d9a1eb6cf5f7f7
treeb50dcf975cd4479fd169719a5e3546dc5e3792ad
parent0530434efc53c30e66f1c7a10fcab6f893c9e98c
Add semi-public wxDynamicLibrary::MSWGetModuleHandle().

Rename old private wxGetModuleHandle() function to wxDynamicLibrary::
MSWGetModuleHandle() to allow its use in the dll sample.

This fixes the sample compilation with VC6 which lacks GetModuleHandleEx()-
related declarations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynlib.h
samples/dll/my_dll.cpp
src/msw/dlmsw.cpp