diff options
Diffstat (limited to 'Minecraft.Client/PS3/PS3Extras/HeapInspector')
| -rw-r--r-- | Minecraft.Client/PS3/PS3Extras/HeapInspector/Server/HeapInspectorServerTypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/PS3/PS3Extras/HeapInspector/Server/HeapInspectorServerTypes.h b/Minecraft.Client/PS3/PS3Extras/HeapInspector/Server/HeapInspectorServerTypes.h index 134059db..9365458d 100644 --- a/Minecraft.Client/PS3/PS3Extras/HeapInspector/Server/HeapInspectorServerTypes.h +++ b/Minecraft.Client/PS3/PS3Extras/HeapInspector/Server/HeapInspectorServerTypes.h @@ -16,8 +16,8 @@ typedef unsigned int uint32; typedef unsigned long long uint64; typedef long long int64; #else - typedef unsigned __int64 uint64; - typedef __int64 int64; + typedef uint64_t uint64; + typedef int64_t int64; #endif typedef char int8; |
