summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/mpr/miniMpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/appweb/mpr/miniMpr.h')
-rw-r--r--source4/lib/appweb/mpr/miniMpr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h
index bf57d50abc..58f47d256a 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
- __extension__ typedef long long int int64;
- __extension__ typedef unsigned long long int uint64;
+ typedef long long int int64;
+ typedef unsigned long long int uint64;
#endif
/*