Skip to content

Commit

Permalink
Merged PR 4947060: Migrate OS delayload changes
Browse files Browse the repository at this point in the history
[Git2Git] Git Train: Merge of building/rs_onecore_dep_uxp/200720-1445 into official/rs_onecore_dep_uxp
Retrieved from https://microsoft.visualstudio.com os.2020 OS official/rs_onecore_dep_uxp 5e1509a00f1acdefe1e6392468ffc9ae44dc89cb

Related work items: MSFT:25731998
  • Loading branch information
DHowett committed Jul 22, 2020
1 parent ebfd852 commit 878ed57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/host/sources.inc
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,16 @@ TARGETLIBS = \
$(WINCORE_OBJ_PATH)\console\open\src\types\lib\$(O)\ConTypes.lib \

DELAYLOAD = \
PROPSYS.dll; \
D2D1.dll; \
D3D11.dll; \
DWrite.dll; \
DXGI.dll; \
D3D11.dll; \
OLEAUT32.dll; \
PROPSYS.dll; \
api-ms-win-core-com-l1.dll; \
api-ms-win-core-registry-l2.dll; \
api-ms-win-mm-playsound-l1.dll; \
api-ms-win-shcore-obsolete-l1.dll; \
api-ms-win-shcore-scaling-l1.dll; \
api-ms-win-shell-namespace-l1.dll; \
ext-ms-win-dwmapi-ext-l1.dll; \
Expand Down

0 comments on commit 878ed57

Please sign in to comment.