Module: wine Branch: master Commit: dce1ec06c8f034480abc775b13ef520af2555e81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dce1ec06c8f034480abc775b13...
Author: Vincent Povirk madewokherd@gmail.com Date: Fri Oct 23 13:36:59 2009 -0500
ole32: Rename previous/nextProperty to left/rightChild.
These fields are used to build a binary tree of elements in a storage. This should make the usage clearer.
---
dlls/ole32/storage32.c | 116 ++++++++++++++++++++++++------------------------ dlls/ole32/storage32.h | 8 ++-- 2 files changed, 62 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dce1ec06c8f034480abc77...