1 #ifndef INCLUDED_FWIDLLAPI_H 2 #define INCLUDED_FWIDLLAPI_H 3 4 #include "sal/types.h" 5 6 #if defined(FWI_DLLIMPLEMENTATION) 7 #define FWI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT 8 #else 9 #define FWI_DLLPUBLIC SAL_DLLPUBLIC_IMPORT 10 #endif 11 #define FWI_DLLPRIVATE SAL_DLLPRIVATE 12 13 #endif /* INCLUDED_FWIDLLAPI_H */ 14