Mercurial > libpst
comparison src/getidblock.c @ 48:f66078abed38
more fixes for 64 bit format
author | carl |
---|---|
date | Fri, 18 Jan 2008 15:07:12 -0800 |
parents | b2a7f2e0926a |
children | 034641c26ab9 |
comparison
equal
deleted
inserted
replaced
47:5fb8d997feed | 48:f66078abed38 |
---|---|
1 #include "define.h" | |
2 | |
1 #include <stdio.h> | 3 #include <stdio.h> |
2 #include <string.h> | 4 #include <string.h> |
3 | 5 |
4 #ifndef __GNUC__ | 6 #ifndef __GNUC__ |
5 # include "XGetopt.h" | 7 # include "XGetopt.h" |
7 | 9 |
8 #ifndef _WIN32 | 10 #ifndef _WIN32 |
9 # include <unistd.h> | 11 # include <unistd.h> |
10 #endif | 12 #endif |
11 | 13 |
12 #include "define.h" | |
13 #include "libpst.h" | 14 #include "libpst.h" |
14 | 15 |
15 static void usage(); | 16 static void usage(); |
16 | 17 |
17 int main(int argc, char ** argv) { | 18 int main(int argc, char ** argv) { |