Module: wine Branch: master Commit: 39e894f4f6a5d3134945b56c4ec0a048e501e094 URL: http://source.winehq.org/git/wine.git/?a=commit;h=39e894f4f6a5d3134945b56c4e... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Tue Nov 10 14:30:59 2009 -0600 ole32: Rename the StgProperty structure to DirEntry. The term "property" is misleading (ole32 has an unrelated feature called a "property set storage"), and I haven't seen it used anywhere outside the Wine code. The term "directory entry" matches the MS documentation and more accurately describes their use in the file. --- dlls/ole32/stg_stream.c | 6 +- dlls/ole32/storage32.c | 104 +++++++++++++++++++++++----------------------- dlls/ole32/storage32.h | 16 ++++---- 3 files changed, 63 insertions(+), 63 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=39e894f4f6a5d3134945b5...