From 690d94eb0376252818b5c27e86e0c70a6d01435d Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 1 Sep 2011 00:32:20 +0200 Subject: CGE: Take fingolfin's remark into account: suppress the two leading underscore in define names --- engines/cge/vga13h.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cge/vga13h.h') diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h index e917e86a32..3312065492 100644 --- a/engines/cge/vga13h.h +++ b/engines/cge/vga13h.h @@ -25,8 +25,8 @@ * Copyright (c) 1994-1995 Janus B. Wisniewski and L.K. Avalon */ -#ifndef __CGE_VGA13H__ -#define __CGE_VGA13H__ +#ifndef CGE_VGA13H_H +#define CGE_VGA13H_H #include "common/serializer.h" #include "graphics/surface.h" -- cgit v1.2.3