From 78fdea89b132cd35960df3940b1da20e349400d6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 18 Sep 2017 17:51:25 +0200 Subject: [PATCH] Fix wxGetWinVersion() description in a comment No real changes, just update the comment after the changes of commit dcf95e1cdc6d1b9fea0e423f6c6e736529d198dd to avoid saying that wxWinVersion_Unknown is 0. --- include/wx/msw/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index fdea33ad91..0b1df5b3e5 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -899,7 +899,7 @@ inline wxString wxGetFullModuleName() // 0x0603 Windows 8.1 (currently only returned for 8.1 if program has a manifest indicating 8.1 support) // 0x1000 Windows 10 (currently only returned for 10 if program has a manifest indicating 10 support) // -// for the other Windows versions 0 is currently returned +// for the other Windows versions wxWinVersion_Unknown is currently returned. enum wxWinVersion { wxWinVersion_3 = 0x0300,