kernel32: Fix the CreateMailslot[AW]() spec. The first parameter is an input string.

This commit is contained in:
Francois Gouget 2011-08-24 14:29:37 +02:00 committed by Alexandre Julliard
parent 5bc1aff578
commit 7f9972a847
1 changed files with 2 additions and 2 deletions

View File

@ -236,8 +236,8 @@
@ stdcall CreateJobObjectW(ptr wstr)
# @ stub CreateJobSet
@ stub CreateKernelThread
@ stdcall CreateMailslotA(ptr long long ptr)
@ stdcall CreateMailslotW(ptr long long ptr)
@ stdcall CreateMailslotA(str long long ptr)
@ stdcall CreateMailslotW(wstr long long ptr)
@ stdcall CreateMemoryResourceNotification(long)
@ stdcall CreateMutexA(ptr long str)
@ stdcall CreateMutexExA(ptr str long long)