Compilation fix for DEFINE_GUID uses.
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 22 Apr 2011 14:50:20 +0000 (14:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 22 Apr 2011 14:50:20 +0000 (14:50 +0000)
commitb4f70f77063d0116d99b23e839ae00ae174b6e74
treec7532571a3ff8c6ab02f7f0d8b9bbfe45bb9dbca
parentfa5d9d2006cf19bedac704dce79a0ea40c1e060c
Compilation fix for DEFINE_GUID uses.

DEFINE_GUID doesn't define the value, only declares an external
variable, unless initguid.h was included. This leads to linker errors.

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