Skip to content

Commit dcb156f

Browse files
committed
Export ERRORget_warnings_help for MSVC
1 parent 380618f commit dcb156f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/express/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ extern SC_EXPRESS_EXPORT void ERRORset_all_warnings( bool );
225225
extern SC_EXPRESS_EXPORT void ERRORsafe( jmp_buf env );
226226
extern SC_EXPRESS_EXPORT void ERRORunsafe( void );
227227

228-
extern char * ERRORget_warnings_help(const char* prefix, const char *eol);
228+
extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, const char *eol);
229229
extern bool ERRORis_enabled(enum ErrorCode errnum);
230230

231231
#endif /* ERROR_H */

0 commit comments

Comments
 (0)