Juan Lang
17da3004ef
rsaenh: Split CPImportKey into a helper function for each type of key supported.
2009-01-29 12:39:40 +01:00
Juan Lang
30764edd12
rsaenh: Use helper function to install keys.
2009-01-29 12:22:28 +01:00
Juan Lang
8f4a491489
rsaenh: Separate storing a key container's keys from releasing them.
2009-01-29 12:22:21 +01:00
Juan Lang
21a3ae0b7c
rsaenh: Add a test for importing a key into a container and acquiring a container with the same name before the original container is released.
2009-01-29 12:22:15 +01:00
Juan Lang
e8ea6700ca
rsaenh: Honor a key's permissions when exporting a private key.
2009-01-29 12:22:07 +01:00
Juan Lang
8265569e99
rsaenh: Split CPExportKey into helper functions for each export type.
2009-01-29 12:21:59 +01:00
Juan Lang
0eb9ae17fe
rsaenh: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29 12:21:50 +01:00
Juan Lang
1cc5886771
rsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquireContext and CryptGenKey.
2009-01-29 12:21:45 +01:00
Juan Lang
cc1e6eed7e
rsaenh: Honor the CRYPT_EXPORTABLE flags to CryptImportKey.
2009-01-29 12:21:38 +01:00
Juan Lang
ba01e7b2b9
rsaenh: Add tests for key permissions.
2009-01-29 12:21:25 +01:00
Dan Kegel
7f3c70c52f
msvcrt: Remove CRs earlier in ascii mode in fseek, too.
2009-01-29 12:21:11 +01:00
Dan Kegel
5bf1ae82f1
msvcrt: _flsbuf zeroes _cnt.
2009-01-29 12:20:44 +01:00
Alasdair Sinclair
c2c564db9d
user32/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:51 +01:00
Alasdair Sinclair
986b957e4a
winmm/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:49 +01:00
Alasdair Sinclair
ac1ef319ac
urlmon/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:47 +01:00
Alasdair Sinclair
0bd6da81c5
msi/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:44 +01:00
Alasdair Sinclair
9de1f80999
mshtml/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:42 +01:00
Paul Vriens
407f0d9f56
kernel32/tests: Fix some test failures on Win9x and WinME (GetPrivateProfileString).
2009-01-29 12:19:35 +01:00
Paul Vriens
48f035bd4c
kernel32/tests: Fix some test failures on Win9x and WinME (GetPrivateProfileSectionNames).
2009-01-29 12:19:29 +01:00
Paul Vriens
7099cdebd5
kernel32/tests: Fix some test failures on several platforms.
2009-01-29 12:19:19 +01:00
Gerald Pfeifer
ee1d767fd8
iphlpapi: #define RTF_LLINFO if not in system headers.
2009-01-29 12:19:11 +01:00
Anders Jonsson
100df7378d
comdlg32: Update Swedish translation.
2009-01-29 12:19:00 +01:00
Aric Stewart
c6ba4eed01
shell32: In ParseDisplayName make use of shdocvw if the display name is not a drive but has a :.
2009-01-29 12:18:42 +01:00
Aric Stewart
7392162ed1
setupapi: Implement pSetupInstallCatalog.
2009-01-29 12:18:17 +01:00
Hans Leidekker
67c38bd472
wininet: Mark IE6 behaviour of HttpSendRequestW as broken.
2009-01-29 12:18:01 +01:00
Hans Leidekker
2095ba19bb
kernel32: Add stub implementations of Wow64DisableWow64FsRedirection and Wow64RevertWow64FsRedirection.
2009-01-29 12:17:58 +01:00
Alexandre Julliard
f8313855e4
ntdll: Convert the DbgPrint* functions to use MS ABI varargs.
2009-01-28 19:38:19 +01:00
Alexandre Julliard
649a576fd0
ntdll: Copy the msvcrt printf implementation to ntdll to allow supporting MS ABI varargs.
2009-01-28 19:38:19 +01:00
Alexandre Julliard
7b82b98ee8
gdi32: Don't hold the GDI lock while calling the Freetype font engine functions.
2009-01-28 19:38:15 +01:00
Alexandre Julliard
f1ea7a40f8
gdi32: Get rid of GDI_ReallocObject.
2009-01-28 19:04:04 +01:00
Alexandre Julliard
a83c81b544
gdi32: Allocate palette entries separately from the main GDI object.
...
This allows resizing the palette without changing the object pointer.
2009-01-28 19:02:17 +01:00
Alexandre Julliard
de831f334c
gdi32: Release GDI handles before freeing the object.
...
This makes it unnecessary to hold the GDI lock during destruction.
2009-01-28 18:45:21 +01:00
Alexandre Julliard
311c53db4f
gdi32: Allocate and initialize GDI objects before giving them a handle.
...
This makes it unnecessary to hold the GDI lock since the object
cannot be accessed before it has a handle.
2009-01-28 18:43:06 +01:00
Alexandre Julliard
5811a2ccb4
gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types.
2009-01-28 16:20:56 +01:00
Uwe Bonnes
d0e77f8a47
msvcrt/tests: Test case to show Wine still mishandles file text mode.
2009-01-28 14:36:52 +01:00
Igor Tarasov
1b17c8d057
gdi32: Add logcal points to device points conversion for source bitmap before bit stretching.
2009-01-28 14:28:01 +01:00
Rob Shearman
47adeb0525
rpcrt4: Add tests for NdrGetUserMarshalInfo.
2009-01-28 14:16:19 +01:00
Rob Shearman
78ac42bb1c
rpcrt4: Implement NdrGetUserMarshalInfo.
2009-01-28 14:16:13 +01:00
Rob Shearman
b46f168650
rpcrt4: Don't test for a specific value for fBufferValid in test_client_init.
...
It's not consistent across different Windows versions.
2009-01-28 14:16:01 +01:00
Rob Shearman
0025bdf607
ole32: Fix a missing CoUninitialize in test_CoFreeUnusedLibraries.
2009-01-28 14:15:48 +01:00
Rob Shearman
9353dff5b3
ole32: Fix some tests that fail on NT4 and Win9x.
...
Round the expected sizes up to the alignment used by HeapSize, which
is 4 on Win9x and NT4 but 1 in more recent versions.
Additionally fix an IGlobalInterfaceTable test which erroneously
succeeds on these older OSs.
2009-01-28 14:15:42 +01:00
Alistair Leslie-Hughes
a1b4ee8866
mshtml: Add missing interfaces.
2009-01-28 14:15:05 +01:00
Austin English
78cffc6e91
authz: Add stub dll.
2009-01-28 14:11:56 +01:00
Aric Stewart
43db8477af
msctf: Add stub ITfThreadMgr interface.
2009-01-28 14:06:21 +01:00
Aric Stewart
b8416b9ccb
msctf: Add definition of CLSID_TF_ThreadMgr.
2009-01-28 14:02:26 +01:00
Aric Stewart
2e5a562020
msctf: Add regsvr functions.
2009-01-28 14:00:17 +01:00
Aric Stewart
a74aeae6e4
msctf: Add base dll framework.
2009-01-28 13:58:32 +01:00
Ricardo Filipe
cb8297623a
pdh: Add stub for EdhEnumObjectItemsA/W.
2009-01-28 13:47:07 +01:00
Ricardo Filipe
141dcff441
ntdll: Add stub for RtlDecompressBuffer.
2009-01-28 13:46:15 +01:00
Hervé Chanal
c18d34048d
shell32: A new icon for mydocs.
2009-01-28 13:46:10 +01:00
Hervé Chanal
cd52a20637
shell32: A new icon for trash_file.
2009-01-28 13:45:08 +01:00
Hervé Chanal
46d2a670d2
shell32: A new icon for mycomputer.
2009-01-28 13:43:56 +01:00
Paul Vriens
cca75cc147
kernel32/tests: Don't crash when run as a normal user.
2009-01-28 12:32:22 +01:00
Paul Vriens
dda0fe451d
kernel32/tests: Fill the buffer to show a bug in Wine.
2009-01-28 12:32:05 +01:00
Huw Davies
bc93467f5d
ole32: The bigblockfile on ILockBytes implementation should work on any ILockBytes not just those based on HGLOBAL.
2009-01-28 12:31:53 +01:00
Huw Davies
bfc32ae0c6
ole32: Add a helper function to return the file size and modify EnsureExists to use it.
2009-01-28 12:31:25 +01:00
Huw Davies
cc7edbe3b5
ole32: Move functions around in file to avoid forward declarations.
2009-01-28 12:31:08 +01:00
Huw Davies
70ee112337
ole32: Move private data structure out of header file.
2009-01-28 12:31:01 +01:00
Michael Stefaniuc
ffae0123ac
setupapi: Remove superfluous pointer casts.
2009-01-28 12:30:57 +01:00
Michael Stefaniuc
903585162d
crypt32: Remove remaining superfluous pointer casts.
2009-01-28 12:30:54 +01:00
Michael Stefaniuc
c0d2a21dd1
dinput: Remove superfluous pointer casts.
2009-01-28 12:30:51 +01:00
Marcus Meissner
7111ca5506
d3d9: Remove useless NULL check in stateblock test (Coverity).
2009-01-28 12:30:48 +01:00
Marcus Meissner
43eb9ab9d7
riched20: rcUpdate cannot be NULL in ME_PaintContent (Coverity).
2009-01-28 12:30:43 +01:00
Dylan Smith
f42e151a6c
richedit: Updated internal style flags on EM_SHOWSCROLLBAR.
...
The internal style flags are used to determine whether to show or hide
the scrollbar when ME_UpdateScrollBar is called. EM_SHOWSCROLLBAR seems
to update this state in native richedit controls.
2009-01-28 12:11:59 +01:00
Dylan Smith
a051a23119
richedit: Suppress scrollbar if missing WS_[VH]SCROLL style.
...
If the scrollbar style isn't initially used, then the scrollbar should
be shown. Otherwise this can be a problem when the horizontal scrollbar
is shown for a single line richedit control, since it will cover all the
text (See bug 12088).
2009-01-28 12:11:44 +01:00
Dylan Smith
5d74f58382
richedit: Actually store end of line string for end paragraph runs.
...
Previously a count of the carraige returns and line feeds were stored
for end of paragraph runs, and a paragraph sign was stored as the actual
string. This was causing many special cases where the length of the
run needed to be determined differently if the run was or wasn't an
end of paragraph run.
There wasn't any use for storing the paragraph sign unless some drawing
code gets commented out to allow the end paragraphs to be shown,
therefore I changed the code to store the actual string that gets
retrieved by WM_GETTEXT.
2009-01-28 12:11:36 +01:00
Austin English
eb877e4421
kernel32: Add a stub for OpenProfileUserMapping.
2009-01-28 12:11:22 +01:00
Lei Zhang
271e3bbad4
wineps.drv: Remove SelectBitmap stub implementation.
2009-01-28 12:11:14 +01:00
Michael Stefaniuc
0ae74c2a9b
dsound: Use UlongToHandle to make the real payload a HWAVEIN/HWAVEOUT.
...
Fixes Win64 compiler warnings.
2009-01-28 12:11:07 +01:00
Michael Stefaniuc
7ab165a590
dsound: Fix mixup between HWAVEOUT and HWAVEIN.
...
The code path is taken when a valid wod isn't found. The loop thus
doesn't call waveInMessage() for each wid but retries the same wrong
wod.
2009-01-28 12:11:04 +01:00
Michael Stefaniuc
0b872e65b2
wineesd.drv: Add missing return in function returning non-void.
...
Return value is analog to what the ALSA and OSS driver are doing.
2009-01-28 12:11:01 +01:00
Alasdair Sinclair
116886cf0a
kernel32/tests: Fix missing void in empty parameter list.
2009-01-28 12:10:55 +01:00
Alasdair Sinclair
d7804483ae
dwmapi: Fix missing void in empty parameter list.
2009-01-28 12:10:52 +01:00
Alasdair Sinclair
8a46be6cee
ddraw/tests: Fix missing void in empty parameter list.
2009-01-28 12:10:49 +01:00
Alasdair Sinclair
f95b0209ab
d3d9/tests: Fix missing void in empty parameter list.
2009-01-28 12:10:47 +01:00
Marcus Meissner
ace65a527f
d3d9: Initialize hr (Coverity).
2009-01-28 12:10:28 +01:00
Mikołaj Zalewski
d31828b500
comctl32: toolbar: Make sure all TBUTTON_INFO fields are initialized when a button is added in the middle.
2009-01-28 12:09:51 +01:00
Juan Lang
1352f6d316
crypt32: Implement CryptFindCertificateKeyProvInfo.
2009-01-28 12:09:22 +01:00
Juan Lang
bf0406cf3a
crypt32: Implement CertFindCertificateInStore for CERT_FIND_PUBLIC_KEY.
2009-01-28 12:08:49 +01:00
Juan Lang
3ae5e99cba
crypt32: Add stub for PFXImportCertStore.
2009-01-28 12:08:42 +01:00
Juan Lang
2ffc042ebf
crypt32: Implement PFXIsPFXBlob.
2009-01-28 12:08:35 +01:00
Juan Lang
7127985641
crypt32: Implement PFXExportCertStore on top of PFXExportCertStoreEx.
2009-01-28 12:08:23 +01:00
Juan Lang
6e32746f6e
crypt32: Add stub for PFXExportCertStoreEx.
2009-01-28 12:08:15 +01:00
Hans Leidekker
ecb5bdf901
wuapi: Add class factory for CLSID_AutomaticUpdates.
2009-01-28 12:07:48 +01:00
Alexandre Julliard
68d19b9552
gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
2009-01-27 16:30:43 +01:00
Alexandre Julliard
9ff44b815b
gdi32: Don't hold the GDI lock while calling the UnrealizeObject method for GDI objects.
2009-01-27 16:26:35 +01:00
Alexandre Julliard
f03871094c
gdi32: Don't hold the GDI lock while calling the DeleteObject method for GDI objects.
2009-01-27 16:19:37 +01:00
Alexandre Julliard
b4255d295d
gdi32: Release the GDI lock when calling the DC DeleteObject function.
2009-01-27 16:15:47 +01:00
Frans Kool
8f829034f3
cryptdlg: Added Dutch translations.
2009-01-27 16:05:22 +01:00
Frans Kool
70eea24a62
crypt32: Added missing Dutch translation.
2009-01-27 16:05:14 +01:00
Michael Stefaniuc
56b3341f8e
user32: Fix bogus "if (!x & y)" code.
...
The dde.c tests succeed on Windows and the DDE callback registered is
set to trigger on all messages it gets. Thus it looks like Windows
doesn't calls the callback in that case.
2009-01-27 16:05:04 +01:00
Alistair Leslie-Hughes
58292e8a65
shdocvw: Add IServiceProvider support.
2009-01-27 16:04:56 +01:00
Andrew Nguyen
e670b01f39
gdi32: Stub the NamedEscape function.
2009-01-27 15:22:40 +01:00
Florian Köberle
640d2e029a
user32: Unify handling of child and normal windows in getMinMaxInfo.
...
The code for the child windows works now for the standalone windows as well.
2009-01-27 15:20:01 +01:00
Florian Köberle
8afc5fe6d5
user32: Fix maximized child windows.
2009-01-27 15:18:56 +01:00
Florian Köberle
4cfb1e6952
user32/tests: Improved an error message.
2009-01-27 15:18:28 +01:00
Florian Köberle
a50deff4be
user32: Fix thick child minTrack and size.
2009-01-27 15:18:10 +01:00
Florian Köberle
ce119daf3e
user32: Fix maxPosition of thick child windows.
2009-01-27 15:18:00 +01:00
Florian Köberle
dc1a7113b5
user32/tests: Use AdjustWindowRectEx to calculate minTrack and maxPosition.
2009-01-27 15:17:51 +01:00
Nikolay Sivov
5ea119a3d0
quartz: Fix NULL pointer dereference (Coverity).
2009-01-27 14:57:41 +01:00
Alexandre Julliard
a79868e09d
kernel32/tests: Don't hardcode C drive for SetCurrentDirectory tests.
...
Also handle the case where TMP and TEMP are not defined.
2009-01-27 14:55:30 +01:00
Alexandre Julliard
e55a691ded
user32/tests: Accept DISP_CHANGE_RESTART also for tests expected to fail.
2009-01-27 14:38:23 +01:00
Hans Leidekker
120120e37e
msvcrt: Add a test for _vsnwprintf.
2009-01-27 14:27:03 +01:00
Hans Leidekker
8fec17b5ad
msi: Add stub implementations of MsiSourceListClearSourceA/W.
2009-01-27 14:27:00 +01:00
Hans Leidekker
7bfa0d2c7f
schannel: Add stub implementations of SslEmptyCacheA/W.
2009-01-27 14:26:58 +01:00
Michael Stefaniuc
56f5769364
localspl: Remove superfluous pointer casts.
2009-01-27 14:26:55 +01:00
Michael Stefaniuc
2c5da7de49
gphoto.ds: Remove superfluous pointer casts.
2009-01-27 14:26:53 +01:00
Michael Stefaniuc
5435320059
dmsynth: Remove superfluous pointer casts.
2009-01-27 14:26:50 +01:00
Michael Stefaniuc
921b81c772
ntprint: Remove superfluous pointer casts.
2009-01-27 14:26:48 +01:00
Michael Stefaniuc
b4d65f595e
hlink: Remove superfluous pointer casts.
2009-01-27 14:26:46 +01:00
Michael Stefaniuc
905ff8fdaa
avifil32: Remove superfluous pointer casts.
2009-01-27 14:26:43 +01:00
Jeremy White
499603c360
twain_32: Add an initial test framework for twain_32.dll.
2009-01-27 12:04:07 +01:00
Paul Vriens
b4d246ba8f
quartz/tests: Fix test failures on Win95 by using A-functions.
2009-01-27 11:30:09 +01:00
Ge van Geldorp
ae79b02ca6
d3d8/tests: Make tests pass on a W2K8 VM.
2009-01-27 11:30:03 +01:00
Alexandre Julliard
5e7f7db923
ntdll: Ignore spurious write faults for a write watch that has been reset already.
2009-01-27 11:22:06 +01:00
Dylan Smith
8ec60e9775
riched32: Test EM_FINDTEXT searching for end of line characters.
...
EM_FINDTEXT should be able to find end of line characters, but currently
it doesn't.
2009-01-27 11:21:38 +01:00
Dylan Smith
61308257f2
richedit: Removed redundant ME_FindItemAtOffset using ME_RunOfsFromCharOfs.
...
The two functions ME_FindItemAtOffset and ME_RunOfsFromCharOfs were almost
identically used, since ME_FindItemAtOffset was always used to find a run.
The only difference was how they returned the offset within the run for an
end of paragraph run.
For ME_FindItemAtOffset it would return the next run if it was in between \r
and \n. ME_RunOfsFromCharOfs would instead return an nOffset of 0 for end
paragraph runs. This subtle difference introduced bugs, so I decided to
avoid having special case in this function when creating this patch, and
instead let the caller handle this case.
2009-01-27 11:21:33 +01:00
Dylan Smith
61f189cec8
richedit: Handle starting in EOL sequence in EM_GETTEXTRANGE.
...
EM_GETTEXTRANGE allows the start character offset and end characters
offset to be used to specify the range of text to retrieve. If the
start offset is in the middle of an end of paragraph run (i.e. \r\n),
then it should only retrieve the characters after the specified
character offset.
2009-01-27 11:21:16 +01:00
Dylan Smith
5bf9e73dd0
riched32: Test for EM_GETTEXTRANGE from middle of end of paragraph run.
...
EM_GETTEXTRANGE should be able to get part of the end of paragraph run,
for instance just the line feed in a carraige return line feed pair.
2009-01-27 11:21:07 +01:00
Dylan Smith
c94e78a572
richedit: Handle case for EM_LINELENGTH when offset is between \r\n.
...
I found that ME_FindItemAtOffset and ME_CursorFromCharOfs are used
almost identically, except for how they handle a character offset that
is between a carriage return and line feed. In this case
ME_CursorFromCharOfs sets the cursor's run offset to 0, but
ME_FindItemAtOffset instead returns the next run which is what was
causing ME_LINELENGTH to incorrectly return the length of the next
line.
2009-01-27 11:20:59 +01:00
Dylan Smith
83ff6a5c5d
riched32: Test EM_LINELENGTH between carriage return & line feed.
...
Previously this wasn't properly tested for, since all the lines had
text of the same length, so it wasn't properly testing to see which
line length it was getting.
2009-01-27 11:20:49 +01:00
Dylan Smith
0832737427
richedit: End of line sequence limited to 2 carriage returns.
...
riched32.dll does preserve the carriage returns and line feeds unlike
later versions of the richedit control, however the tests previously
missed the fact that a sequence of carriage returns followed by a line
feed (e.g. \r\r\r\n) can actually cause multiple paragraph breaks.
2009-01-27 11:20:37 +01:00
Dylan Smith
29ddbce288
riched32: Modified tests to show paragraph break inconsistency.
...
Several carriage returns followed by a line break were being handled as
a single paragraph break, when actually native richedit controls may
count this as several line breaks.
2009-01-27 11:20:15 +01:00
Rico Schüller
c97d3d7162
d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36.
2009-01-27 11:10:29 +01:00
Rico Schüller
d5366eed92
d3dx9_39: Fix version information.
2009-01-27 11:09:47 +01:00
Rico Schüller
bb7d245137
d3dx9_38: Fix version information.
2009-01-27 11:09:41 +01:00
Marcus Meissner
e1d9a793be
kernel32: Initialize events correctly.
2009-01-27 11:09:24 +01:00
Marcus Meissner
ea4c70a1bd
shell32: Added missing fclose (Coverity).
2009-01-27 11:09:13 +01:00
Marcus Meissner
294382269d
ddrawex: Use stack ctx instead of uninitialized variable.
2009-01-27 11:09:08 +01:00
Austin English
507f6710ba
iphlpapi: Fix includes for NetBSD.
2009-01-27 11:08:58 +01:00
Ricardo Filipe
4efd105fb3
setupapi: Add stub for SetupDiGetClassImageList.
2009-01-27 11:08:37 +01:00
Ricardo Filipe
63a5cec8cd
ntdll: Add stub for RtlCompressBuffer.
2009-01-27 11:08:33 +01:00
Juan Lang
4de59850d5
crypt32: Fix typo.
2009-01-27 11:08:16 +01:00
Juan Lang
157709d7a2
cryptui: Export all selected certificates when requested from the certificate manager, not just the first one.
2009-01-27 11:08:11 +01:00
Juan Lang
56b38801b1
cryptui: Set default export file name based on input in CryptUIWizExport.
2009-01-27 11:08:03 +01:00
Juan Lang
b2fefc0ffd
cryptui: Move code for enabling the PFX export format to the correct dialog proc.
2009-01-27 11:07:45 +01:00
Juan Lang
214045988f
cryptui: Select export format based on input in CryptUIWizExport.
2009-01-27 11:07:38 +01:00
Juan Lang
15a8ea6a51
cryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY.
2009-01-27 11:07:12 +01:00
Juan Lang
befce84f4c
crypt32: Close file when appropriate in CertSaveStore.
2009-01-27 11:06:58 +01:00
Juan Lang
6917fdd3a8
crypt32: Set save function in switch statement rather than with trinary conditional operator.
2009-01-27 11:06:44 +01:00
Juan Lang
a7096f9636
cryptui: Add support for exporting a serialized store from CryptUIWizExport.
2009-01-27 11:04:30 +01:00
Juan Lang
4ae62fba22
cryptui: Add error checking to CryptUIWizExport.
2009-01-27 11:03:51 +01:00
Juan Lang
1165146188
cryptui: Default to exporting in DER format.
2009-01-27 11:03:45 +01:00
Juan Lang
53955c57fe
cryptui: Always initialize export wizard's export options.
2009-01-27 11:03:39 +01:00
David Adam
5775edd805
d3dx9_39: Implement this dll and forward the functions to d3dx9_36.
2009-01-26 16:35:08 +01:00
David Adam
1c5b536d8a
d3dx9_38: Implement the dll and forward the functions to d3dx9_36.
2009-01-26 16:34:41 +01:00
Aric Stewart
f55151a33a
rasdlg: Initial stub dll.
2009-01-26 16:27:01 +01:00
Ge van Geldorp
ee3a743e6c
kernel32/tests: "none" debugger test needs user interaction.
2009-01-26 16:08:30 +01:00
Marcus Meissner
76b08f3aa7
msi: Initialize row (Coverity).
2009-01-26 16:08:25 +01:00
James Hawkins
99e7287ed7
advpack: Don't test properties of a file if it can't be created.
2009-01-26 16:08:02 +01:00