mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winbase.h (UnmapViewOfFile): Correct definition. Thanks to Dimitry Sibiryakov for the report.
This commit is contained in:
parent
626e7233d9
commit
67779b719c
@ -1,3 +1,9 @@
|
||||
2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (UnmapViewOfFile): Correct definition.
|
||||
|
||||
Thanks to Dimitry Sibiryakov for the report.
|
||||
|
||||
2009-20-10 Aleksey Chernov <virxkane@users.sourceforge.net>
|
||||
|
||||
* include/sspi.h: Include ntsecapi.h to correct postgresql build error.
|
||||
|
@ -2013,7 +2013,7 @@ WINBASEAPI BOOL WINAPI UnlockFile(HANDLE,DWORD,DWORD,DWORD,DWORD);
|
||||
WINBASEAPI BOOL WINAPI UnlockFileEx(HANDLE,DWORD,DWORD,DWORD,LPOVERLAPPED);
|
||||
#define UnlockResource(h) (h)
|
||||
#define UnlockSegment(w) GlobalUnfix((HANDLE)(w)) /* Obsolete: Has no effect. */
|
||||
WINBASEAPI BOOL WINAPI UnmapViewOfFile(PVOID);
|
||||
WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
WINBASEAPI BOOL WINAPI UnregisterWait(HANDLE);
|
||||
WINBASEAPI BOOL WINAPI UnregisterWaitEx(HANDLE,HANDLE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user