Subversion Repositories wimsdev

Rev

Rev 8147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8147 Rev 8185
Line 22... Line 22...
22
/* limit of data buffers */
22
/* limit of data buffers */
23
#define buflim 1024*1024*16
23
#define buflim 1024*1024*16
24
 
24
 
25
/***************** Nothing should need change hereafter *****************/
25
/***************** Nothing should need change hereafter *****************/
26
 
26
 
27
#include "../wims.h"
-
 
28
#include "../Lib/libwims.h"
27
#include "../Lib/libwims.h"
29
 
28
 
30
char filename[1024]="";
29
char filename[1024]="";
31
char *filebuf;
30
char *filebuf;
32
int filelen=0;
31
int filelen=0;