André Hentschel
|
008cf3c18c
|
kernel32: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
5a9f3a38dc
|
mountmgr: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
David Hedberg
|
81bbd17c40
|
gdi32: Stay within the clipping area when painting text background.
|
2011-02-01 18:14:09 +01:00 |
Hans Leidekker
|
bf192f6ac9
|
msi: Handle out-of-memory condition in encode_streamname.
|
2011-02-01 18:14:09 +01:00 |
Dmitry Timoshkov
|
38167e71d1
|
winex11.drv: Make sure that default clipping region exists before calling ExcludeUpdateRgn().
|
2011-02-01 18:14:08 +01:00 |
Hans Leidekker
|
bc13c7eb90
|
msi: Reset file attributes before removing a file.
|
2011-02-01 18:14:08 +01:00 |
Hans Leidekker
|
726c045549
|
hnetcfg: Return success from fw_app_put_Enabled.
|
2011-02-01 18:14:08 +01:00 |
Nikolay Sivov
|
1dcf3f7aef
|
oleaut32/tests: Fix a safearray leak (Valgrind).
|
2011-02-01 18:14:07 +01:00 |
Nikolay Sivov
|
a0e7c9996b
|
oleaut32/tests: Fix a IRecordInfo leak (Valgrind).
|
2011-02-01 18:14:07 +01:00 |
Andrew Nguyen
|
1fe904bd08
|
dxdiagn: Avoid caching a single instance of the root container.
|
2011-02-01 18:14:07 +01:00 |
Andrew Nguyen
|
c99e0fbc0e
|
dxdiagn: Simplify the root container initialization.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
8c331e3340
|
dxdiagn: Convert the property linked list to a standard Wine list.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
a421adf0a0
|
dxdiagn: Convert the container linked list to a standard Wine list.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
99e36ffabd
|
dxdiagn: Avoid zeroing memory in container functions.
|
2011-02-01 18:14:06 +01:00 |
Alexandre Julliard
|
efbe695147
|
ntdll: Add a helper function for checking stack frame limits.
|
2011-02-01 12:38:58 +01:00 |
Alexandre Julliard
|
43682ce114
|
ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386.
|
2011-02-01 12:38:58 +01:00 |
Andrew Nguyen
|
f7385699a9
|
ntdll/tests: Avoid casting away const in comparison functions.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
39eb51f978
|
msvcr90/tests: Avoid casting away const in comparison functions.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
c698fc86b9
|
ntdll: Fix one-time warning message output.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
fff50be3e8
|
shell32: Keep at least one reference to the autocompletion object at initialization until the edit window is destroyed.
Spotted with Valgrind.
|
2011-02-01 12:38:48 +01:00 |
Andrew Nguyen
|
4145fe0ec2
|
shell32: Store the autocompletion object pointer in a window property rather than in the window user data.
|
2011-02-01 12:10:40 +01:00 |
Andrew Nguyen
|
4dc304489f
|
shell32: Improve initialization state and parameter handling in IAutoComplete::Init.
|
2011-02-01 12:10:35 +01:00 |
Andrew Nguyen
|
13b834561b
|
shell32/tests: Release the IAutoComplete interface on a failure path.
|
2011-02-01 12:10:13 +01:00 |
Dmitry Timoshkov
|
73ef76538c
|
gdi32: Add ExtSelectClipRgn() tests for memory and window DCs.
|
2011-02-01 12:10:08 +01:00 |
Ken Thomases
|
8a38fbcacc
|
mountmgr: Balance volume references in add_volume().
|
2011-02-01 12:04:54 +01:00 |
Stefan Dösinger
|
af641eb4fd
|
d3d9: Add an sRGB format test.
|
2011-02-01 12:04:35 +01:00 |
Piotr Caban
|
fe5ce7120e
|
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
|
2011-02-01 12:04:08 +01:00 |
Piotr Caban
|
5541b7d13b
|
mshtml: Abort more request in abort_document_bindings.
|
2011-02-01 12:04:00 +01:00 |
Stefan Dösinger
|
73c4fbcc51
|
d3d9: Work around an odd nvidia windows bug.
|
2011-02-01 12:03:24 +01:00 |
Stefan Dösinger
|
d9591d69f4
|
d3d9: Use a proper window class in the device tests.
|
2011-02-01 12:03:03 +01:00 |
Henri Verbeet
|
ddb36691f6
|
wined3d: Pass a const adapter to the format caps checking functions.
|
2011-02-01 12:01:18 +01:00 |
Henri Verbeet
|
4c30b82c83
|
wined3d: Just fail if the texture type is not supported in create_glsl_blt_shader() (LLVM/Clang).
Changing the texture type has no effect at this point, and it wouldn't work
properly anyway.
|
2011-02-01 12:01:10 +01:00 |
Henri Verbeet
|
4125fa62b9
|
d3d9/tests: Check ColorFill() return codes in color_fill_test() (LLVM/Clang).
|
2011-02-01 12:01:06 +01:00 |
Henri Verbeet
|
ebf66c1061
|
d3d8/tests: Release doesn't return a HRESULT (LLVM/Clang).
|
2011-02-01 12:01:00 +01:00 |
Juan Lang
|
36bc1c7f8f
|
crypt32/tests: Don't assign a return value that's never checked (clang).
|
2011-01-31 17:58:19 +01:00 |
Juan Lang
|
2984605602
|
crypt32/tests: Remove dead assignments (clang).
|
2011-01-31 17:58:14 +01:00 |
Juan Lang
|
a4fe05a0f3
|
crypt32/tests: Test some return values (clang).
|
2011-01-31 17:58:07 +01:00 |
Juan Lang
|
d0f1e19532
|
crypt32/tests: Test return value rather than output buffer before checking buffer contents (clang).
|
2011-01-31 17:57:59 +01:00 |
Alexander Scott-Johns
|
356eaa1ee2
|
winex11.drv: Improve error handling in bitmap synthesizing code.
|
2011-01-31 17:39:51 +01:00 |
Alexander Scott-Johns
|
d2d4fe67be
|
winex11.drv: Remove unused constant, and fix a comment.
|
2011-01-31 17:39:51 +01:00 |
Alexander Morozov
|
f5b39cfc3c
|
winemapi: Address can contain "SMTP:".
|
2011-01-31 17:39:50 +01:00 |
Alexander Morozov
|
e5dee7d965
|
winemapi: Implement MAPIResolveName.
|
2011-01-31 17:39:50 +01:00 |
Alexandre Julliard
|
9302045ae6
|
opencl: Avoid size_t in traces.
|
2011-01-31 15:36:45 +01:00 |
Alexandre Julliard
|
852d9675bc
|
ntdll/tests: Avoid sizeof in a trace.
|
2011-01-31 15:36:32 +01:00 |
Alexandre Julliard
|
daab2c114d
|
dbghelp: Fix an uninitialized return value.
|
2011-01-31 15:36:23 +01:00 |
Detlef Riekenberg
|
49a8bb0aa0
|
msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages.
|
2011-01-31 14:30:27 +01:00 |
Alexandre Julliard
|
c865b3f8e0
|
ntdll: Fix frame address check in RtlCaptureStackBackTrace to match what RtlUnwind does.
|
2011-01-31 14:30:26 +01:00 |
Eric Pouech
|
935ac12d04
|
dbghelp: Properly declare variables with thread storage from codeview debug format.
|
2011-01-31 14:30:25 +01:00 |
Eric Pouech
|
031cce8e77
|
dbghelp: Added support for variables in thread storage.
|
2011-01-31 14:30:13 +01:00 |
Alexander Scott-Johns
|
e81e49787c
|
winex11.drv: Remove broken HeapFree call.
|
2011-01-31 14:05:39 +01:00 |
Alexander Scott-Johns
|
e39fc20638
|
ole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.
|
2011-01-31 14:05:15 +01:00 |
Alexander Scott-Johns
|
6c6b15f2d4
|
user32: Partially fix clipboard viewer infinite recursion bug.
|
2011-01-31 14:04:54 +01:00 |
Charles Davis
|
8c6353ea7e
|
winecoreaudio: Fix deprecation warnings in mixer.c.
|
2011-01-31 13:01:13 +01:00 |
Charles Davis
|
94d1e8ec7f
|
winecoreaudio: Fix deprecation warnings in audio.c.
|
2011-01-31 13:01:13 +01:00 |
Charles Davis
|
b149d7bc7b
|
winecoreaudio: Fix deprecation warnings in audiounit.c.
|
2011-01-31 13:01:12 +01:00 |
Charles Davis
|
459d9427a8
|
winecoreaudio: Don't use Component Manager on Mac OS 10.6.
|
2011-01-31 13:01:12 +01:00 |
Eric Pouech
|
1f0e9499e5
|
kernel32: Use binary search for key lookup in terminfo generated data.
|
2011-01-31 13:01:12 +01:00 |
Eric Pouech
|
6d75a47b6d
|
kernel32: Added shift & ctrl modifiers for function keys.
|
2011-01-31 13:01:11 +01:00 |
Eric Pouech
|
be69efa51d
|
kernel32: Added support for extended capacities in terminfo for xterm-like terminals.
|
2011-01-31 13:01:11 +01:00 |
Eric Pouech
|
00767952e7
|
kernel32: Store key len in dbkey_pair structure for efficiency reasons.
|
2011-01-31 13:01:11 +01:00 |
Hans Leidekker
|
541c116368
|
kernel32/tests: Add a test for ioctl 0x560000.
|
2011-01-31 13:01:10 +01:00 |
Hans Leidekker
|
d491346861
|
mountmgr: Add a stub implementation of ioctl 0x560000.
|
2011-01-31 13:01:10 +01:00 |
Michael Stefaniuc
|
8bf1940c62
|
d3d8: COM cleanup for the IDirect3DTexture8 iface.
|
2011-01-31 13:01:09 +01:00 |
Michael Stefaniuc
|
8a13f059ea
|
d3d8: COM cleanup for the IDirect3DCubeTexture8 iface.
|
2011-01-31 13:01:09 +01:00 |
Michael Stefaniuc
|
75cc89857e
|
d3d8: Remove the unused struct IDirect3DResource8Impl.
The rest was removed in cdb7a94ae2 .
|
2011-01-31 13:01:09 +01:00 |
Michael Stefaniuc
|
8ec3238b5e
|
d3d8: COM cleanup for the IDirect3DSwapChain8 iface.
|
2011-01-31 13:01:08 +01:00 |
Michael Stefaniuc
|
05b6032fb6
|
d3d8: COM cleanup for the IDirect3DVolume8 iface.
|
2011-01-31 13:01:08 +01:00 |
Jacek Caban
|
c8a953c5d0
|
mshtml: Added support for recursive script runners.
|
2011-01-31 13:01:08 +01:00 |
Jacek Caban
|
bfebbbb13e
|
mshtml: Added script execution time tests.
|
2011-01-31 13:01:07 +01:00 |
Wolfram Sang
|
5cb4c55335
|
comdlg32: Filedlg should not add extension if it contains a glob.
|
2011-01-31 13:01:07 +01:00 |
Eric Pouech
|
08f13cbd39
|
kernel32: Added support for ctrl-home (aka clear from beginning of line) in line edition in win32 mode.
|
2011-01-31 12:31:35 +01:00 |
Nikolay Sivov
|
7a57f02b8d
|
msvcrt: Implement _fcvt_s().
|
2011-01-31 12:31:22 +01:00 |
Nikolay Sivov
|
4ca01b3475
|
shell32/tests: Fix a dependency on unimplemented function call (Valgrind).
|
2011-01-31 12:29:35 +01:00 |
Nikolay Sivov
|
219f477a05
|
shlwapi/tests: Reset cookie after service revoked (Valgrind).
|
2011-01-31 12:28:38 +01:00 |
Nikolay Sivov
|
5f26248a39
|
explorerframe/tests: Initialize hit test point before first use (Valgrind).
|
2011-01-31 12:28:33 +01:00 |
Nikolay Sivov
|
0edfb1b4a0
|
comctl32/tests: Initialize item mask on item insert (Valgrind).
|
2011-01-31 12:28:29 +01:00 |
Nikolay Sivov
|
d902249e54
|
oleaut32: Fix default parameter variant leak (Valgrind).
|
2011-01-31 12:28:25 +01:00 |
Henri Verbeet
|
96d225d4dd
|
wined3d: Get rid of the IWineD3DStateBlockImpl typedef.
|
2011-01-31 12:25:05 +01:00 |
Henri Verbeet
|
b98cd5d982
|
wined3d: Get rid of the IWineD3DStateBlock typedef.
|
2011-01-31 12:25:01 +01:00 |
Henri Verbeet
|
4b109ff1f8
|
wined3d: Remove COM from the stateblock.
|
2011-01-31 12:24:58 +01:00 |
Henri Verbeet
|
a538d28f28
|
wined3d: Set color / depth / stencil surfaces to NULL before releasing them in IWineD3DDeviceImpl_Uninit3D().
|
2011-01-31 12:24:55 +01:00 |
Detlef Riekenberg
|
58786dc8ea
|
msvcrt: Add private define and header tests for _set_error_mode options.
|
2011-01-28 17:41:51 +01:00 |
Alexander Scott-Johns
|
42fc3b6430
|
winex11.drv: Implement synthesizing the CF_ENHMETAFILE clipboard format from CF_METAFILEPICT.
|
2011-01-28 17:41:51 +01:00 |
Alexander Scott-Johns
|
198a55bd6e
|
user32/tests: Test getting the data from synthesized clipboard formats.
|
2011-01-28 17:41:51 +01:00 |
Greg Geldorp
|
e45caf5d6b
|
winmm/tests: Skip some tests on VMware.
|
2011-01-28 17:41:51 +01:00 |
Alexander Morozov
|
6fb10a6e91
|
shell32: Partially implement Folder::get_Title.
|
2011-01-28 17:41:50 +01:00 |
Alexander Morozov
|
2870098753
|
shell32: Implement IShellDispatch::NameSpace.
|
2011-01-28 17:41:50 +01:00 |
Charles Davis
|
4e44e153c5
|
ntdll: Check for case-insensitive volumes.
|
2011-01-28 17:23:57 +01:00 |
Stefan Reimer
|
1c25577873
|
wined3d: Adding AMD HD5670, HD5570, HD5550, HD5450 detection.
|
2011-01-28 17:23:57 +01:00 |
Alexander Scott-Johns
|
d73db97104
|
ole32: Add support for rendering HBITMAP clipboard objects.
|
2011-01-28 17:23:56 +01:00 |
Alexander Scott-Johns
|
0f4fbd30f6
|
ole32: Add support for rendering METAFILEPICT clipboard objects.
|
2011-01-28 17:23:56 +01:00 |
Kusanagi Kouichi
|
c117d45cb3
|
gdi32: Reject invalid character range in GetCharABCWidthsA.
|
2011-01-28 14:50:20 +01:00 |
Kusanagi Kouichi
|
c706ecea82
|
gdi32/tests: Add some more tests for GetCharABCWidthsA.
|
2011-01-28 12:50:53 +01:00 |
Alexandre Julliard
|
76fb69bf3d
|
user32: Fix LoadImage behavior with zero size and no LR_DEFAULTSIZE.
Based on a patch by Marcus Meissner.
|
2011-01-28 12:44:21 +01:00 |
Alexandre Julliard
|
ab4a5a327d
|
user32: Propagate the LoadImage flags into the low-level loader functions.
|
2011-01-28 12:42:56 +01:00 |
Marcus Meissner
|
6e077e0bc0
|
user32: Get MDI icon as close the "small icon" as possible.
|
2011-01-28 12:03:50 +01:00 |
Nikolay Sivov
|
81c4f2a25f
|
msvcrt: Forward _realloc_crt to realloc.
|
2011-01-28 12:00:10 +01:00 |
Michael Stefaniuc
|
7f184144ff
|
d3d8: COM cleanup for the IWineD3DDeviceParent_iface.
|
2011-01-28 11:59:45 +01:00 |
Michael Stefaniuc
|
54a61ae734
|
d3d8: Finish the COM cleanup of the IDirect3DDevice8 iface.
|
2011-01-28 11:59:39 +01:00 |
Michael Stefaniuc
|
dec337acac
|
d3d8: Use impl_from_IDirect3DDevice8() instead of the iface to object cast.
|
2011-01-28 11:59:34 +01:00 |
Vincent Povirk
|
8a8808984e
|
mscoree: Implement GetFileVersion.
|
2011-01-28 11:59:21 +01:00 |
Henri Verbeet
|
8872239088
|
ddraw: Link directly to wined3d.
|
2011-01-28 11:59:02 +01:00 |
Henri Verbeet
|
69ea0884ab
|
d3d9: Check the correct swapchain in IDirect3DDevice9Impl_GetSwapChain() (LLVM/Clang).
|
2011-01-28 11:58:09 +01:00 |
Henri Verbeet
|
1b726498ed
|
wined3d: Set all render targets to NULL in IWineD3DDeviceImpl_Uninit3D().
|
2011-01-28 11:58:06 +01:00 |
Alexandre Julliard
|
16a2ea5c8f
|
dbghelp: Use wine64 as loader name on 64-bit.
|
2011-01-28 11:57:46 +01:00 |
Alexandre Julliard
|
3bae7d0383
|
dbghelp: Add a helper function to determine the name of the wine loader.
|
2011-01-28 11:41:14 +01:00 |
Jacek Caban
|
020245bba1
|
jscript: Fixed some clang warnings.
|
2011-01-27 16:32:22 +01:00 |
Alexander Morozov
|
c0ab36949d
|
shell32/tests: Fix test failure on some NT4.
|
2011-01-27 16:32:16 +01:00 |
Hans Leidekker
|
1549088da0
|
winhttp/tests: Test a return value (clang).
|
2011-01-27 16:31:49 +01:00 |
Hans Leidekker
|
08c3d2a5ab
|
msi: Skip rollback custom actions.
|
2011-01-27 16:31:45 +01:00 |
Hans Leidekker
|
aae1b21092
|
msi: Initialize a variable in get_patch_product_codes (clang).
|
2011-01-27 16:31:37 +01:00 |
Hans Leidekker
|
eb4e5d6024
|
msi: Return the correct disk prompt size from MsiSourceListEnumMediaDisksW (clang).
|
2011-01-27 16:31:32 +01:00 |
Hans Leidekker
|
53b5e7f319
|
msi: Check a return value (clang).
|
2011-01-27 16:31:25 +01:00 |
Hans Leidekker
|
4a7371e32d
|
msi/tests: Test a return value (clang).
|
2011-01-27 16:31:19 +01:00 |
Hans Leidekker
|
af3733cde5
|
msi: Use a return value (clang).
|
2011-01-27 16:31:13 +01:00 |
Hans Leidekker
|
e861283a62
|
msi: Make sure the return value is initialized in save_table (clang).
|
2011-01-27 16:31:07 +01:00 |
Hans Leidekker
|
15f0cc3130
|
msi: Check the return value of IActiveScript_AddNamedItem (clang).
|
2011-01-27 16:30:58 +01:00 |
Hans Leidekker
|
a84af95d3e
|
msi/tests: Consistently test return values (clang).
|
2011-01-27 16:30:53 +01:00 |
Hans Leidekker
|
78ce0a7350
|
msi: Check the return value of fetch_int (clang).
|
2011-01-27 16:30:48 +01:00 |
Alexandre Julliard
|
c469b77624
|
kernel32: Add proper English messages for all error codes.
|
2011-01-27 15:23:56 +01:00 |
Greg Geldorp
|
90df19f05a
|
shell32/tests: Use long file name.
Test is about the extension, so let's un-complicate it by using long path
names.
|
2011-01-27 14:20:48 +01:00 |
Greg Geldorp
|
0abf2da022
|
msi/tests: Check 64-bit reg view if key not present in 32-bit view.
|
2011-01-27 14:20:35 +01:00 |
Michael Stefaniuc
|
421b6527f2
|
shell32: Use ifaces instead of vtbl pointers in RecycleBin.
|
2011-01-27 14:20:21 +01:00 |
Vincent Povirk
|
757012cd3c
|
gdiplus: Test the types of records in an empty EMF+.
|
2011-01-27 14:16:47 +01:00 |
Vincent Povirk
|
a06b4bc59b
|
gdiplus: Test for EMF+ recording.
|
2011-01-27 14:16:38 +01:00 |
Vincent Povirk
|
e029d71c4b
|
gdiplus: Stub GdipGetHemfFromMetafile.
|
2011-01-27 14:15:59 +01:00 |
Michael Stefaniuc
|
c2bf9a6b79
|
d3dx9_36: COM cleanup for the ID3DXSprite iface.
|
2011-01-27 14:15:22 +01:00 |
Michael Stefaniuc
|
697a9a1ac5
|
d3dx9_36: COM cleanup for the ID3DXMesh iface.
|
2011-01-27 14:15:17 +01:00 |
Michael Stefaniuc
|
a9065082da
|
d3dx9_36: COM cleanup for the ID3DXMatrixStack iface.
|
2011-01-27 14:15:13 +01:00 |
Michael Stefaniuc
|
7342f34ef7
|
d3dx9_36: COM cleanup for the ID3DXFont iface.
|
2011-01-27 14:15:08 +01:00 |
Michael Stefaniuc
|
7660526337
|
d3dx9_36: COM cleanup for the ID3DXBuffer iface.
|
2011-01-27 14:15:04 +01:00 |
Michael Stefaniuc
|
c84b8dbd3e
|
d3dx9_36: COM cleanup for the ID3DXInclude iface.
|
2011-01-27 14:14:59 +01:00 |
Michael Stefaniuc
|
b88e09e221
|
d3dx9_36: COM cleanup for the ID3DXEffectPool iface.
|
2011-01-27 14:14:55 +01:00 |
Michael Stefaniuc
|
03321ad0fb
|
d3dx9_36: COM cleanup for the ID3DXEffect iface.
|
2011-01-27 14:14:51 +01:00 |
Nikolay Sivov
|
8d09b40835
|
msvcrt: Implement _wsopen_s.
|
2011-01-27 14:14:41 +01:00 |
Henri Verbeet
|
34bd603b9e
|
d3d9/tests: Add a test for the NULL format.
|
2011-01-27 14:14:04 +01:00 |
Henri Verbeet
|
71b46689bc
|
d3d8/tests: Add a test for the NULL format.
|
2011-01-27 14:13:59 +01:00 |
Henri Verbeet
|
c964134a59
|
wined3d: Add support for the NULL format.
|
2011-01-27 14:13:55 +01:00 |
Henri Verbeet
|
2469597e2a
|
wined3d: Verify we have at least one framebuffer attachment before doing clears or draws.
|
2011-01-27 14:13:39 +01:00 |
Alexandre Julliard
|
b41cc4865c
|
ntdll: Get rid of support for register entry points on x86_64.
|
2011-01-27 14:12:41 +01:00 |
Alexandre Julliard
|
672a084584
|
ntdll: Implement RtlRaiseException for x86_64 directly instead of using the winebuild-generated code.
|
2011-01-27 14:12:41 +01:00 |
Alexandre Julliard
|
1e6ff42d03
|
ntdll: Implement set_cpu_context for x86_64 directly instead of using the winebuild-generated code.
|
2011-01-27 14:12:41 +01:00 |
Alexandre Julliard
|
33e6238f04
|
ntdll: Avoid copying and restoring the context in RtlCaptureContext for x86_64.
|
2011-01-27 14:12:23 +01:00 |
Alexandre Julliard
|
aa4ad6d766
|
ntdll: Capture the context inside RtlUnwindEx instead of assuming it's already initialized.
|
2011-01-27 14:10:34 +01:00 |
Alexandre Julliard
|
2e81ba5f4f
|
include: Add a prototype for RtlUnwindEx on x86_64.
|
2011-01-27 14:10:31 +01:00 |
Alexandre Julliard
|
7c95b251e0
|
msvcrt: Add a non-optimized implementation for the SSE2 math functions.
|
2011-01-26 20:48:48 +01:00 |
Marcus Meissner
|
09e29486ae
|
ws2_32: Implemented SO_CONNECT_TIME stub.
|
2011-01-26 17:31:40 +01:00 |
Greg Geldorp
|
e5cc92f35b
|
shell32/tests: Remove shlwapi dependency.
|
2011-01-26 15:00:14 +01:00 |
Nikolay Sivov
|
2a6060f4c4
|
msvcrt: Implemented _sopen_s.
|
2011-01-26 15:00:13 +01:00 |
Michael Stefaniuc
|
bb6ae095d4
|
d3d8: Pass an object instead of an iface to an internal function.
|
2011-01-26 15:00:13 +01:00 |