* */*.h: Changed body inclusion macro names to start and end with
`__' (those which haven't converted yet).  Fixed minor conversion
issues.

* src/winfonts/winfnt.c: Updated to new header inclusion scheme.

* */*.[ch]: Changed source files to adhere to the new
* src/cff/cff.c, src/cff/rules.mk: Updated.

* */*.[ch]: Now using <ft2build.h> as the default build and setup
diff --git a/src/sfnt/ttpost.h b/src/sfnt/ttpost.h
index 7fca4b2..094f239 100644
--- a/src/sfnt/ttpost.h
+++ b/src/sfnt/ttpost.h
@@ -17,8 +17,8 @@
 /***************************************************************************/
 
 
-#ifndef TTPOST_H
-#define TTPOST_H
+#ifndef __TTPOST_H__
+#define __TTPOST_H__
 
 
 #include <ft2build.h>
@@ -44,7 +44,7 @@
 
 FT_END_HEADER
 
-#endif /* TTPOST_H */
+#endif /* __TTPOST_H__ */
 
 
 /* END */