]> pd.if.org Git - pdclib/blobdiff - platform/example_64/internals/_PDCLIB_config.h
Removed the header include guard 'optimization'.
[pdclib] / platform / example_64 / internals / _PDCLIB_config.h
index 9ab6b2f8eae94b24b36886911fa2869d885e152e..92c2cd2d24d3bfded1b84a41f8da5f044d822adf 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                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -279,3 +282,4 @@ typedef int _PDCLIB_fd_t;
 */
 #define _PDCLIB_UNGETCBUFSIZE 1
 
+#endif