mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
r14844: Support a stdbool.h replacement in lib/replace/
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
eb63d83f00
commit
bccfddcafa
@@ -26,11 +26,10 @@
|
||||
|
||||
#include "libcli/util/nt_status.h"
|
||||
|
||||
typedef int BOOL;
|
||||
|
||||
#define False (0)
|
||||
#define True (1)
|
||||
#define Auto (2)
|
||||
|
||||
typedef int BOOL;
|
||||
|
||||
/* used to hold an arbitrary blob of data */
|
||||
typedef struct datablob {
|
||||
|
||||
Reference in New Issue
Block a user