Skip to content

Commit

Permalink
Add missing dll export
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Oct 3, 2014
1 parent 8e1e90a commit 77fe033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapio.h
Expand Up @@ -75,7 +75,7 @@ extern "C" {
msIOContext *stdout_context,
msIOContext *stderr_context );
msIOContext MS_DLL_EXPORT *msIO_getHandler( FILE * );
void msIO_setHeaderEnabled(int bFlag);
void MS_DLL_EXPORT msIO_setHeaderEnabled(int bFlag);
void msIO_setHeader (const char *header, const char* value, ...) MS_PRINT_FUNC_FORMAT(2,3);
void msIO_sendHeaders(void);

Expand Down

0 comments on commit 77fe033

Please sign in to comment.