]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_glue.h
Removed the header include guard 'optimization'.
[pdclib] / internals / _PDCLIB_glue.h
index 3c5872bcbeab7744d215b9b765d78e9cc72ab684..30532c92023dbd000352c21c07de7c8b4047ad26 100644 (file)
@@ -6,10 +6,10 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
+#ifndef _PDCLIB_GLUE_H
+#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
+
 #include <_PDCLIB_int.h>
-#endif
 
 /* -------------------------------------------------------------------------- */
 /* OS "glue", part 2                                                          */
@@ -75,3 +75,4 @@ int _PDCLIB_remove( const char * filename );
 */
 int _PDCLIB_rename( const char * old, const char * new );
 
+#endif