1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r18856: fixed HAVE_IMMEDIATE_STRUCTURES and thus checking of NTSTATUS/BOOL

mixups
(This used to be commit 21a458ab9d132e09b9b00e4dbb32af4275b7c2fb)
This commit is contained in:
Andrew Tridgell 2006-09-23 21:29:51 +00:00 committed by Gerald (Jerry) Carter
parent fe5123c2ec
commit fcd7a45e44

View File

@ -1001,7 +1001,7 @@ AC_CACHE_CHECK([for immediate structures],samba_cv_immediate_structures, [
#define X_FOOBAR(x) ((FOOBAR) { x })
#define FOO_ONE X_FOOBAR(1)
FOOBAR f = FOO_ONE;
static struct {
struct {
FOOBAR y;
} f2[] = {
{FOO_ONE}