Mercurial > trustbridge
comparison cinst/mozilla.c @ 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 |
comparison
equal
deleted
inserted
replaced
173:a9e4454dee97 | 174:6eb9149b65e1 |
---|---|
161 */ | 161 */ |
162 static char ** | 162 static char ** |
163 get_profile_inis () | 163 get_profile_inis () |
164 { | 164 { |
165 char **inis = NULL; | 165 char **inis = NULL; |
166 #ifndef _WIN32 | |
166 char path[LINEBUFLEN]; | 167 char path[LINEBUFLEN]; |
167 char *fqpath; | 168 char *fqpath; |
168 DIR *mozdir; | 169 DIR *mozdir; |
169 struct dirent *mozdirent; | 170 struct dirent *mozdirent; |
170 | 171 |
212 { | 213 { |
213 /* Windows */ | 214 /* Windows */ |
214 fprintf(stderr, "Windows not yet supported"); | 215 fprintf(stderr, "Windows not yet supported"); |
215 abort(); | 216 abort(); |
216 } | 217 } |
218 #endif | |
217 return inis; | 219 return inis; |
218 } | 220 } |
219 | 221 |
220 | 222 |
221 int | 223 int |