summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sandbox/src/win_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/src/win_utils.h b/sandbox/src/win_utils.h
index b70747d..1506aa6 100644
--- a/sandbox/src/win_utils.h
+++ b/sandbox/src/win_utils.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SANDBOX_SRC_WIN_UTILS_H__
-#define SANDBOX_SRC_WIN_UTILS_H__
+#ifndef SANDBOX_SRC_WIN_UTILS_H_
+#define SANDBOX_SRC_WIN_UTILS_H_
#include <windows.h>
#include <string>
@@ -92,5 +92,5 @@ bool ResolveRegistryName(std::wstring name, std::wstring* resolved_name);
// is a pointer to the function pointer.
void ResolveNTFunctionPtr(const char* name, void* ptr);
-#endif // SANDBOX_SRC_WIN_UTILS_H__
+#endif // SANDBOX_SRC_WIN_UTILS_H_