X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3ed50dbe32d118321082db84c3a9abb047d5b7..7482b22003c03f7aa3335aec271b5fcb48e2693d:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index d9937efe17..5329f085e2 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -80,7 +80,7 @@ static const struct } g_strEmpty = { {-1, 0, 0}, '\0' }; // empty C style string: points to 'string data' byte of g_strEmpty -extern const char *g_szNul = &g_strEmpty.dummy; +extern const char WXDLLEXPORT *g_szNul = &g_strEmpty.dummy; // ---------------------------------------------------------------------------- // conditional compilation