Mercurial > trustbridge
changeset 174:6eb9149b65e1
Temporarily "fixed" compilation for windows.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 16:24:32 +0100 |
parents | a9e4454dee97 |
children | 6fa0e12ae1d2 |
files | cinst/mozilla.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cinst/mozilla.c Tue Mar 25 16:20:04 2014 +0100 +++ b/cinst/mozilla.c Tue Mar 25 16:24:32 2014 +0100 @@ -163,6 +163,7 @@ get_profile_inis () { char **inis = NULL; +#ifndef _WIN32 char path[LINEBUFLEN]; char *fqpath; DIR *mozdir; @@ -214,6 +215,7 @@ fprintf(stderr, "Windows not yet supported"); abort(); } +#endif return inis; }