types.h: Add arch_uint_ptr to make comparing native pointer types easier
This commit is contained in:
@ -18,4 +18,5 @@
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
typedef unsigned int uint32;
|
||||
typedef unsigned long uint32;
|
||||
typedef unsigned long long uint64;
|
||||
|
Reference in New Issue
Block a user