0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 01:58:35 +02:00

ircd: Disable ircd_linker.h on _WIN32.

This commit is contained in:
Jason Volk 2016-08-19 17:58:51 -07:00
parent 5752be41b8
commit 3be7557d53

View file

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