diff options
Diffstat (limited to 'source3/include/privileges.h')
-rw-r--r-- | source3/include/privileges.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/privileges.h b/source3/include/privileges.h index 3f425f6d72..eac42e0ba9 100644 --- a/source3/include/privileges.h +++ b/source3/include/privileges.h @@ -93,9 +93,9 @@ typedef struct { uint32 attr; } LUID_ATTR; -#ifndef _BOOL +#ifndef _UPPER_BOOL typedef int BOOL; -#define _BOOL /* So we don't typedef BOOL again in vfs.h */ +#define _UPPER_BOOL #endif typedef struct { |