Francois Gouget
|
6f734ac7b9
|
snmpapi: Fix the winapi_check warnings.
|
2007-01-26 12:55:56 +01:00 |
Huw Davies
|
305e4949ee
|
widl: Don't restrict the number of params of [prop*] functions.
|
2007-01-26 12:22:40 +01:00 |
Huw Davies
|
f994c35a3e
|
widl: Add VT_DATE support to typelib generation.
|
2007-01-26 12:22:38 +01:00 |
Alexandre Julliard
|
2eee874382
|
widl: Make some generated variables static and/or const.
|
2007-01-26 12:09:25 +01:00 |
Alexandre Julliard
|
2b9c01eed2
|
widl: Avoid dependency on COBJMACROS in generated code.
|
2007-01-26 12:09:14 +01:00 |
Alexandre Julliard
|
9505b50ccf
|
widl: Define __midl_proxy in the generated proxy code.
|
2007-01-26 12:09:03 +01:00 |
Alexandre Julliard
|
1a25936ca9
|
widl: Add a few more fields in the stub descriptor.
|
2007-01-26 12:08:51 +01:00 |
Alexandre Julliard
|
6c559cafab
|
widl: Rename a couple of variables to make the code closer to what midl generates.
|
2007-01-26 12:04:40 +01:00 |
Alexandre Julliard
|
7e4a985269
|
widl: Initialize local variables in stub functions.
|
2007-01-26 12:03:02 +01:00 |
Alexandre Julliard
|
9e6acf818f
|
widl: Use the typegen function for marshalling/unmarshalling in proxies.
|
2007-01-26 12:00:42 +01:00 |
Alexandre Julliard
|
9f1e9ad326
|
widl: Copy the UserMarshal support into the generic code.
|
2007-01-26 11:59:58 +01:00 |
Francois Gouget
|
d96cfd0734
|
sfc_os: Update win32.api to fix the winapi_check warnings.
|
2007-01-25 11:05:40 +01:00 |
Alexandre Julliard
|
8d50f9d054
|
widl: Add support for some simple pointer types.
|
2007-01-24 20:10:57 +01:00 |
Alexandre Julliard
|
d885244148
|
widl: Store the interface id in _StubMsg.MaxCount for iid_is pointers.
|
2007-01-24 20:10:07 +01:00 |
Alexandre Julliard
|
4f106ca398
|
widl: Fix alignment check for struct members format string.
|
2007-01-24 20:08:50 +01:00 |
Alexandre Julliard
|
8996c79d83
|
widl: Fix possible crash in write_array_tfs.
|
2007-01-24 20:08:06 +01:00 |
Alexandre Julliard
|
8e3c5c9ab9
|
widl: Skip local functions when building format strings.
|
2007-01-24 20:06:51 +01:00 |
Alexandre Julliard
|
6dd5afd723
|
widl: Export a function to compute the proc format string size for a function.
|
2007-01-24 20:05:22 +01:00 |
Alexandre Julliard
|
6655071a3f
|
widl: Move initialization of the stub buffer size into write_remoting_arguments().
|
2007-01-24 20:02:05 +01:00 |
Alexandre Julliard
|
85ed9ca31a
|
widl: Move support for stub arguments to typegen.c to make it usable for proxies too.
|
2007-01-24 19:59:16 +01:00 |
Alexandre Julliard
|
7d65939825
|
include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it.
|
2007-01-24 16:24:19 +01:00 |
Alexandre Julliard
|
8c87511109
|
make_makefiles: Ignore IDL_H_SRCS targets in all directories.
|
2007-01-23 12:17:42 +01:00 |
Alexandre Julliard
|
43ac6ed995
|
widl: Convert expression lists to standard Wine lists.
Add a specific type for array dimensions.
|
2007-01-22 14:31:40 +01:00 |
Alexandre Julliard
|
eed74e4e4a
|
widl: Convert variable lists to standard Wine lists.
|
2007-01-22 14:26:12 +01:00 |
Alexandre Julliard
|
58827d026b
|
widl: Convert function lists to standard Wine lists.
|
2007-01-22 14:23:08 +01:00 |
Alexandre Julliard
|
e262933bdf
|
widl: Convert interface lists to standard Wine lists.
|
2007-01-22 14:21:56 +01:00 |
Alexandre Julliard
|
e998590557
|
widl: Convert attribute lists to standard Wine lists.
|
2007-01-22 14:20:36 +01:00 |
Alexandre Julliard
|
5b0bf5dc76
|
widl: Convert typelib lists to standard Wine lists.
|
2007-01-22 14:10:30 +01:00 |
Alexandre Julliard
|
5aba7b0c67
|
widl: Use existing functions to retrieve attributes for typelibs.
|
2007-01-22 14:09:46 +01:00 |
Alexandre Julliard
|
75c2184f87
|
widl: Include objbase.h so that generated proxy file compiles on Wine.
|
2007-01-19 13:17:17 +01:00 |
Alexandre Julliard
|
0edfacdb6a
|
widl: Generate proxy/client/server files when requested explicitly even if they are empty.
|
2007-01-19 12:46:19 +01:00 |
Francois Gouget
|
b0bde6b87c
|
Assorted spelling fixes.
|
2007-01-18 12:56:52 +01:00 |
Alexandre Julliard
|
04ac4bee21
|
wmc: Use standard format for error messages.
|
2007-01-16 16:00:55 +01:00 |
Alexandre Julliard
|
90b839592b
|
wmc: Added support for neutral languages.
|
2007-01-16 11:43:56 +01:00 |
Kai Blin
|
71925fe76c
|
winetools: Fix installing on distributions without a root password.
|
2007-01-16 11:19:36 +01:00 |
Alexandre Julliard
|
fb40dc4099
|
server: Added mechanism for returning results of APC calls.
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
|
2007-01-15 22:24:40 +01:00 |
Francois Gouget
|
d9279fcda4
|
wine.inf: We cannot create fake dlls for 16bit libraries. So remove ddeml.dll.
|
2007-01-10 22:25:18 +01:00 |
Alexandre Julliard
|
05ef63e897
|
make_makefiles: Get rid of the rules for dll symlinks.
|
2007-01-10 13:58:00 +01:00 |
Eric Pouech
|
2885555b41
|
winedump: Fixed signature for dumping MDMP files.
|
2007-01-10 12:00:05 +01:00 |
Alexandre Julliard
|
442243257b
|
wrc: Added support for utf-8 codepage.
|
2007-01-09 22:21:53 +01:00 |
Patrik Stridvall
|
8ef6b39c9f
|
make_makefiles: Add *_crosstest.exe to .gitignore.
|
2007-01-09 12:15:11 +01:00 |
Eric Pouech
|
9d10c66dc8
|
winedump: Add support for derived types in codeview type info.
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
b8ae9dccbe
|
winedump: Fix a couple of issues with types table walking.
Align types to DWORD boundaries.
Split types dumping functions into two versions (one without offsets
table, the second one with offset table).
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
f2ef7cf442
|
winedump: Dump S_SSEARCH_V1 symbols.
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
fbb9d5f7d9
|
winedump: Added for dumping sstAlignSym and sstGlobalTypes COFF sections.
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
b675ac3919
|
winedump: Handling of S_SALIGN symbols.
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
8a68e46953
|
winedump: Re-use existing codeview facilities to dump OMF files.
|
2007-01-06 11:40:45 +01:00 |
Eric Pouech
|
bbef1cbd2d
|
winedump: Removed cvinclude.h.
|
2007-01-06 11:40:44 +01:00 |
Eric Pouech
|
4141eafb8f
|
winedump: Added dumping of RSDS header from module.
|
2007-01-06 11:40:44 +01:00 |
Eric Pouech
|
07d681b0d9
|
winedump: Added helper to convert a guid to a string.
|
2007-01-06 11:40:44 +01:00 |