-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fea #90, 为Chrome 125内核补充WinXP/Win7不存在的接口
- 添加 CompareObjectHandles - 添加 DWriteCreateFactory新增IDWriteFactory3支持(仅Vista以及更高版本) - 添加 CM_Get_DevNode_Property_ExW - 添加 CM_Set_DevNode_Property_ExW - 添加 CM_Get_DevNode_PropertyW - 添加 CM_Set_DevNode_PropertyW - 添加 Wow64GetThreadContext(新增对WinXP 64支持) - 添加 SetDefaultDllDirectories - 添加 NtOpenKeyEx - 添加 InitPropVariantFromCLSID - 添加 PSGetPropertyKeyFromName - 添加 PSCreateMemoryPropertyStore - 添加 VariantCompare - 添加 AddMandatoryAce - 添加 RegisterPointerDeviceNotifications - 添加 GetPointerDevices - 添加 GetPointerDevice - 添加 GetPointerPenInfo - 添加 GetPointerType - 添加 UiaRaiseNotificationEvent - 添加 MFCreateDeviceSource - 添加 MFEnumDeviceSources - 添加 MFCreateAlignedMemoryBuffer - 添加 MFCreateAsyncResult - 添加 MFCreateAttributes - 添加 MFCreateEventQueue - 添加 MFCreateMediaBufferWrapper - 添加 MFCreateMediaEvent - 添加 MFCreateMediaType - 添加 MFCreateMemoryBuffer - 添加 MFCreatePresentationDescriptor - 添加 MFCreateSample - 添加 MFCreateStreamDescriptor - 添加 MFCreateWaveFormatExFromMFMediaType - 添加 MFFrameRateToAverageTimePerFrame - 添加 MFGetSystemTime - 添加 MFInitMediaTypeFromWaveFormatEx - 添加 MFShutdown - 添加 MFStartup - 添加 MFTEnumEx - 添加 MFCreateSourceReaderFromMediaSource - 添加 NdfCreateWebIncident - 添加 NdfCloseIncident - 添加 NdfExecuteDiagnosis - 添加 WinUsb_Free - 添加 WinUsb_GetAssociatedInterface - 添加 WinUsb_GetOverlappedResult - 添加 WinUsb_Initialize - 添加 WinUsb_ReadPipe - 添加 WinUsb_ResetPipe - 添加 WinUsb_SetCurrentAlternateSetting - 添加 WinUsb_WritePipe - 添加 D3D12CreateDevice
- Loading branch information
1 parent
45d7751
commit bee5f7c
Showing
42 changed files
with
7,287 additions
and
1,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.