git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273a4cd
)
r7007: try to get ejs compiling again
author
Andrew Tridgell
<tridge@samba.org>
Fri, 27 May 2005 06:42:31 +0000
(06:42 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:17:05 +0000
(13:17 -0500)
(This used to be commit
9bba51330d79283d1a5af7becde8655dd2146f94
)
source4/web_server/ejs/miniMpr.h
patch
|
blob
|
history
diff --git
a/source4/web_server/ejs/miniMpr.h
b/source4/web_server/ejs/miniMpr.h
index 7bb4b5ca4d284117c573fbe159f3f9e353d07a4b..b30ef1437f24dfb880004a01550f4255893cba2a 100644
(file)
--- a/
source4/web_server/ejs/miniMpr.h
+++ b/
source4/web_server/ejs/miniMpr.h
@@
-196,7
+196,9
@@
typedef int bool;
typedef unsigned __int64 uint64;
#else
#define O_BINARY 0
- typedef unsigned int uint;
+#ifndef uint
+ #define uint unsigned
+#endif
__extension__ typedef long long int int64;
__extension__ typedef unsigned long long int uint64;
#endif