mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
64bit windows patch from phrosty
This commit is contained in:
parent
51a7392730
commit
ff132bb536
44 changed files with 3335 additions and 80 deletions
|
@ -62,7 +62,7 @@ builtin_get_key (void *_bi, void *unused)
|
|||
return bi->name;
|
||||
}
|
||||
|
||||
static unsigned long
|
||||
static uintptr_t
|
||||
builtin_get_hash (void *_bi, void *unused)
|
||||
{
|
||||
builtin_t *bi = (builtin_t *)_bi;
|
||||
|
|
|
@ -1144,7 +1144,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
};
|
||||
|
||||
|
||||
static unsigned long
|
||||
static uintptr_t
|
||||
opcode_get_hash (void *op, void *unused)
|
||||
{
|
||||
return ((opcode_t *)op)->opcode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue