swift-windowsappsdk/Sources/CWinAppSDK/nuget/include/Microsoft.UI.Dispatching.Interop.h
2024-02-14 13:22:01 -08:00

12 lines
386 B
C

//---------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
extern "C" BOOL __stdcall
ContentPreTranslateMessage(const MSG *pmsg);