Commit 3bc205f7ee857a1a012299acfcd6763b3c9def97

Authored by Perry Werneck
1 parent a42aa8c7

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  
... ...