https://git.reactos.org/?p=reactos.git;a=commitdiff;h=17fc441b38eb721d4dcd43812f07008e7bd7e777
commit 17fc441b38eb721d4dcd43812f07008e7bd7e777 Author: Jérôme Gardou <[email protected]> AuthorDate: Mon Sep 21 16:12:43 2020 +0200 Commit: Jérôme Gardou <[email protected]> CommitDate: Thu Feb 4 16:37:01 2021 +0100 [WINESYNC] Add missing file to d3dx9 configuration --- sdk/tools/winesync/d3dx9.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/tools/winesync/d3dx9.cfg b/sdk/tools/winesync/d3dx9.cfg index 689ad51acb8..cefdb2502a3 100644 --- a/sdk/tools/winesync/d3dx9.cfg +++ b/sdk/tools/winesync/d3dx9.cfg @@ -32,5 +32,6 @@ files: include/d3dx9shader.h: sdk/include/dxsdk/d3dx9shader.h include/d3dx9shape.h: sdk/include/dxsdk/d3dx9shape.h include/d3dx9tex.h: sdk/include/dxsdk/d3dx9tex.h + include/d3dx9xof.h: sdk/include/dxsdk/d3dx9xof.h tags: wine: wine-4.2
