Changeset 52024 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 14, 2014 9:23:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
r51775 r52024 36 36 /** 37 37 * The Dll main entry point. 38 * @remarks The dllexport is for forcing the linker to generate an import 39 * library, so the the build system doesn't get confused. 38 40 */ 39 extern "C" 41 extern "C" __declspec(dllexport) 40 42 BOOL __stdcall DllMainEntrypoint(HANDLE hModule, DWORD dwReason, PVOID pvReserved) 41 43 {
Note:
See TracChangeset
for help on using the changeset viewer.