mirror of
https://github.com/samba-team/samba.git
synced 2025-11-02 20:23:50 +03:00
r12832: make it possible to pass -D_PUBLIC_... to the compiler
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d4d2f011e2
commit
5540509f10
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user