]> git.saurik.com Git - wxWidgets.git/commit
Fix link errors under Cygwin with wxUSE_GRAPHICS_CONTEXT==1.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Jan 2011 13:27:09 +0000 (13:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Jan 2011 13:27:09 +0000 (13:27 +0000)
commit25fae923236cb855aad93d293025f4485d76f339
tree099d7d1fc6fe50b06049d15e90ef6d839663b1a3
parent4ba6d656c3a59e680dbae976cceab15a71c289ea
Fix link errors under Cygwin with wxUSE_GRAPHICS_CONTEXT==1.

Define ourselves _GdipStringFormatCachedGenericTypographic variable referenced
by Cygwin GDI+ headers to fix linking errors due to the fact that we don't
link with gdiplus.lib at all but load gdiplus.dll dynamically.

Closes #11716.

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