DO export this thingies

SVN revision: 50645
This commit is contained in:
Iván Briano 2010-07-29 14:08:02 +00:00
parent 836721fc6e
commit 55baf0a4f1
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ typedef unsigned int Eina_Unicode;
#include "eina_types.h"
extern const Eina_Unicode *EINA_UNICODE_EMPTY_STRING;
EAPI extern const Eina_Unicode *EINA_UNICODE_EMPTY_STRING;
EAPI size_t
eina_unicode_strlen(

View File

@ -23,7 +23,7 @@
/* FIXME: check if sizeof(wchar_t) == sizeof(Eina_Unicode) if so,
* probably better to use the standard functions */
const Eina_Unicode *EINA_UNICODE_EMPTY_STRING = {0};
EAPI const Eina_Unicode *EINA_UNICODE_EMPTY_STRING = {0};
/**
* @brief Same as the standard strcmp just with Eina_Unicode instead of char.
*/