From ec691ca34bbba56e365c6c923887cae338093f8a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 12:03:09 +0100 Subject: lib/*.h: use our standard naming scheme for header inclusion guards --- lib/config-dos.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/config-dos.h') diff --git a/lib/config-dos.h b/lib/config-dos.h index 694a30465..68614e8f4 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -1,5 +1,5 @@ -#ifndef HEADER_CONFIG_DOS_H -#define HEADER_CONFIG_DOS_H +#ifndef HEADER_CURL_CONFIG_DOS_H +#define HEADER_CURL_CONFIG_DOS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -188,5 +188,5 @@ #undef word #undef byte -#endif /* HEADER_CONFIG_DOS_H */ +#endif /* HEADER_CURL_CONFIG_DOS_H */ -- cgit v1.2.3