diff options
| -rw-r--r-- | usr/sdk/inc/sdk/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/sdk/inc/sdk/types.h b/usr/sdk/inc/sdk/types.h index 12dd6e6..64d0fee 100644 --- a/usr/sdk/inc/sdk/types.h +++ b/usr/sdk/inc/sdk/types.h @@ -32,5 +32,6 @@ typedef unsigned short USHORT; typedef unsigned int ULONG; typedef unsigned long long UQUAD; typedef UQUAD USIZE; +typedef UQUAD UPTR; #endif /* !_SDK_TYPES_H_ */ |
