| lib.rs |
Static library backing `msixcomserver.dll`, the packaged (MSIX) build's
host DLL for MSIX-specific COM servers.
The DLL entry point (`DllMain`) is provided by the C++ shim in
`../msixcomserver` that links this library. The exported `DllGetClassObject`
and `DllCanUnloadNow` symbols live here and are re-exported from the DLL by
`msixcomserver.def`. |
8168 |
- |