Changeset 4592 for trunk/src/kernel32/virtual.cpp
- Timestamp:
- Nov 14, 2000, 10:16:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/virtual.cpp
r4583 r4592 1 /* $Id: virtual.cpp,v 1.3 6 2000-11-10 10:14:25sandervl Exp $ */1 /* $Id: virtual.cpp,v 1.37 2000-11-14 21:16:26 sandervl Exp $ */ 2 2 3 3 /* … … 407 407 { //change protection flags 408 408 DWORD tmp; 409 if(VirtualProtect(lpvAddress, cbSize, fdw AllocationType, &tmp) == TRUE) {409 if(VirtualProtect(lpvAddress, cbSize, fdwProtect, &tmp) == TRUE) { 410 410 return lpvAddress; 411 411 }
Note:
See TracChangeset
for help on using the changeset viewer.