* kernel32.cc (CreateFileMappingW): Fix bug in reserve/commit handling.

This commit is contained in:
Corinna Vinschen
2008-04-21 13:17:36 +00:00
parent abbde48704
commit 2bc35e6299
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
2008-04-20 Corinna Vinschen <corinna@vinschen.de>
2008-04-21 Corinna Vinschen <corinna@vinschen.de>
* kernel32.cc (CreateFileMappingW): Fix bug in reserve/commit handling.
2008-04-21 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (DLL_OFILES): Add kernel32.o.
* autoload.cc (WSACloseEvent): Remove.