Changeset 85121 in vbox for trunk/src/VBox/HostDrivers/Support/posix
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
r82968 r85121 82 82 * to patch the lazy loader trampoline function, but rather the real function! 83 83 */ 84 typedef DECLCALLBACK (void) FNSUPHARDENEDSYMRESOLVE(void);84 typedef DECLCALLBACKTYPE(void, FNSUPHARDENEDSYMRESOLVE,(void)); 85 85 /** Pointer to FNSUPHARDENEDSYMRESOLVE. */ 86 86 typedef FNSUPHARDENEDSYMRESOLVE *PFNSUPHARDENEDSYMRESOLVE;
Note:
See TracChangeset
for help on using the changeset viewer.