2024-02-14 13:22:01 -08:00

8 lines
278 B
Plaintext

module CWinAppSDK {
header "CWinAppSDK-Bridging-Header.h"
// Don't actually link since we can't get delay loading to work. These DLLs are loaded manually via LoadLibrary/GetProcAddress
//link "Microsoft.WindowsAppRuntime.Bootstrap"
//link "delayimp"
export *
}