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
|
||||
|
||||
void Sys_DoFileAssociations(qboolean elevated);
|
||||
void Sys_DoFileAssociations(int elevated);
|
||||
void Sys_Register_File_Associations_f(void)
|
||||
{
|
||||
Sys_DoFileAssociations(0);
|
||||
|
|
Loading…
Reference in a new issue