Index: /trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp	(revision 52023)
+++ /trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp	(revision 52024)
@@ -36,6 +36,8 @@
 /**
  * The Dll main entry point.
+ * @remarks The dllexport is for forcing the linker to generate an import
+ *          library, so the the build system doesn't get confused.
  */
-extern "C"
+extern "C" __declspec(dllexport)
 BOOL __stdcall DllMainEntrypoint(HANDLE hModule, DWORD dwReason, PVOID pvReserved)
 {
