Changeset 64532 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 3, 2016 2:02:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111708
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r64189 r64532 142 142 int rc; 143 143 /** Used for shutting up load and error messages after a while so they don't 144 * flood the thelog file and fill up the disk. */144 * flood the log file and fill up the disk. */ 145 145 uint32_t volatile cHits; 146 146 /** The validation flags (for WinVerifyTrust retry). */ -
trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
r62677 r64532 37 37 * The Dll main entry point. 38 38 * @remarks The dllexport is for forcing the linker to generate an import 39 * library, so the thebuild system doesn't get confused.39 * library, so the build system doesn't get confused. 40 40 */ 41 41 extern "C" __declspec(dllexport)
Note:
See TracChangeset
for help on using the changeset viewer.