Mercurial > libpst
comparison src/getidblock.c @ 120:6395ced2b8b2
disable building pst2dii on cygwin
consistent ordering of our include files
all system includes protected by ifdef HAVE_ from autoconf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 01 Feb 2009 11:24:22 -0800 |
parents | 0f1492b7fe8b |
children | bdb38b434c0a |
comparison
equal
deleted
inserted
replaced
119:f50f4321aa2d | 120:6395ced2b8b2 |
---|---|
1 | 1 |
2 #include "define.h" | 2 #include "define.h" |
3 #include "common.h" | |
3 #include "libpst.h" | 4 #include "libpst.h" |
4 | 5 |
5 static void usage(); | 6 static void usage(); |
6 | 7 |
7 int main(int argc, char* const* argv) | 8 int main(int argc, char* const* argv) |