From 40ee8248790fe6bfdfa98c9b4eb5cf5440c573f1 Mon Sep 17 00:00:00 2001 From: sezero Date: Wed, 8 Aug 2018 22:38:27 +0300 Subject: [PATCH] swlibs, fxpci: #undef FX_DLL_ENABLE, so that we don't dllexport the symbols. --- swlibs/newpci/pcilib/fxmsr.c | 2 ++ swlibs/newpci/pcilib/fxpci.c | 1 + 2 files changed, 3 insertions(+) diff --git a/swlibs/newpci/pcilib/fxmsr.c b/swlibs/newpci/pcilib/fxmsr.c index 586b86f..064de9c 100644 --- a/swlibs/newpci/pcilib/fxmsr.c +++ b/swlibs/newpci/pcilib/fxmsr.c @@ -19,6 +19,8 @@ ** */ +#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */ + #include #include diff --git a/swlibs/newpci/pcilib/fxpci.c b/swlibs/newpci/pcilib/fxpci.c index 9961884..7fb40ea 100644 --- a/swlibs/newpci/pcilib/fxpci.c +++ b/swlibs/newpci/pcilib/fxpci.c @@ -19,6 +19,7 @@ ** */ +#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */ #include #include #include