wine
18 years agontdll: Added emulation of ATL thunks for platforms with NX support.
Alexandre Julliard [Fri, 10 Feb 2006 14:13:59 +0000 (15:13 +0100)] 
ntdll: Added emulation of ATL thunks for platforms with NX support.

18 years agontdll: gcc 2.95 compile fixes.
Aric Stewart [Fri, 10 Feb 2006 13:54:04 +0000 (14:54 +0100)] 
ntdll: gcc 2.95 compile fixes.

18 years agokernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.
Stefan Leichter [Fri, 10 Feb 2006 13:52:40 +0000 (14:52 +0100)] 
kernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.

18 years agowined3d: Release the vertex declaration during stateblock cleanup.
H. Verbeet [Fri, 10 Feb 2006 13:52:27 +0000 (14:52 +0100)] 
wined3d: Release the vertex declaration during stateblock cleanup.

18 years agowined3d: Release the container during surface / volume cleanup.
H. Verbeet [Fri, 10 Feb 2006 13:52:20 +0000 (14:52 +0100)] 
wined3d: Release the container during surface / volume cleanup.

18 years agod3d9: Use an invisible window for tests.
H. Verbeet [Fri, 10 Feb 2006 13:52:10 +0000 (14:52 +0100)] 
d3d9: Use an invisible window for tests.

18 years agosecur32: Improve tracing.
Robert Shearman [Fri, 10 Feb 2006 13:51:59 +0000 (14:51 +0100)] 
secur32: Improve tracing.
Improve the tracing for functions that can be called by the app, but
bypass the relay code.

18 years agowidl: Fix a typo when removing TYPEFLAG_FDUAL.
Robert Shearman [Fri, 10 Feb 2006 13:51:39 +0000 (14:51 +0100)] 
widl: Fix a typo when removing TYPEFLAG_FDUAL.

18 years agoReturn the correct error code from IConnectionPointContainer::FindConnectionPoint.
Robert Shearman [Fri, 10 Feb 2006 13:51:30 +0000 (14:51 +0100)] 
Return the correct error code from IConnectionPointContainer::FindConnectionPoint.

18 years agooleaut: Partially implement Invoke on the standard picture implementation.
Robert Shearman [Fri, 10 Feb 2006 13:51:03 +0000 (14:51 +0100)] 
oleaut: Partially implement Invoke on the standard picture implementation.

18 years agooleaut: Fix importing the IDispatch interface for TKIND_DISPATCH type infos.
Robert Shearman [Fri, 10 Feb 2006 13:50:53 +0000 (14:50 +0100)] 
oleaut: Fix importing the IDispatch interface for TKIND_DISPATCH type infos.
Fix importing the IDispatch interface for TKIND_DISPATCH type infos
when the offset isn't specified. It should be fetched from the
dispatch offset stored in the header, rather than using a hack that
doesn't work.

18 years agooleaut: Add tests for IFontEventsDisp.
Robert Shearman [Fri, 10 Feb 2006 13:50:40 +0000 (14:50 +0100)] 
oleaut: Add tests for IFontEventsDisp.

18 years agooleaut: Implement IFontEventsDisp connection point for the standard
Robert Shearman [Fri, 10 Feb 2006 13:50:26 +0000 (14:50 +0100)] 
oleaut: Implement IFontEventsDisp connection point for the standard
font implementation.

18 years agoinclude: Define DISPID_FONT_CHANGED.
Robert Shearman [Fri, 10 Feb 2006 13:50:11 +0000 (14:50 +0100)] 
include: Define DISPID_FONT_CHANGED.

18 years agocrypt32: Move break statement to the correct spot.
Juan Lang [Fri, 10 Feb 2006 13:50:00 +0000 (14:50 +0100)] 
crypt32: Move break statement to the correct spot.

18 years agomshtml: Added test of IHlinkFrame service.
Jacek Caban [Fri, 10 Feb 2006 13:49:48 +0000 (14:49 +0100)] 
mshtml: Added test of IHlinkFrame service.

18 years agomshtml: Added nsIUploadStream implementation.
Jacek Caban [Fri, 10 Feb 2006 13:49:41 +0000 (14:49 +0100)] 
mshtml: Added nsIUploadStream implementation.

