Uwe Bonnes
|
6906cbc1bf
|
regsvr32 understands '-' and '/' for arguments.
|
2006-01-16 21:30:38 +01:00 |
Mike McCormack
|
13ea51556d
|
kernel32: Move FileCDR16 in with the other 16bit file functions.
|
2006-01-16 20:51:28 +01:00 |
Mike McCormack
|
a1edebf523
|
kernel32: Declare BindIoCompletionCallback().
|
2006-01-16 20:51:11 +01:00 |
Robert Shearman
|
1f04fc6a49
|
oleaut: Handle a non-byref variant being passed for a byref param in
ITypeInfo::Invoke.
|
2006-01-16 20:44:13 +01:00 |
Robert Shearman
|
d86f8d2ef2
|
oleaut: Only allocate memory once for each array needed for the
arguments in ITypeInfo::Invoke.
|
2006-01-16 20:43:55 +01:00 |
Robert Shearman
|
0f8db3feca
|
oleaut: Simplify missing argument handling in ITypeInfo::Invoke.
Simplify missing argument handling by pre-allocating an array of the
maximum number of missing arguments there could be.
|
2006-01-16 20:43:20 +01:00 |
Huw Davies
|
e7187ff31f
|
msxml: Fix for get_nodeValue on attributes.
|
2006-01-16 20:43:02 +01:00 |
Huw Davies
|
65707fb940
|
msxml: Implement setAttribute.
|
2006-01-16 20:42:39 +01:00 |
Saulius Krasuckas
|
191f21c7d4
|
mscms: Collect some data during profile enumeration.
|
2006-01-16 20:42:24 +01:00 |
Hans Leidekker
|
9ba1876c40
|
kernel: Documentation cleanups.
|
2006-01-16 20:42:09 +01:00 |
Rein Klazes
|
de9400262e
|
user: Avoid buffer overflow in sysparams.c.
Increase buffer size to 12 for getting and setting integer parameters
from/to the registry.
|
2006-01-16 20:41:57 +01:00 |
Mike McCormack
|
7d66567253
|
programs: Use WIN32_LEAN_AND_MEAN in some more places.
|
2006-01-16 20:41:34 +01:00 |
Mike McCormack
|
cb6983fb30
|
wineboot: Use WIN32_LEAN_AND_MEAN.
Use HeapAlloc/HeapFree instead of malloc/free.
|
2006-01-16 20:41:09 +01:00 |
Mike McCormack
|
91199249ec
|
kernel32: Define SCS_64BIT_BINARY.
|
2006-01-16 20:40:33 +01:00 |
Mike McCormack
|
a3348cf4a0
|
ntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIOLATION.
|
2006-01-16 20:40:25 +01:00 |
Mike McCormack
|
0c728255a4
|
ntdll: Add a stub implementation of NtNotifyChangeDirectoryFile.
|
2006-01-16 20:40:11 +01:00 |
Robert Reif
|
eb919b5263
|
dsound: Make dumpCooperativeLevel global.
Remove extern from some function prototypes.
|
2006-01-16 20:39:52 +01:00 |
Robert Reif
|
34ec3a633a
|
dsound: Make some capture functions global.
|
2006-01-16 20:39:14 +01:00 |
Mike McCormack
|
48cbfd7e4c
|
make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
|
2006-01-16 20:38:53 +01:00 |
Mike McCormack
|
b8e5e0168a
|
kernel32: Add FILE_NOTIFY_INFORMATION.
|
2006-01-16 20:38:39 +01:00 |
Mike McCormack
|
477bce38dc
|
msi: Eliminate a fixed length buffer.
|
2006-01-16 20:38:28 +01:00 |
Hans Leidekker
|
f8125a98d8
|
gdi: better implementation for GetCharABCWidthsFloat{A,W}.
|
2006-01-16 20:38:17 +01:00 |
Lionel Ulmer
|
00577aa605
|
ddraw: Better simulate what 'GetVerticalBlankStatus' does on real hardware.
|
2006-01-16 20:38:08 +01:00 |
Michael Jung
|
f87efbd14e
|
unixfs: Fix SetNameOf.
Ensure that pidls passed to SHNotify are absolute SetNameOf should
fail on absolute path names.
Some tests to show this.
|
2006-01-16 20:37:51 +01:00 |
Robert Shearman
|
1616f81d00
|
oleaut: Add const attribute to iterators in get functions.
|
2006-01-14 17:48:12 +01:00 |
Robert Shearman
|
0b2c0d8365
|
oleaut: Initialise more fields in CreateDispTypeInfo.
Don't leave some of the fields of the TLBFuncDesc structure
uninitialised in CreateDispTypeInfo.
|
2006-01-14 17:47:36 +01:00 |
Robert Shearman
|
878af6661e
|
oleaut: Support VT_CY in the typelib marshaller.
|
2006-01-14 17:47:25 +01:00 |
Robert Shearman
|
b3041ba6ad
|
ole: Optimisation for COM Calls.
Add an optimisation to yield and try to allow the RPC to run before
waiting for messages and RPCs to arrive.
|
2006-01-14 17:45:49 +01:00 |
Alexandre Julliard
|
30a90e1842
|
msvcrt: Forward functions to ntdll instead of libc where possible.
|
2006-01-14 17:42:12 +01:00 |
Alexandre Julliard
|
b34ac466b1
|
msvcrt: Added wrappers for a few functions instead of linking them
directly to libc.
|
2006-01-14 17:40:29 +01:00 |
Alexandre Julliard
|
78412005e1
|
msvcrt: Set errno in the standard math functions too, not only in the
_CI* variants.
|
2006-01-14 17:36:23 +01:00 |
Alexandre Julliard
|
ee603ce6dd
|
msvcrt: Make snprintf and snwprintf use the msvcrt version of printf.
Remove todos from tests that succeed now.
|
2006-01-14 17:30:02 +01:00 |
Alexandre Julliard
|
ad8cb6133e
|
msvcrt: Reimplement rand() and srand() to use per-thread data for the
random seed.
|
2006-01-14 17:27:28 +01:00 |
Alexandre Julliard
|
2ec3b96135
|
msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
|
2006-01-14 17:24:49 +01:00 |
Alexandre Julliard
|
f9e5b0f5f0
|
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Make the code thread-safe by using asctime_r if available.
|
2006-01-14 17:22:03 +01:00 |
Michael Jung
|
b52146d95f
|
unixfs: Fix ParseDisplayName.
Build an absolute pidl to query attributes in
UnixFolder::ParseDisplayName.
|
2006-01-14 17:10:53 +01:00 |
James Hawkins
|
d582fdd39e
|
advpack: Remove stub status from implemented functions.
|
2006-01-14 17:10:31 +01:00 |
James Hawkins
|
461904cb6e
|
advpack: Add stubs for CloseINFEngine, OpenINFEngine, and
TranslateInfStringEx.
|
2006-01-14 17:10:16 +01:00 |
James Hawkins
|
9e9fe39774
|
advpack: Add a stub for AddDelBackupEntry.
|
2006-01-14 17:09:02 +01:00 |
Alexandre Julliard
|
cfe45cc130
|
Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro.
|
2006-01-14 17:08:52 +01:00 |
Alexandre Julliard
|
ebe727e56d
|
kernel: Make sure the file contains data for the ReadFile test.
|
2006-01-14 17:08:14 +01:00 |
Alexandre Julliard
|
49c7bbe0de
|
rpcrt4: Fixed asm syntax for rep; movsl.
|
2006-01-14 17:07:28 +01:00 |
Robert Reif
|
52e384f9fb
|
dsound: Rename some functions, make some functions global, and move
some code around.
|
2006-01-14 17:06:52 +01:00 |
Robert Reif
|
2d82fc42f0
|
dsound: Add DSOUND_PrimarySetFormat and use it to set primary format.
|
2006-01-14 17:06:22 +01:00 |
Vitaliy Margolen
|
a5074584a8
|
shell32: Fix cut & paste error.
|
2006-01-14 17:06:03 +01:00 |
Stefan Leichter
|
fa4a93f26b
|
winetest: Add cabinet tests.
|
2006-01-14 17:05:50 +01:00 |
Huw Davies
|
d9fc6985fa
|
msxml: Implement getAttribute.
|
2006-01-14 17:05:32 +01:00 |
Aric Stewart
|
7439c29d07
|
explorer: Handle /select arguments correctly with the new winefile
modifications.
|
2006-01-14 17:05:18 +01:00 |
Jacek Caban
|
d44364d3fe
|
mshtml: Better handling of IDocHostUIHandler in SetClientSite.
|
2006-01-14 17:04:54 +01:00 |
Alexandre Julliard
|
068cedc7f2
|
kernel: Reimplemented the MapHInst functions in assembly.
|
2006-01-13 14:29:30 +01:00 |