microsoft / DirectStorage

DirectStorage for Windows is an API that allows game developers to unlock the full potential of high speed NVMe drives for loading game assets.
MIT License
705 stars 79 forks source link

Fix GDeflateDemo and GDeflateTest not linking #40

Open elasota opened 10 months ago

elasota commented 10 months ago

Both executables are missing windowsapp.lib for several WinRT functions referenced by the WinRT headers, and GDeflateDemo is also missing a reference to DXC, causing both to fail to link.