18 years agoregsvr32: Call OleInitialize before registering a DLL.
Dmitry Timoshkov [Thu, 9 Feb 2006 16:48:12 +0000 (17:48 +0100)] 
regsvr32: Call OleInitialize before registering a DLL.

18 years agoprograms: Don't install winetest.
Alexandre Julliard [Thu, 9 Feb 2006 16:45:35 +0000 (17:45 +0100)] 
programs: Don't install winetest.

18 years agokernel: Fixed build with gcc 2.95.
Jeremy White [Thu, 9 Feb 2006 16:45:07 +0000 (17:45 +0100)] 
kernel: Fixed build with gcc 2.95.

18 years agodinput: Fix the compile for missing EV_SYN define.
Mike McCormack [Thu, 9 Feb 2006 16:44:38 +0000 (17:44 +0100)] 
dinput: Fix the compile for missing EV_SYN define.

18 years agogdi: Show hatch brush FIXME only once.
Uwe Bonnes [Thu, 9 Feb 2006 11:22:09 +0000 (12:22 +0100)] 
gdi: Show hatch brush FIXME only once.

18 years agomshtml: Get rid of HTMLDocument_OnLoad and move its job to AsyncOpen.
Jacek Caban [Thu, 9 Feb 2006 11:19:33 +0000 (12:19 +0100)] 
mshtml: Get rid of HTMLDocument_OnLoad and move its job to AsyncOpen.

18 years agomshtml: Added wrapper of nsIChannel.
Jacek Caban [Thu, 9 Feb 2006 11:19:13 +0000 (12:19 +0100)] 
mshtml: Added wrapper of nsIChannel.

18 years agomshtml: Added wrapper of nsIURI interface.
Jacek Caban [Thu, 9 Feb 2006 11:18:18 +0000 (12:18 +0100)] 
mshtml: Added wrapper of nsIURI interface.

18 years agomshtml: Better ns*String handling.
Jacek Caban [Thu, 9 Feb 2006 11:17:38 +0000 (12:17 +0100)] 
mshtml: Better ns*String handling.

18 years agomshtml: Added wrapper of nsIOService.
Jacek Caban [Thu, 9 Feb 2006 11:17:08 +0000 (12:17 +0100)] 
mshtml: Added wrapper of nsIOService.

18 years agontdll: Better handling of errors when loading a builtin dll from an
Alexandre Julliard [Thu, 9 Feb 2006 11:15:57 +0000 (12:15 +0100)] 
ntdll: Better handling of errors when loading a builtin dll from an
existing file.

18 years agosetupapi: Error out if ReturnBuffer is NULL but ReturnBufferSize is not 0.
James Hawkins [Thu, 9 Feb 2006 11:12:36 +0000 (12:12 +0100)] 
setupapi: Error out if ReturnBuffer is NULL but ReturnBufferSize is not 0.

18 years agosetupapi: Convert InfSpec to unicode if SearchControl is not
James Hawkins [Thu, 9 Feb 2006 11:12:11 +0000 (12:12 +0100)] 
setupapi: Convert InfSpec to unicode if SearchControl is not
INFINFO_INF_SPEC_IS_HINF.

18 years agooleaut: Make TLB_ReadTypeLib not rely on the signature of executables or dlls.
Robert Shearman [Thu, 9 Feb 2006 11:11:54 +0000 (12:11 +0100)] 
oleaut: Make TLB_ReadTypeLib not rely on the signature of executables or dlls.
Try loading the dll first and then fall back to the regular file case.
Only call SearchPath for the regular file case since LoadLibraryEx
will do this for us and it previously excluded builtin dlls and
executables from having their type libraries opened.

18 years agooleaut: Move the call to SearchPath inside of TLB_ReadTypeLib.
Robert Shearman [Thu, 9 Feb 2006 11:11:01 +0000 (12:11 +0100)] 
oleaut: Move the call to SearchPath inside of TLB_ReadTypeLib.

18 years agooleaut: Revert incorrect patch changing the order of parameters passed
Robert Shearman [Thu, 9 Feb 2006 11:10:26 +0000 (12:10 +0100)] 
oleaut: Revert incorrect patch changing the order of parameters passed
into DispCallFunc. A test with native indeed shows that the parameter
index increases from the leftmost parameter to the rightmost.

18 years agowidl: Write out more TYPEFLAGs and add more type library-specific
Robert Shearman [Thu, 9 Feb 2006 11:10:08 +0000 (12:10 +0100)] 
widl: Write out more TYPEFLAGs and add more type library-specific
attributes to the parser.

