Skip to content

Commit 799a51f

Browse files
authored
Merge pull request #417 from stepcode/errorget_export
Export ERRORget_warnings_help for MSVC
2 parents 89b00f1 + 093e59e commit 799a51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/express/error.h

Lines changed: 2 additions & 2 deletions
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);
229-
extern bool ERRORis_enabled(enum ErrorCode errnum);
228+
extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, const char *eol);
229+
extern SC_EXPRESS_EXPORT bool ERRORis_enabled(enum ErrorCode errnum);
230230

231231
#endif /* ERROR_H */

0 commit comments

Comments
 (0)