Changeset 60193 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 26, 2016 12:57:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r58374 r60193 533 533 534 534 535 staticDECLINLINE(bool) supHardNtVpIsModuleNameMatch(PSUPHNTVPIMAGE pImage, const char *pszModule)535 DECLINLINE(bool) supHardNtVpIsModuleNameMatch(PSUPHNTVPIMAGE pImage, const char *pszModule) 536 536 { 537 537 if (pImage->fDll)
Note:
See TracChangeset
for help on using the changeset viewer.