Use GdipStringFormatCachedGenericTypographic hack for MinGW as well.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2011 21:53:28 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2011 21:53:28 +0000 (21:53 +0000)
commit6a5f121bf95d19dccffb379d9a4c736b8a2c2904
tree1691827fa2ef6d6a389f23c6109fddd1f3ccdf52
parent49d2c0adc39cb44c2047d7947c117c94dde8088e
Use GdipStringFormatCachedGenericTypographic hack for MinGW as well.

When using GDI+ with MinGW, the same hack as for Cygwin is needed (see r66787)
as it uses the same w32api headers and libraries for GDI+ support (if it has
them at all).

See #11716.

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