mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
gah
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5003 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2d3b03ac48
commit
523a2a4b13
1 changed files with 1 additions and 1 deletions
|
@ -1376,7 +1376,7 @@ void Sys_MakeCodeWriteable (void *startaddr, unsigned long length)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void Sys_DoFileAssociations(qboolean elevated);
|
void Sys_DoFileAssociations(int elevated);
|
||||||
void Sys_Register_File_Associations_f(void)
|
void Sys_Register_File_Associations_f(void)
|
||||||
{
|
{
|
||||||
Sys_DoFileAssociations(0);
|
Sys_DoFileAssociations(0);
|
||||||
|
|
Loading…
Reference in a new issue