# HG changeset patch # User Sascha Wilde # Date 1395761072 -3600 # Node ID 6eb9149b65e19e3df16d1229ab3d577b6a6c4e8a # Parent a9e4454dee97d7ed74cfb7f148cfb41cbd673e5b Temporarily "fixed" compilation for windows. diff -r a9e4454dee97 -r 6eb9149b65e1 cinst/mozilla.c --- 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; }