1
0
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:
Stefan Metzmacher
2006-01-10 16:55:15 +00:00
committed by Gerald (Jerry) Carter
parent d4d2f011e2
commit 5540509f10

View File

@@ -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 */