2009-10-21 [wwp] 3.7.3cvs7
[claws.git] / src / common / w32_stdio.c
1 #include <stdlib.h>
2 #include <string.h>
3
4 #include "w32lib.h"
5
6 FILE *popen( const char *command, const char *type ){
7   return NULL;
8 }
9
10 int pclose( FILE *stream ){
11   return -1;
12 }