projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b431a
)
argh, added missing comma in last commit
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 11 Mar 2007 02:32:53 +0000
(
02:32
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 11 Mar 2007 02:32:53 +0000
(
02:32
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44756
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/private.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/private.h
b/include/wx/msw/private.h
index 729fde34345ca516b8b01334b57b2d6d3a774aed..52c924ae09e89a4d8216211a12f56a9e496343ef 100644
(file)
--- a/
include/wx/msw/private.h
+++ b/
include/wx/msw/private.h
@@
-824,7
+824,7
@@
enum wxWinVersion
wxWinVersion_2003 = 0x0502,
wxWinVersion_6 = 0x0600,
- wxWinVersion_Vista = wxWinVersion_6
+ wxWinVersion_Vista = wxWinVersion_6
,
wxWinVersion_NT6 = wxWinVersion_6
};