From e5167ff3915060ea980958cb224cc3896d821ca1 Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 22 Feb 2008 19:49:03 +0000 Subject: [PATCH] Use a more suitable #define to guard against double-inclusion. git-svn-id: http://svn.voria.com/code@1797 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/ipc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ETL/trunk/ETL/ipc b/ETL/trunk/ETL/ipc index 765000e..3a6c168 100644 --- a/ETL/trunk/ETL/ipc +++ b/ETL/trunk/ETL/ipc @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __MUTEX__ -#define __MUTEX__ +#ifndef __IPC__ +#define __IPC__ /* === H E A D E R S ======================================================= */ -- 2.7.4