From 720041d07894080080c12d17b49524a0a184b1f4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 10 Jan 2006 16:55:15 +0000 Subject: r12832: make it possible to pass -D_PUBLIC_... to the compiler metze (This used to be commit 5540509f10e3fee4c653081a3bc56213d40869df) --- source4/include/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/include/includes.h b/source4/include/includes.h index fae9a29a9c..29c868ff39 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -158,6 +158,8 @@ extern int DEBUGLEVEL; #define discard_const(ptr) ((void *)((intptr_t)(ptr))) #define discard_const_p(type, ptr) ((type *)discard_const(ptr)) +#ifndef _PUBLIC_ #define _PUBLIC_ +#endif #endif /* _INCLUDES_H */ -- cgit