export symbols on Windows

SVN revision: 49913
This commit is contained in:
Vincent Torri 2010-06-28 05:11:28 +00:00
parent ae6a698ea1
commit d2e2f572a1
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
#include "Eina.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include "Eina.h"
Eina_Bool dummy_module_init(void)
{
return EINA_TRUE;