Mercurial > libpst
comparison src/libpst.h @ 182:b65e8d0a088a
more cleanup on external names in the shared object file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Apr 2009 11:39:33 -0700 |
parents | ac6e22c8a9cf |
children | 0a4f7ecd7452 |
comparison
equal
deleted
inserted
replaced
181:3b04745ff76d | 182:b65e8d0a088a |
---|---|
5 * dave.s@earthcorp.com | 5 * dave.s@earthcorp.com |
6 */ | 6 */ |
7 // LibPST - Library for Accessing Outlook .pst files | 7 // LibPST - Library for Accessing Outlook .pst files |
8 // Dave Smith - davesmith@users.sourceforge.net | 8 // Dave Smith - davesmith@users.sourceforge.net |
9 | 9 |
10 #ifndef LIBPST_H | 10 #ifndef __PST_LIBPST_H |
11 #define LIBPST_H | 11 #define __PST_LIBPST_H |
12 | 12 |
13 #include "common.h" | 13 #include "common.h" |
14 | 14 |
15 | 15 |
16 // switch to maximal packing for all structures in the libpst interface | 16 // switch to maximal packing for all structures in the libpst interface |
645 #pragma pack() | 645 #pragma pack() |
646 #endif | 646 #endif |
647 | 647 |
648 | 648 |
649 | 649 |
650 #endif // defined LIBPST_H | 650 #endif |