Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8343398: Add reducedData preference #1656

Closed
wants to merge 17 commits into from
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ namespace
typedef HRESULT WINAPI FnRoInitialize(RO_INIT_TYPE initType);
typedef void WINAPI FnRoUninitialize();
typedef HRESULT WINAPI FnRoActivateInstance(HSTRING activatableClassId, IInspectable** instance);
typedef HRESULT WINAPI FnRoGetActivationFactory(HSTRING activatableClassId, REFIID iid, void** factory);
typedef HRESULT WINAPI FnRoGetActivationFactory(HSTRING activatableClassId, REFIID iid, void** factory);
typedef HRESULT WINAPI FnWindowsCreateString(PCNZWCH sourceString, UINT32 length, HSTRING* string);
typedef HRESULT WINAPI FnWindowsDeleteString(HSTRING string);