]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/internals/_PDCLIB_config.h
Removed the header include guard 'optimization'.
[pdclib] / platform / example_cygwin / internals / _PDCLIB_config.h
index 2fd09e9706becf513c23796fe4748d5c071eb4f8..43e227d710536b6cdcacbf1f5c4f46273ee75f87 100644 (file)
@@ -7,6 +7,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -287,3 +290,5 @@ typedef int _PDCLIB_fd_t;
 #define _PDCLIB_UNGETCBUFSIZE 1
 
 typedef long wint_t;
+
+#endif