18 years agowidl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
Robert Shearman [Thu, 9 Feb 2006 11:09:44 +0000 (12:09 +0100)] 
widl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
TYPEFLAG_FOLEAUTOMATION typelib flags.

18 years agocrypt32: Fix up decoding.
Juan Lang [Thu, 9 Feb 2006 11:09:28 +0000 (12:09 +0100)] 
crypt32: Fix up decoding.
- don't use the no copy flag when decoding, the lifetime of the buffer
  to decode isn't guaranteed
- remove some extraneous ternary comparisons
- fix a comment

18 years agocrypt32: Fix a fixme, and remove an old comment.
Juan Lang [Thu, 9 Feb 2006 11:09:01 +0000 (12:09 +0100)] 
crypt32: Fix a fixme, and remove an old comment.

18 years agoadvapi32: Fix for RegNotifyChangeKeyValue.
Aric Stewart [Thu, 9 Feb 2006 11:08:47 +0000 (12:08 +0100)] 
advapi32: Fix for RegNotifyChangeKeyValue.
Flip fAsync and fWatchSubTree into their proper places.

18 years agontdll: Take into account that FreeBSD and others have MTSETBSIZ
Gerald Pfeifer [Thu, 9 Feb 2006 11:08:32 +0000 (12:08 +0100)] 
ntdll: Take into account that FreeBSD and others have MTSETBSIZ
instead of MTSETBLK.

18 years agox11drv: Update Swiss French keyboard layout to better match the X11 one.
Dmitry Timoshkov [Thu, 9 Feb 2006 11:08:19 +0000 (12:08 +0100)] 
x11drv: Update Swiss French keyboard layout to better match the X11 one.

18 years agodsound: Fix duplex test.
Robert Reif [Thu, 9 Feb 2006 11:08:05 +0000 (12:08 +0100)] 
dsound: Fix duplex test.

18 years agodinput: Dynamic handling of buttons of a device.
Christoph Frick [Thu, 9 Feb 2006 11:07:55 +0000 (12:07 +0100)] 
dinput: Dynamic handling of buttons of a device.

18 years agowined3d: Support for WINED3DFMT_A8B8G8R8.
Christoph Frick [Thu, 9 Feb 2006 11:07:40 +0000 (12:07 +0100)] 
wined3d: Support for WINED3DFMT_A8B8G8R8.

18 years agowined3d: Better warn/fixme for query handling.
Christoph Frick [Thu, 9 Feb 2006 11:07:30 +0000 (12:07 +0100)] 
wined3d: Better warn/fixme for query handling.

18 years agomapi32: Prevent freeing non-allocated memory.
Hans Leidekker [Thu, 9 Feb 2006 11:07:18 +0000 (12:07 +0100)] 
mapi32: Prevent freeing non-allocated memory.

18 years agowinuser.h: Add missing *LayeredWindow*() prototypes.
Francois Gouget [Wed, 8 Feb 2006 14:27:49 +0000 (15:27 +0100)] 
winuser.h: Add missing *LayeredWindow*() prototypes.

18 years agoserver: Remove the no longer needed exe_file parameter in the
Alexandre Julliard [Wed, 8 Feb 2006 14:25:12 +0000 (15:25 +0100)] 
server: Remove the no longer needed exe_file parameter in the
init_process_done request.

18 years agontdll: Get rid of the main_file argument in LdrInitializeThunk.
Alexandre Julliard [Wed, 8 Feb 2006 14:22:24 +0000 (15:22 +0100)] 
ntdll: Get rid of the main_file argument in LdrInitializeThunk.

18 years agokernel: Use a standard LoadLibrary call to load the main exe.
Alexandre Julliard [Wed, 8 Feb 2006 14:11:19 +0000 (15:11 +0100)] 
kernel: Use a standard LoadLibrary call to load the main exe.

18 years agontdll: Check for existing modref for the main exe before creating it
Alexandre Julliard [Wed, 8 Feb 2006 14:10:56 +0000 (15:10 +0100)] 
ntdll: Check for existing modref for the main exe before creating it
in LdrInitializeThunk.

18 years agoserver: Allow the main exe to be registered as a normal dll before
Alexandre Julliard [Wed, 8 Feb 2006 14:07:16 +0000 (15:07 +0100)] 
server: Allow the main exe to be registered as a normal dll before
init_process_done is called.

