X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8f1f1b23b32cb72c5aef4df2ec52049e7d82fcd..aa4b42f0b79eb9fc43eec9b8a23b790ca6b00fce:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 34776e1caa..25e4aa3de3 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -79,7 +79,7 @@ static const struct } g_strEmpty = { {-1, 0, 0}, wxT('\0') }; // empty C style string: points to 'string data' byte of g_strEmpty -extern const wxChar WXDLLEXPORT *wxEmptyString = &g_strEmpty.dummy; +extern const wxChar WXDLLIMPEXP_BASE *wxEmptyString = &g_strEmpty.dummy; // ---------------------------------------------------------------------------- // global functions