mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Re-fix reader-pid code
This commit is contained in:
parent
38b11b1de1
commit
22c104c5d7
@ -163,7 +163,7 @@
|
||||
#define GET_PAGESIZE(x) {SYSTEM_INFO si; GetSystemInfo(&si); (x) = si.dwPageSize;}
|
||||
#define close(fd) (CloseHandle(fd) ? 0 : -1)
|
||||
#define munmap(ptr,len) UnmapViewOfFile(ptr)
|
||||
#ifndef PROCESS_QUERY_LIMITED_INFORMATION
|
||||
#ifdef PROCESS_QUERY_LIMITED_INFORMATION
|
||||
#define MDB_PROCESS_QUERY_LIMITED_INFORMATION PROCESS_QUERY_LIMITED_INFORMATION
|
||||
#else
|
||||
#define MDB_PROCESS_QUERY_LIMITED_INFORMATION 0x1000
|
||||
|
Loading…
Reference in New Issue
Block a user