usp10: Correct error with ScriptLayout log2vis.
[wine] / programs / oleview / tree.c
2010-05-07  Michael Stefaniucoleview: Use the explicit W types/functions in tree.c.
2010-05-07  Michael Stefaniucoleview: Replace some SendMessage wrappers with the...
2009-01-20  Michael Stefaniucoleview: Remove superfluous pointer casts.
2009-01-07  Francois Gougetoleview: Make some functions static.
2008-11-03  Michael Stefaniucoleview: Do not cast NULL.
2008-10-14  Marcus Meissneroleview: RegEnumKey gets always sizes, not -1.
2008-09-15  Marcus Meissneroleview: Fixed LoadString buffer sizes.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-13  Stefan HuehnerMark several functions as static.
2006-06-30  Piotr Cabanoleview: Added TypeLib Viewer base.
2006-06-26  Piotr Cabanoleview: Fix compilation with gcc 2.95.
2006-06-23  Piotr Cabanoleview: Added CreateInstanceOn functionality.
2006-06-22  Piotr Cabanoleview: Removed use of strlenW, strcmpW and strcpyW...
2006-06-21  Piotr Cabanoleview: Added details window base.
2006-06-21  Piotr Cabanoleview: Added base menu funcionality.
2006-06-21  Piotr Cabanoleview: Added more TreeView entries.
2006-06-21  Piotr Cabanoleview: Added TreeView entries read from registry.
2006-06-21  Piotr Cabanoleview: Added TreeView window.