Skip to content

Commit 4866454

Browse files
committed
rename sanitizer_win_thunk_interception.h header guard
1 parent ec76c94 commit 4866454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_win_thunk_interception.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// shared runtime that lives in the sanitizer DLL.
1010
//===----------------------------------------------------------------------===//
1111

12-
#ifndef SANITIZER_WIN_STATIC_RUNTIME_THUNK_H
13-
#define SANITIZER_WIN_STATIC_RUNTIME_THUNK_H
12+
#ifndef SANITIZER_WIN_THUNK_INTERCEPTION_H
13+
#define SANITIZER_WIN_THUNK_INTERCEPTION_H
1414
#include <stdint.h>
1515

1616
#include "sanitizer_internal_defs.h"

0 commit comments

Comments
 (0)