18 years agoserver: Fixed handling of inotify record length.
Alexandre Julliard [Wed, 8 Feb 2006 14:06:42 +0000 (15:06 +0100)] 
server: Fixed handling of inotify record length.

18 years agomsvcrt: __unDNameEx is not a stub.
Michael Stefaniuc [Wed, 8 Feb 2006 11:42:33 +0000 (12:42 +0100)] 
msvcrt: __unDNameEx is not a stub.

18 years agoshdocvw: Added IHlinkFrame stub implementation.
Jacek Caban [Wed, 8 Feb 2006 11:42:23 +0000 (12:42 +0100)] 
shdocvw: Added IHlinkFrame stub implementation.

18 years agoshdocvw: Includes clean up.
Jacek Caban [Wed, 8 Feb 2006 11:36:25 +0000 (12:36 +0100)] 
shdocvw: Includes clean up.

18 years agoshdocvw: Remove IQuickActivate interface implementation that is not
Jacek Caban [Wed, 8 Feb 2006 11:36:03 +0000 (12:36 +0100)] 
shdocvw: Remove IQuickActivate interface implementation that is not
implemented in Windows as well.

18 years agourlmon.idl: Added BINDINFOF declaration.
Jacek Caban [Wed, 8 Feb 2006 11:35:41 +0000 (12:35 +0100)] 
urlmon.idl: Added BINDINFOF declaration.

18 years agoPens created without PS_GEOMETRIC style but with width > 1 unit are
Dmitry Timoshkov [Wed, 8 Feb 2006 11:35:29 +0000 (12:35 +0100)] 
Pens created without PS_GEOMETRIC style but with width > 1 unit are
scalable.

18 years agogdi: Remove StrokePath workaround for a DC transformation change bug.
Dmitry Timoshkov [Wed, 8 Feb 2006 11:35:18 +0000 (12:35 +0100)] 
gdi: Remove StrokePath workaround for a DC transformation change bug.

18 years agowineps: Don't display the MFCOMMENT escape.
Huw Davies [Wed, 8 Feb 2006 11:35:05 +0000 (12:35 +0100)] 
wineps: Don't display the MFCOMMENT escape.

18 years agontdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.
Francois Gouget [Tue, 7 Feb 2006 20:18:19 +0000 (21:18 +0100)] 
ntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.

18 years agoshell32: Update DllGetClassObject documentation.
Francois Gouget [Tue, 7 Feb 2006 20:18:12 +0000 (21:18 +0100)] 
shell32: Update DllGetClassObject documentation.

18 years agotextserv.h: Add missing CreateTextServices() prototype.
Francois Gouget [Tue, 7 Feb 2006 20:18:02 +0000 (21:18 +0100)] 
textserv.h: Add missing CreateTextServices() prototype.

18 years agontdll: Protect sys/stat.h inclusion.
Francois Gouget [Tue, 7 Feb 2006 20:17:45 +0000 (21:17 +0100)] 
ntdll: Protect sys/stat.h inclusion.

18 years agowinapi: Update win32.api to match the current sources.
Francois Gouget [Tue, 7 Feb 2006 20:17:32 +0000 (21:17 +0100)] 
winapi: Update win32.api to match the current sources.

18 years agowine.inf: Add a default handler for https to the registry.
Dmitry Timoshkov [Tue, 7 Feb 2006 20:17:17 +0000 (21:17 +0100)] 
wine.inf: Add a default handler for https to the registry.

18 years agokernel32: Implement EnumUILanguages.
Dmitry Timoshkov [Tue, 7 Feb 2006 20:17:06 +0000 (21:17 +0100)] 
kernel32: Implement EnumUILanguages.

18 years agox11drv: Copy the whole image at once if appropriate.
Dmitry Timoshkov [Tue, 7 Feb 2006 20:16:56 +0000 (21:16 +0100)] 
x11drv: Copy the whole image at once if appropriate.

18 years agox11drv: Fix Turkish keyboard layouts.
Fatih Aşıcı [Tue, 7 Feb 2006 20:16:42 +0000 (21:16 +0100)] 
x11drv: Fix Turkish keyboard layouts.

