if gdiplus.dll cannot be loaded, return NULL from wxGraphicsContext::Create() instead...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Jun 2008 13:14:32 +0000 (13:14 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Jun 2008 13:14:32 +0000 (13:14 +0000)
commitbce82a758f6a090ae4afa1f07917263e97587d8b
tree884023f243cf28bbd1ea6311b637117ddf2b2e33
parent7d2c43731bd3d78b2d67c63ac48d7d65de092365
if gdiplus.dll cannot be loaded, return NULL from wxGraphicsContext::Create() instead of silently pretending to render the output, but do nothing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/graphics.cpp