aboutsummaryrefslogtreecommitdiff
path: root/test_common/harness/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_common/harness/compat.h')
-rw-r--r--test_common/harness/compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_common/harness/compat.h b/test_common/harness/compat.h
index 4053b7ee..a42f2917 100644
--- a/test_common/harness/compat.h
+++ b/test_common/harness/compat.h
@@ -13,8 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
-#ifndef _COMPAT_H_
-#define _COMPAT_H_
+#ifndef COMPAT_H_
+#define COMPAT_H_
#if defined(_WIN32) && defined(_MSC_VER)
#include <Windows.h>
@@ -398,4 +398,4 @@ EXTERN_C int __builtin_clz(unsigned int pattern);
#define sleep(sec) Sleep((sec)*1000)
#endif
-#endif // _COMPAT_H_
+#endif // COMPAT_H_