swlibs, fxpci: #undef FX_DLL_ENABLE, so that we don't dllexport the symbols.

This commit is contained in:
sezero
2018-08-08 22:38:27 +03:00
parent bc18c519d7
commit 40ee824879
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <stdlib.h>
#include <stdio.h>

View File

@@ -19,6 +19,7 @@
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>