diff 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
line wrap: on
line diff
--- a/src/libpst.h	Fri Apr 10 13:10:14 2009 -0700
+++ b/src/libpst.h	Mon Apr 13 11:39:33 2009 -0700
@@ -7,8 +7,8 @@
 // LibPST - Library for Accessing Outlook .pst files
 // Dave Smith - davesmith@users.sourceforge.net
 
-#ifndef LIBPST_H
-#define LIBPST_H
+#ifndef __PST_LIBPST_H
+#define __PST_LIBPST_H
 
 #include "common.h"
 
@@ -647,4 +647,4 @@
 
 
 
-#endif // defined LIBPST_H
+#endif