18 years agontdll: Support loading a builtin dll by specifying an explicit path to
Alexandre Julliard [Tue, 7 Feb 2006 20:16:25 +0000 (21:16 +0100)] 
ntdll: Support loading a builtin dll by specifying an explicit path to
the .so file.

18 years agonotepad: Move license text to resources.
Mike McCormack [Tue, 7 Feb 2006 15:55:01 +0000 (16:55 +0100)] 
notepad: Move license text to resources.

18 years agontdll: Added Urals time.
Sergei Butakov [Tue, 7 Feb 2006 15:51:51 +0000 (16:51 +0100)] 
ntdll: Added Urals time.

18 years agowined3d: Added CopyRects method (based on a patch by Oliver Stieber).
Roderick Colenbrander [Tue, 7 Feb 2006 15:51:39 +0000 (16:51 +0100)] 
wined3d: Added CopyRects method (based on a patch by Oliver Stieber).

18 years agod3d8: fbconfig fix.
Roderick Colenbrander [Tue, 7 Feb 2006 15:51:08 +0000 (16:51 +0100)] 
d3d8: fbconfig fix.
Right now the ActiveRender code in D3D8 requests a GLX_DEPTH_SIZE of
32 in case the direct3d color format also has a depth of 32. As
verified on various linux drivers (Ati fglrx, Ati (dri) and Nvidia)
the color depth needs to be 24. This patch sets the depth to 24 and it
fixes bugs in 3dmark2001 and other programs.

18 years agokernel32: More test cases for ReadDirectoryChangesW.
Mike McCormack [Tue, 7 Feb 2006 15:50:44 +0000 (16:50 +0100)] 
kernel32: More test cases for ReadDirectoryChangesW.

18 years agokernel32: ReadDirectoryChangesW fixes.
Mike McCormack [Tue, 7 Feb 2006 15:50:36 +0000 (16:50 +0100)] 
kernel32: ReadDirectoryChangesW fixes.
ReadDirectoryChangesW remembers whether it's recording changes or not.
Don't initialize overlapped->InternalHigh.
The hEvent is cleared when ReadDirectoryChanges is called.

18 years agoInclude wine/port.h in files that use exceptions.
Alexandre Julliard [Tue, 7 Feb 2006 15:31:21 +0000 (16:31 +0100)] 
Include wine/port.h in files that use exceptions.

18 years agooleaut32: Fix circular reference count in Typelib marshaler.
Robert Shearman [Tue, 7 Feb 2006 15:26:23 +0000 (16:26 +0100)] 
oleaut32: Fix circular reference count in Typelib marshaler.
The current method of handling typelib-marshaled interfaces that derive
from IDispatch is to query for an IDispatch pointer from the proxy, but
this causes a circular reference count.
Fix the reference counting by loading using the IRpcProxyBuffer of
IDispatch without an outer unknown, so that the lifetime is controlled
by the typelib-marshaled interface's proxy. The IDispatch proxy now
shares the same channel as the typelib-marshaled interface, so fix up
the stub side to handle this.

18 years agooleaut32: Handle VT_INT in serialize_param and deserialize_param.
Robert Shearman [Tue, 7 Feb 2006 15:26:02 +0000 (16:26 +0100)] 
oleaut32: Handle VT_INT in serialize_param and deserialize_param.

18 years agooleaut32: Release interfaces when told to.
Robert Shearman [Tue, 7 Feb 2006 15:25:42 +0000 (16:25 +0100)] 
oleaut32: Release interfaces when told to.
Make the VT_DISPATCH and VT_UNKNOWN cases of serialize_param match the
TKIND_INTERFACE case below by releasing their respective interfaces as
necessary.

18 years agoole32: Print an error message if the apartment isn't initialised in
Robert Shearman [Tue, 7 Feb 2006 15:25:25 +0000 (16:25 +0100)] 
ole32: Print an error message if the apartment isn't initialised in
CoCreateInstance.

18 years agowidl: Fix some warnings caused by making attributes const.
Robert Shearman [Tue, 7 Feb 2006 15:25:10 +0000 (16:25 +0100)] 
widl: Fix some warnings caused by making attributes const.

18 years agomsi: Fix bison warnings by providing precedence rules for expressions
Robert Shearman [Tue, 7 Feb 2006 15:24:51 +0000 (16:24 +0100)] 
msi: Fix bison warnings by providing precedence rules for expressions
and by removing a redundant expression case.

