From: Vadim Zeitlin Date: Wed, 10 Sep 2003 15:06:44 +0000 (+0000) Subject: added LVM_SETUNICODEFORMAT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/521e585ff1b0c8d5f48d0d61fe3f59ccba9733c2 added LVM_SETUNICODEFORMAT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 06a4300d9c..47ed38e36a 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -179,6 +179,10 @@ typedef struct { #endif #endif +#ifndef LVM_SETUNICODEFORMAT +#define LVM_SETUNICODEFORMAT 0x2005 +#endif + // ---------------------------------------------------------------------------- // Toolbar define value missing // ----------------------------------------------------------------------------