Don't try to build modules that won't build.

Support latest MinGW releases.
Support building on linux.

svn path=/trunk/; revision=3454
This commit is contained in:
Casper Hornstrup 2002-09-03 18:44:19 +00:00
parent f8310e0ce2
commit 068a37b1cd
45 changed files with 89 additions and 91 deletions

View file

@ -1,4 +1,4 @@
/* $Id: RegistryKey.cpp,v 1.5 2002/01/04 22:07:38 hbirr Exp $
/* $Id: RegistryKey.cpp,v 1.6 2002/09/03 18:44:18 chorns Exp $
*
* regexpl - Console Registry Explorer
*
@ -50,7 +50,7 @@ CRegistryKey::CRegistryKey()
m_hKey = NULL;
}
HRESULT CRegistryKey::InitRoot(const TCHAR *pszMachineName = NULL)
HRESULT CRegistryKey::InitRoot(const TCHAR *pszMachineName)
{
if ((pszMachineName)&&
((_tcslen(pszMachineName) < 3)||