From: K.Kosako Date: Wed, 6 Dec 2017 07:12:52 +0000 (+0900) Subject: define uintptr_t X-Git-Tag: v6.7.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b3f0879bbf89c643c8746d82b65b1e06fca84f9;p=onig define uintptr_t --- diff --git a/src/regint.h b/src/regint.h index bb547af..8f4b06b 100644 --- a/src/regint.h +++ b/src/regint.h @@ -177,7 +177,8 @@ #ifdef _WIN32 #if defined(_MSC_VER) && (_MSC_VER < 1300) -typedef int intptr_t; +typedef int intptr_t; +typedef unsigned int uintptr_t; #endif #endif