From: Vadim Zeitlin Date: Sun, 11 Mar 2007 02:32:53 +0000 (+0000) Subject: argh, added missing comma in last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0df7cb7e432288745e61af96b26084cc888e7896 argh, added missing comma in last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index 729fde3434..52c924ae09 100644 --- 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 };