2005-02-05 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / io-layer / semaphores.h
index ad801a786e94600da37d21a768d3b7e7732e9a9a..7d898b8c6116a5248097ddb91e7ca3211dc75b98 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * semaphores.h:  Semaphore handles
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_SEMAPHORES_H_
 #define _WAPI_SEMAPHORES_H_
 
@@ -5,7 +14,7 @@
 
 extern gpointer CreateSemaphore(WapiSecurityAttributes *security,
                                gint32 initial, gint32 max,
-                               const guchar *name);
+                               const gunichar2 *name);
 extern gboolean ReleaseSemaphore(gpointer handle, gint32 count,
                                 gint32 *prevcount);