Commit 3bc205f7ee857a1a012299acfcd6763b3c9def97
1 parent
a42aa8c7
Exists in
master
and in
3 other branches
Fixing windows builds.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib3270/windows/util.c
... | ... | @@ -208,7 +208,7 @@ int gettimeofday(struct timeval *tv, void *ignored unused) |
208 | 208 | return 0; |
209 | 209 | } |
210 | 210 | |
211 | -char * lib3270_build_data_filename(const char *name) | |
211 | +LIB3270_EXPORT char * lib3270_build_data_filename(const char *name) | |
212 | 212 | { |
213 | 213 | // https://github.com/GNOME/glib/blob/master/glib/gwin32.c |
214 | 214 | ... | ... |