swift-windowsappsdk/Sources/CWinAppSDK/include/CWinAppSDK-Bridging-Header.h
2024-02-14 11:30:27 -08:00

13 lines
418 B
C

#include <wtypesbase.h>
#include <minwindef.h>
#include <winnt.h>
#include <combaseapi.h>
#include <roapi.h>
#include <winstring.h>
#include "stdlib.h"
#include <MddBootstrap.h>
#include <WindowsAppSDK-VersionInfo.h>
// re-define the string to make it visible in Swift. (#define only supports numbers & strings)
static PCWSTR WINDOWSAPPSDK_RELEASE_VERSION_TAG_SWIFT = WINDOWSAPPSDK_RELEASE_VERSION_TAG_W;