Use a more suitable #define to guard against double-inclusion.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 22 Feb 2008 19:49:03 +0000 (19:49 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 22 Feb 2008 19:49:03 +0000 (19:49 +0000)
git-svn-id: http://svn.voria.com/code@1797 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/ipc

index 765000e..3a6c168 100644 (file)
@@ -22,8 +22,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __MUTEX__
-#define __MUTEX__
+#ifndef __IPC__
+#define __IPC__
 
 /* === H E A D E R S ======================================================= */