From: Manuel Nickschas Date: Wed, 2 Apr 2008 17:12:27 +0000 (+0000) Subject: Change headerguard to make quassel compile with MinGW. X-Git-Tag: 0.2.0-alpha5~29 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=78fe605abd76277f479cad74df2b1302cdd05db6;p=quassel.git Change headerguard to make quassel compile with MinGW. --- diff --git a/src/common/types.h b/src/common/types.h index e2acbeb3..381c5d6b 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _TYPES_H_ -#define _TYPES_H_ +#ifndef TYPES_H_ +#define TYPES_H_ #include #include