Displaying 3 results from an estimated 3 matches for "1ole".
Did you mean:
16le
2012 Jul 31
0
Wine release 1.5.10
...11.drv: Avoid TRUE:FALSE conditional expressions.
kernel32: Avoid TRUE:FALSE conditional expressions.
Nikolay Sivov (28):
ole32: Fix QueryInterface for file-based ILockBytes.
ole32: Remove unsupported interface REFIID from storage stream QueryInterface.
ole32: Give names to 1Ole stream header fields.
msxml3: Accept selection namespaces string with trailing spaces.
ole32: Use a single implementation for 1Ole stream initialization.
kernel32: Partial CompareStringEx implementation.
advapi32/tests: Add some more well known SIDs to tests.
kernel32:...
2008 Nov 07
0
Wine release 1.1.8
...be NULL in generate_param_reorder_function() (LLVM/Clang).
wined3d: Remove another redundant NULL check (LLVM/Clang).
Herv? Chanal (2):
shell32: A nicer icon for "Open folder".
shell32: A nicer icon for "folder".
Huw Davies (4):
ole32: Create the '\1Ole' stream.
ole32: Try to load the '\1Ole' stream and create it if it doesn't exist.
ole32: Implement IEnum*_Next marshallers.
ole32: Call the object's GetClassID if it's running.
Jacek Caban (4):
mshtml: Remove no longer used interfaces.
jscript:...
2014 Apr 18
0
Wine release 1.7.17
...non-ASCII range.
include: Added some ATL interfaces.
atl: Simplify error handling in AtlAxAttachControl().
Piotr Caban (18):
ole32: Null terminate strings in STREAM_ReadString function.
ole32: Don't write empty CLIPFORMAT in WriteFmtUserTypeStg.
ole32: Try to open 1Ole stream before trying to create it in SetConvertStg function.
ole32: Get CLSID from IStorage object in WriteFmtUserTypeStg.
ole32: Add OleDoAutoConvert implementation.
ole32: Add more SetConvertStg amd WriteFmtUserTypeStg tests.
server: Don't debug children when DEBUG_PRO...