* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of

explicit cast (HANDLE) 0xffffffff.
        * shared.cc (open_shared): Ditto.
This commit is contained in:
Corinna Vinschen
2001-01-30 08:10:04 +00:00
parent 82ea92f3ea
commit 9928a7e108
3 changed files with 9 additions and 3 deletions

View File

@ -66,7 +66,7 @@ open_shared (const char *name, HANDLE &shared_h, DWORD size, void *addr)
TRUE, mapname);
}
if (!shared_h &&
!(shared_h = CreateFileMappingA ((HANDLE) 0xffffffff,
!(shared_h = CreateFileMappingA (INVALID_HANDLE_VALUE,
&sec_all,
PAGE_READWRITE,
0,