mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4873 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
03919e0dd4
commit
1fed11d012
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ qboolean MyRegSetValue(void *base, const char *keyname, const char *valuename, i
|
|||
}
|
||||
return result;
|
||||
}
|
||||
void MyRegDeleteKeyValue(HKEY base, const char *keyname, const char *valuename)
|
||||
void MyRegDeleteKeyValue(void *base, const char *keyname, const char *valuename)
|
||||
{
|
||||
HKEY subkey;
|
||||
wchar_t wide[MAX_PATH];
|
||||
|
|
Loading…
Reference in a new issue