Module: wine Branch: master Commit: 6a0e5bb79dbc66c062fcb068c1c12baca901fc8b URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a0e5bb79dbc66c062fcb068c1...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Mar 9 10:37:07 2017 +0100
usp10: Use heap_alloc() instead of HeapAlloc().
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Aric Stewart aric@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/usp10/bidi.c | 18 ++++++------- dlls/usp10/breaking.c | 4 +-- dlls/usp10/indic.c | 2 +- dlls/usp10/opentype.c | 70 +++++++++++++++++++++++++++++++-------------------- dlls/usp10/shape.c | 46 ++++++++++++++++----------------- 5 files changed, 78 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6a0e5bb79dbc66c062fcb0...