Home » U++ Library support » U++ Core » Latest change on FileMapping::Map() wrong for win32
Latest change on FileMapping::Map() wrong for win32 [message #23384] |
Thu, 15 October 2009 19:36  |
hans
Messages: 44 Registered: March 2006 Location: Germany
|
Member |
|
|
Today svn update, file Stream.cpp, line 1342 is changed
from
if(!rawbase)
return false;
to
if(rawbase == (byte *)~0)
return false;
but the test for ~0 should go into the Linux section only,
as MapViewOfFile on windows returns NULL on
error.
greetings, Hans.
|
|
|
Goto Forum:
Current Time: Wed Apr 30 14:59:12 CEST 2025
Total time taken to generate the page: 0.03384 seconds
|