On Mon, 27 Jan 2014, Dmitry Timoshkov wrote:
Martin Storsjo martin@martin.st wrote:
--- /dev/null +++ b/dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec
Windows 7 64-bit here has only api-ms-win-core-synch-l1-1-0.dll, did you really mean 1-2-0 and what version of Windows provides it?
Yes, I meant 1-2-0, and Windows 8.1 (and Windows Phone 8.0, and possibly desktop Windows 8.0 as well) provides it.
+@ stdcall OpenEventA(long long str) kernel32.OpenEventA +@ stdcall OpenEventW(long long wstr) kernel32.OpenEventW +@ stdcall OpenMutexW(long long wstr) kernel32.OpenMutexW +@ stdcall OpenSemaphoreWlong long wstr) kernel32.OpenSemaphoreW
The string with OpenSemaphoreW has a typo.
Ah, sorry, forgot to amend the patch. Will send a v2 with that fixed.
// Martin