Removed obsolete symbols from comments.

This commit is contained in:
Catalin
2016-02-21 10:52:15 +02:00
parent b57531acaa
commit 2d2bb0df39
5 changed files with 8 additions and 13 deletions

View File

@@ -486,7 +486,6 @@ bool wxRegKey::Create(bool bOkIfExists)
HKEY tmpKey;
DWORD disposition;
// Minimum supported OS for RegCreateKeyEx: Win 95, Win NT 3.1, Win CE 1.0
m_dwLastError = RegCreateKeyEx((HKEY) m_hRootKey, m_strKey.t_str(),
0, // reserved and must be 0
NULL, // The user-defined class type of this key.