mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd: Disable ircd_linker.h on _WIN32.
This commit is contained in:
parent
5752be41b8
commit
3be7557d53
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef _WIN32
|
||||
#define HAVE_CHARYBDIS_IRCD_LINKER_H
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
@ -50,3 +51,4 @@ extern void report_symtable(struct ircd_symbol *);
|
|||
|
||||
} // namespace ircd
|
||||
#endif // __cplusplus
|
||||
#endif // _WIN32
|
||||
|
|
Loading…
Reference in a new issue