Changeset 83033 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
- Timestamp:
- Feb 10, 2020 1:40:54 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r82968 r83033 185 185 kSupID_AppPrivNoArch, 186 186 kSupID_Testcase, 187 #ifdef RT_OS_DARWIN 188 kSupID_AppMacHelper, 189 #endif 187 190 kSupID_End 188 191 } SUPINSTDIR; … … 448 451 449 452 DECLHIDDEN(int) supR3HardenedVerifyAll(bool fFatal, const char *pszProgName, const char *pszExePath, uint32_t fMainFlags); 450 DECLHIDDEN(int) supR3HardenedVerifyFixedDir(SUPINSTDIR enmDir, bool fFatal );453 DECLHIDDEN(int) supR3HardenedVerifyFixedDir(SUPINSTDIR enmDir, bool fFatal, PCSUPINSTFILE pFile); 451 454 DECLHIDDEN(int) supR3HardenedVerifyFixedFile(const char *pszFilename, bool fFatal); 452 455 DECLHIDDEN(int) supR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo);
Note:
See TracChangeset
for help on using the changeset viewer.