Changeset 1890 in vbox for trunk/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp
- Timestamp:
- Apr 3, 2007 4:04:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp
r1 r1890 660 660 * @param pvPages Pointer to pages. 661 661 */ 662 int suplibOsPageFree(void *pvPages )662 int suplibOsPageFree(void *pvPages, size_t /* cPages */) 663 663 { 664 664 if (VirtualFree(pvPages, 0, MEM_RELEASE))
Note:
See TracChangeset
for help on using the changeset viewer.