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:
committed by
Gerald (Jerry) Carter
parent
3e2b4eda5f
commit
9bba51330d
@ -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
|
||||
|
Reference in New Issue
Block a user