mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
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:
parent
f8310e0ce2
commit
068a37b1cd
45 changed files with 89 additions and 91 deletions
|
@ -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)||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue