Mercurial > libpst
diff src/getidblock.c @ 75:987aa872294e stable-0-6-11
Use ftello/fseeko to properly handle large files.
Document and properly use datasize field in b5 blocks.
Fix some MSVC compile issues and collect MSVC dependencies into one place.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2008 12:00:58 -0700 |
parents | 3cb02cb1e6cd |
children | 56fa05fd5271 |
line wrap: on
line diff
--- a/src/getidblock.c Thu May 29 18:59:38 2008 -0700 +++ b/src/getidblock.c Tue Jun 03 12:00:58 2008 -0700 @@ -1,16 +1,5 @@ + #include "define.h" - -#include <stdio.h> -#include <string.h> - -#ifndef __GNUC__ -# include "XGetopt.h" -#endif - -#ifndef _WIN32 -# include <unistd.h> -#endif - #include "libpst.h" static void usage();