| changeset 442 | c4bcba8023a9 |
| parent 441 | cf499fd51df7 |
| child 447 | 0a5e583393e1 |
1.1 --- a/librazor/util.c Sat Aug 23 16:07:09 2014 +0100 1.2 +++ b/librazor/util.c Sat Aug 23 16:28:31 2014 +0100 1.3 @@ -244,7 +244,10 @@ 1.4 void environment_set(struct environment *env) 1.5 { 1.6 int i, count; 1.7 - char *s, *t; 1.8 + char *s; 1.9 +#ifndef WIN32 1.10 + char *t; 1.11 +#endif 1.12 uint32_t *r; 1.13 1.14 if (!env->is_set) {