r7007: try to get ejs compiling again
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 May 2005 06:42:31 +0000 (06:42 +0000)
committerGerald (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

index 7bb4b5ca4d284117c573fbe159f3f9e353d07a4b..b30ef1437f24dfb880004a01550f4255893cba2a 100644 (file)
@@ -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