Define SPI_GETCARETWIDTH ourselves if it's not defined.

This fixes another compilation error for VC6.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-11-18 00:17:07 +00:00
parent 1b6010d86f
commit c10361ef2e

View File

@@ -74,6 +74,11 @@
#include "wx/msw/missing.h"
// FIXME-VC6: This seems to be only missing from VC6 headers.
#ifndef SPI_GETCARETWIDTH
#define SPI_GETCARETWIDTH 0x2006
#endif
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
// dummy value used for m_dropTarget, different from any valid pointer value