oleview: Add forgotten newlines to forward declarations.

Misha Koshelev mk144210 at bcm.tmc.edu
Sun Feb 25 01:37:08 CST 2007


Changelog:

	* oleview: Add forgotten newlines to forward declarations.
-------------- next part --------------
From 485ba05062480c3ddb6418673b33539b2c0d2c1a Mon Sep 17 00:00:00 2001
From: Misha Koshelev <mk144210 at bcm.tmc.edu>
Date: Sun, 25 Feb 2007 01:30:51 -0600
Subject: oleview: Add forgotten newlines to forward declarations.
---
 programs/oleview/typelib.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index a677dfe..da93a73 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -749,6 +749,7 @@ void AddPredefinitions(HTREEITEM hFirst,
     hFirst = TreeView_GetChild(typelib.hTree, hFirst);
 
     AddToTLDataStrWithTabsW(pTLData, wszPredefinition);
+    AddToTLDataStrW(pTLData, wszNewLine);
 
     hCur = hFirst;
     memset(&tvi, 0, sizeof(TVITEM));
@@ -763,6 +764,7 @@ void AddPredefinitions(HTREEITEM hFirst,
         {
             AddToStrW(wszText, wszSemicolon);
             AddToTLDataStrWithTabsW(pTLData, wszText);
+            AddToTLDataStrW(pTLData, wszNewLine);
         }
         hCur = TreeView_GetNextSibling(typelib.hTree, hCur);
     }
-- 
1.4.1



More information about the wine-patches mailing list