[PATCH v2 3/3] d3dx10: Implement D3DX10GetImageInfoFromFileA().
14 Sep
2020
14 Sep
'20
4:20 a.m.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v2: * Formatting * Dynamically allocate file name buffer. dlls/d3dx10_43/d3dx10_43_main.c | 24 ++++++++++++++++++++++-- dlls/d3dx10_43/tests/d3dx10.c | 4 +--- 2 files changed, 23 insertions(+), 5 deletions(-)
18 Sep
18 Sep
9:12 a.m.
On Mon, Sep 14, 2020 at 6:20 AM Ziqing Hui <zhui(a)codeweavers.com> wrote:
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> ---
v2: * Formatting * Dynamically allocate file name buffer.
dlls/d3dx10_43/d3dx10_43_main.c | 24 ++++++++++++++++++++++-- dlls/d3dx10_43/tests/d3dx10.c | 4 +--- 2 files changed, 23 insertions(+), 5 deletions(-)
Same WRT moving the implementation out of d3dx10_43_main.c. Also, please use the helpers from wine/heap.h.
1916
Age (days ago)
1920
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matteo Bruni -
Ziqing Hui