From 521e585ff1b0c8d5f48d0d61fe3f59ccba9733c2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Sep 2003 15:06:44 +0000 Subject: [PATCH] added LVM_SETUNICODEFORMAT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 4 ++++ 1 file changed, 4 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.50.0