Added back intptr/uintptr typedefs for backwards compatibility.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14874 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
edcb998d59
commit
2f07f03a5a
@ -197,6 +197,13 @@ typedef unsigned long long uint64;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
// pointer sized integers
|
||||||
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
typedef intptr_t intptr;
|
||||||
|
typedef uintptr_t uintptr;
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// some redefine of function redefines for some Compilers
|
// some redefine of function redefines for some Compilers
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user