18 years agorpcrt4: Don't call IUnknown_AddRef if there is no outer unknown in
Robert Shearman [Tue, 7 Feb 2006 15:24:33 +0000 (16:24 +0100)] 
rpcrt4: Don't call IUnknown_AddRef if there is no outer unknown in
StdProxy_Construct as it will just crash anyway.

18 years agosetupapi: Add an initial implementation of SetupGetInfInformation.
James Hawkins [Tue, 7 Feb 2006 15:24:17 +0000 (16:24 +0100)] 
setupapi: Add an initial implementation of SetupGetInfInformation.

18 years agosetupapi: Implement SetupQueryInfFileInformation.
James Hawkins [Tue, 7 Feb 2006 15:08:33 +0000 (16:08 +0100)] 
setupapi: Implement SetupQueryInfFileInformation.

18 years agosetupapi: Store the full name to the INF file in the inf_file structure
Alexandre Julliard [Tue, 7 Feb 2006 15:08:19 +0000 (16:08 +0100)] 
setupapi: Store the full name to the INF file in the inf_file structure
(based on a patch by James Hawkins).

18 years agowidl: Remove '\n' from yyerror calls.
Alexandre Julliard [Tue, 7 Feb 2006 11:36:20 +0000 (12:36 +0100)] 
widl: Remove '\n' from yyerror calls.

18 years agowidl: Make 'attrs' field of type_t const.
Robert Shearman [Tue, 7 Feb 2006 11:32:57 +0000 (12:32 +0100)] 
widl: Make 'attrs' field of type_t const.

18 years agowidl: Remove unused 'rname' field of type_t.
Robert Shearman [Tue, 7 Feb 2006 11:32:42 +0000 (12:32 +0100)] 
widl: Remove unused 'rname' field of type_t.

18 years agowidl: Merge marshall_arguments and unmarshall_arguments into one
Robert Shearman [Tue, 7 Feb 2006 11:32:24 +0000 (12:32 +0100)] 
widl: Merge marshall_arguments and unmarshall_arguments into one
function to remove the large amount of duplicated code.

18 years agowidl: Yet more const attributes.
Robert Shearman [Tue, 7 Feb 2006 11:31:43 +0000 (12:31 +0100)] 
widl: Yet more const attributes.

18 years agowidl: More const attributes.
Robert Shearman [Tue, 7 Feb 2006 11:31:17 +0000 (12:31 +0100)] 
widl: More const attributes.

18 years agowidl: Fix proc format string for explicit binding handles.
Eric Kohl [Tue, 7 Feb 2006 11:30:55 +0000 (12:30 +0100)] 
widl: Fix proc format string for explicit binding handles.

18 years agowidl: Write out the correct FC type if the structure has pointers.
Robert Shearman [Tue, 7 Feb 2006 11:30:23 +0000 (12:30 +0100)] 
widl: Write out the correct FC type if the structure has pointers.

18 years agowidl: Split pointer writing into a separate function.
Robert Shearman [Tue, 7 Feb 2006 11:30:07 +0000 (12:30 +0100)] 
widl: Split pointer writing into a separate function.

18 years agowidl: Fix pointer detection for structures with embedded arrays.
Robert Shearman [Tue, 7 Feb 2006 11:29:39 +0000 (12:29 +0100)] 
widl: Fix pointer detection for structures with embedded arrays.
Pointers have priority over every other type, so move the detection to
the top of get_struct_type.
Fall through from the embedded array detection to the embedded
structure handling code so that conformance, variance and pointer
presence is inherited from the array's base type.

18 years agowidl: Increment the type format string when writing the pointer
Robert Shearman [Tue, 7 Feb 2006 11:28:33 +0000 (12:28 +0100)] 
widl: Increment the type format string when writing the pointer
layouts.
Write out pointer layouts for structures.

18 years agowidl: Make all pointer fields of expr_t structure constant.
Robert Shearman [Tue, 7 Feb 2006 11:28:20 +0000 (12:28 +0100)] 
widl: Make all pointer fields of expr_t structure constant.

18 years agoClearly indicate that ICCVID and MSVIDC32 do not support compression.
Dmitry Timoshkov [Tue, 7 Feb 2006 11:28:04 +0000 (12:28 +0100)] 
Clearly indicate that ICCVID and MSVIDC32 do not support compression.