mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
* remove files * add dictionaries * Create expect.txt * spelling corrections + move words * spelling updates * few more * import commit from bot * move names * undo FZ changed by VS
15 lines
286 B
C
15 lines
286 B
C
#pragma once
|
|
|
|
#include <mfapi.h>
|
|
#include <mfidl.h>
|
|
|
|
#include "DLLProviderHelpers.h"
|
|
|
|
DECLARE_DLL_PROVIDER_BEGIN(mfplat)
|
|
DECLARE_DLL_FUNCTION(MFCreateAttributes)
|
|
DECLARE_DLL_PROVIDER_END
|
|
|
|
DECLARE_DLL_PROVIDER_BEGIN(mf)
|
|
DECLARE_DLL_FUNCTION(MFEnumDeviceSources)
|
|
DECLARE_DLL_PROVIDER_END
|