]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/wxexpr.cpp
regenerated makefiles
[wxWidgets.git] / contrib / src / deprecated / wxexpr.cpp
index bc2d40f8505f745a872dff2979d291cf14ef0e20..e97f0cbbd8f13798ddf19a23206edda29df9b223 100644 (file)
@@ -104,8 +104,8 @@ extern "C" void LexFromString(char *buf);
 #define yytext PROIO_yytext
 #endif
 
-extern "C" WXDLLEXPORT_DATA(FILE*) yyin;
-extern "C" WXDLLEXPORT int yyparse(void);
+extern "C" WXDLLIMPEXP_DATA_DEPRECATED(FILE*) yyin;
+extern "C" WXDLLIMPEXP_DEPRECATED int yyparse(void);
 
 
 wxExprDatabase *thewxExprDatabase = NULL;