X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample_cygwin%2Finternals%2F_PDCLIB_config.h;h=383a6f9ecd8f88e9c5817212068c1400da6677c4;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=2fd09e9706becf513c23796fe4748d5c071eb4f8;hpb=327639a3101db8d83fa81338b5f1455a07f15a60;p=pdclib diff --git a/platform/example_cygwin/internals/_PDCLIB_config.h b/platform/example_cygwin/internals/_PDCLIB_config.h index 2fd09e9..383a6f9 100644 --- a/platform/example_cygwin/internals/_PDCLIB_config.h +++ b/platform/example_cygwin/internals/_PDCLIB_config.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) @@ -7,6 +5,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 +288,5 @@ typedef int _PDCLIB_fd_t; #define _PDCLIB_UNGETCBUFSIZE 1 typedef long wint_t; + +#endif