projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1248b41
)
MSVC 5 fix.
author
Mattia Barbon
<mbarbon@cpan.org>
Sat, 1 May 2004 17:03:19 +0000
(17:03 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Sat, 1 May 2004 17:03:19 +0000
(17:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27036
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/missing.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/missing.h
b/include/wx/msw/missing.h
index fe707c22199ce0a93e6f677e5070fdd23aba09ee..a249a1df37a6b42d72f1e5bf448a155169aa86a2 100644
(file)
--- a/
include/wx/msw/missing.h
+++ b/
include/wx/msw/missing.h
@@
-477,6
+477,10
@@
typedef struct {
// Misc stuff
// ----------------------------------------------------------------------------
+#ifndef CCM_SETUNICODEFORMAT
+ #define CCM_SETUNICODEFORMAT 8197
+#endif
+
#ifndef QS_ALLPOSTMESSAGE
#define QS_ALLPOSTMESSAGE 0x0100
#endif