diff options
-rw-r--r-- | source4/lib/appweb/mpr/miniMpr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h index 58f47d256a..43136d3f13 100644 --- a/source4/lib/appweb/mpr/miniMpr.h +++ b/source4/lib/appweb/mpr/miniMpr.h @@ -199,8 +199,8 @@ typedef unsigned char uchar; #ifndef uint #define uint unsigned #endif - typedef long long int int64; - typedef unsigned long long int uint64; + #define int64 int64_t + #define uint64 uint64_t #endif /* |