]> git.saurik.com Git - wxWidgets.git/commitdiff
added LVM_SETUNICODEFORMAT
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Sep 2003 15:06:44 +0000 (15:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Sep 2003 15:06:44 +0000 (15:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 06a4300d9c78bfe8a345e991de441455e628ef81..47ed38e36a96dc61f4ffe760eeb0b5eedb4c3052 100644 (file)
@@ -179,6 +179,10 @@ typedef struct {
 #endif
 #endif
 
+#ifndef LVM_SETUNICODEFORMAT
+#define LVM_SETUNICODEFORMAT 0x2005
+#endif
+
 // ----------------------------------------------------------------------------
 // Toolbar define value missing 
 // ----------------------------------------------------------------------------