protect conf_post against double inclusion
This commit is contained in:
parent
8a7e00a029
commit
2f45ceb1dc
@ -1,3 +1,5 @@
|
|||||||
|
#ifndef _AUTOCONF_CONF_POST_H_INCLUDED
|
||||||
|
#define _AUTOCONF_CONF_POST_H_INCLUDED
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
@ -58,3 +60,5 @@ typedef int ssize_t;
|
|||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
#define PRETEND_USE(expr) ((void)(expr))
|
#define PRETEND_USE(expr) ((void)(expr))
|
||||||
|
|
||||||
|
#endif /* INCLUDED */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user