1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

r7007: try to get ejs compiling again

This commit is contained in:
Andrew Tridgell
2005-05-27 06:42:31 +00:00
committed by Gerald (Jerry) Carter
parent 3e2b4eda5f
commit 9bba51330d

View 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