mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#include "vstdlib/vstdlib.h"
|
||||
|
||||
// handle to a KeyValues key name symbol
|
||||
typedef int HKeySymbol;
|
||||
#define INVALID_KEY_SYMBOL (-1)
|
||||
typedef intp HKeySymbol;
|
||||
#define INVALID_KEY_SYMBOL (HKeySymbol)(-1)
|
||||
|
||||
class IBaseFileSystem;
|
||||
class KeyValues;
|
||||
|
||||
Reference in New Issue
Block a user