Royce Mitchell III schrieb:
hbirr@svn.reactos.com wrote:
- rcFCB->RFCB.IsFastIoPossible = FastIoIsNotPossible;
Is this correct? Shouldn't it be this:
rcFCB->RFCB.IsFastIoPossible = !FastIoIsNotPossible;
Ros-diffs mailing list Ros-diffs@reactos.com http://reactos.com:8080/mailman/listinfo/ros-diffs
There exist three values FastIoIsPossible, FastIoIsNotPossible and FastIoIsQuestionable. I was simply trying to disable the fast-io support, because it is not implemented. It seems that W2K doesn't use this value. With zero pointers W2K does always crash. This was the reason for implementing the fast-io stubs.
- Hartmut