Changeset 101144 in vbox
- Timestamp:
- Sep 18, 2023 11:16:41 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/alloc-win.cpp
r101143 r101144 88 88 AssertMsgReturn(pv, ("cb=%d lasterr=%d\n", cb, GetLastError()), NULL); 89 89 90 #if def USE_VIRTUAL_ALLOC90 #ifndef USE_VIRTUAL_ALLOC 91 91 if (fFlags & RTMEMPAGEALLOC_F_EXECUTABLE) 92 92 {
Note:
See TracChangeset
for help on using the changeset viewer.