1 2#include "libgenex_export.h" 3 4#ifndef LIBGENEX_H 5# define LIBGENEX_H 6 7struct LIBGENEX_EXPORT LibGenex 8{ 9 int foo(); 10}; 11 12#endif 13 14