2005-12-21 [colin] 1.9.100cvs101
[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 }