-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- API-Sets, solving several cases of stubs; - Remaking comdlg32_wrapper, setupapi_wrapper, shlwapi_wrapper, uxtheme_wrapper and ws2_32_wrapper due caused some errors with XPR5 and on wow64. However, ws2_32_wrapper is causing error on x86 systems. Need rollback; - D2d1 from wine; - Advapiex, bcryptext, cryptext, dnsaext, dxgiext, iphlpext. kernelex, ntext, shellex, userenvext, uxthext and ws2_ex extensions; - Combase, dwmapi, mmdevapi, shcore and sppc of new-dlls
- Loading branch information
skulltrail
committed
Jan 4, 2025
1 parent
e921bdf
commit 3fbc581
Showing
192 changed files
with
10,313 additions
and
32,154 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@ stub GetApplicationUserModelId | ||
@ stdcall GetApplicationUserModelId(long ptr wstr) kernelex.GetApplicationUserModelId | ||
@ stdcall GetCurrentPackageFullName(ptr ptr) kernel32.GetCurrentPackageFullName | ||
@ stdcall GetPackageFullName(long ptr ptr) kernel32.GetPackageFullName | ||
@ stub PackageFamilyNameFromFullName | ||
@ stdcall -stub PackageFamilyNameFromFullName(wstr ptr wstr) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@ stub GetFeatureEnabledState | ||
@ stdcall GetFeatureEnabledState(long long) shcore.GetFeatureEnabledState | ||
@ stub RecordFeatureError | ||
@ stub RecordFeatureUsage | ||
@ stub SubscribeFeatureStateChangeNotification | ||
@ stub UnsubscribeFeatureStateChangeNotification | ||
@ stdcall SubscribeFeatureStateChangeNotification(ptr ptr ptr) shcore.SubscribeFeatureStateChangeNotification | ||
@ stdcall UnsubscribeFeatureStateChangeNotification(ptr) shcore.UnsubscribeFeatureStateChangeNotification |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@ stdcall GetScaleFactorForDevice(long) shcore.GetScaleFactorForDevice | ||
@ stub RegisterScaleChangeNotifications | ||
@ stdcall RegisterScaleChangeNotifications(long ptr long ptr) shcore.RegisterScaleChangeNotifications | ||
@ stub RevokeScaleChangeNotifications |
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
22 changes: 11 additions & 11 deletions
22
wrappers/api-sets/api-ms-win-appmodel-runtime-l1-1-1.spec
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@ stub ApiSetQueryApiSetPresence | ||
@ stdcall -stub ApiSetQueryApiSetPresence(ptr ptr) |
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
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.