-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vxiiduu
authored
Apr 8, 2022
1 parent
1df37f4
commit 27a488d
Showing
22 changed files
with
4,475 additions
and
97 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
// shut up spurious intellisense warnings | ||
#ifdef __INTELLISENSE__ | ||
# undef ADD_DLL_REWRITE_ENTRY | ||
# define ADD_DLL_REWRITE_ENTRY(...) | ||
#endif | ||
|
||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-apiquery-l1-1-0.dll", L"ntd33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-com-l1-1-0.dll", L"ole33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-com-l1-1-1.dll", L"ole33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-rtlsupport-l1-2-0.dll", L"ntdll.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-appmodel-runtime-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-psapi-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-sidebyside-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-console-l2-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-datetime-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-delayload-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-errorhandling-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-fibers-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-file-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-file-l1-2-2.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-file-l2-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-heap-obsolete-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-heap-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-heap-l2-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-io-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-kernel32-legacy-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-kernel32-legacy-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-largeinteger-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-libraryloader-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-libraryloader-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-libraryloader-l1-2-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-localization-l1-2-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-localization-obsolete-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-memory-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-path-l1-1-0.dll", L"kernelba33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-privateprofile-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-processenvironment-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-processthreads-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-processthreads-l1-1-2.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-processthreads-l1-1-3.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-processtopology-obsolete-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-downlevel-kernel32-l2-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-string-obsolete-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-synch-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-synch-l1-2-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-sysinfo-l1-1-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-sysinfo-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-sysinfo-l1-2-1.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-systemtopology-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-threadpool-legacy-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-threadpool-l1-2-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-versionansi-l1-1-0.dll", L"version.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-version-l1-1-0.dll", L"version.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-winrt-error-l1-1-0.dll", L"combase.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-winrt-error-l1-1-1.dll", L"combase.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-winrt-l1-1-0.dll", L"combase.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-winrt-string-l1-1-0.dll", L"combase.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-registry-l1-1-0.dll", L"advapi32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-core-registry-l2-1-0.dll", L"advapi32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-eventing-classicprovider-l1-1-0.dll", L"advapi32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-eventing-provider-l1-1-0.dll", L"advapi32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-security-systemfunctions-l1-1-0.dll", L"advapi32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-mm-time-l1-1-0.dll", L"winmm.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-ntuser-sysparams-l1-1-0.dll", L"user33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-shell-namespace-l1-1-0.dll", L"shell32.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-shcore-obsolete-l1-1-0.dll", L"shcore.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-shcore-scaling-l1-1-0.dll", L"shcore.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"api-ms-win-shcore-scaling-l1-1-1.dll", L"shcore.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"ext-ms-win-kernel32-package-current-l1-1-0.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"ext-ms-win-uiacore-l1-1-0.dll", L"uiautomationcore.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"ext-ms-win-uiacore-l1-1-1.dll", L"uiautomationcore.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"dxgi.dll", L"dxg1.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"kernel32.dll", L"kernel33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"kernelbase.dll", L"kernelba33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"ole32.dll", L"ole33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"user32.dll", L"user33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"ntdll.dll", L"ntd33.dll"); | ||
ADD_DLL_REWRITE_ENTRY(L"xinput1_4.dll", L"xinput1_3.dll"); |
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
Binary file not shown.
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.