swift-windowsappsdk/vendor/include/Microsoft.UI.Dispatching.Interop.h
2024-02-14 11:30:27 -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);