summaryrefslogtreecommitdiff
path: root/src/win32/path_w32.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-02-01 15:55:48 -0800
committerEdward Thomson <ethomson@edwardthomson.com>2018-02-01 15:56:33 -0800
commitabb04caa2f74bb4783eb87202a904c0c3517df85 (patch)
tree82454226761e79a9620f93bdeecf86821615f00e /src/win32/path_w32.h
parentf55accce05c3eff9a3ef09a06e80c09135328790 (diff)
downloadlibgit2-abb04caa2f74bb4783eb87202a904c0c3517df85.tar.gz
consistent header guardsethomson/header_guards
use consistent names for the #include / #define header guard pattern.
Diffstat (limited to 'src/win32/path_w32.h')
-rw-r--r--src/win32/path_w32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/path_w32.h b/src/win32/path_w32.h
index ac1fb4b9e..83ffd1f6f 100644
--- a/src/win32/path_w32.h
+++ b/src/win32/path_w32.h
@@ -4,8 +4,8 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
-#ifndef INCLUDE_git_path_w32_h__
-#define INCLUDE_git_path_w32_h__
+#ifndef INCLUDE_win32_path_w32_h__
+#define INCLUDE_win32_path_w32_h__
#include "common.h"