Changeset 1844 for trunk/src/kernel32/oslibdos.cpp
- Timestamp:
- Nov 26, 1999, 1:05:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.cpp
r1811 r1844 1 /* $Id: oslibdos.cpp,v 1. 9 1999-11-22 20:35:50sandervl Exp $ */1 /* $Id: oslibdos.cpp,v 1.10 1999-11-26 00:05:18 sandervl Exp $ */ 2 2 3 3 /* … … 47 47 if(size != cb) { 48 48 dprintf(("ERROR: OSLibDosAliasMem: size != cb (%x!=%x)!!!!!!!!", size, cb)); 49 return 5; 49 //ignore this and continue return 5; 50 attr = fl; //just use original protection flags (NOT CORRECT) 50 51 } 51 52 attr &= (PAG_READ|PAG_WRITE|PAG_EXECUTE|PAG_GUARD|PAG_DEFAULT);
Note:
See TracChangeset
for help on using the changeset viewer.