wine
18 years agoavifil32: Turkish translation.
Fatih Aşıcı [Mon, 6 Feb 2006 12:02:41 +0000 (13:02 +0100)] 
avifil32: Turkish translation.

18 years agontdll: Add some more tests for NtNotifyChangeDirectoryFile.
Mike McCormack [Mon, 6 Feb 2006 10:59:01 +0000 (11:59 +0100)] 
ntdll: Add some more tests for NtNotifyChangeDirectoryFile.

18 years agoserver: Fill in NtNotifyChangeDirectoryFile's buffer with change data.
Mike McCormack [Mon, 6 Feb 2006 10:58:55 +0000 (11:58 +0100)] 
server: Fill in NtNotifyChangeDirectoryFile's buffer with change data.

18 years agokernel: Added a test for QueryDosDeviceA.
Stefan Leichter [Mon, 6 Feb 2006 10:57:02 +0000 (11:57 +0100)] 
kernel: Added a test for QueryDosDeviceA.

18 years agoNorwegian Bokmål updates.
Alexander N. Sørnes [Mon, 6 Feb 2006 10:43:16 +0000 (11:43 +0100)] 
Norwegian Bokmål updates.

18 years agontdll: Implemented IOCTL for char transmission: IMMEDIATE_CHAR.
Eric Pouech [Mon, 6 Feb 2006 10:38:53 +0000 (11:38 +0100)] 
ntdll: Implemented IOCTL for char transmission: IMMEDIATE_CHAR.

18 years agontdll: Implemented COMM IOCTL for modem status: GET_MODEMSTATUS.
Eric Pouech [Mon, 6 Feb 2006 10:37:39 +0000 (11:37 +0100)] 
ntdll: Implemented COMM IOCTL for modem status: GET_MODEMSTATUS.

18 years agontdll: Implemented IOCTL for serial: SET_WAIT_MASK, GET_WAIT_MASK.
Eric Pouech [Mon, 6 Feb 2006 10:37:06 +0000 (11:37 +0100)] 
ntdll: Implemented IOCTL for serial: SET_WAIT_MASK, GET_WAIT_MASK.

18 years agontdll: Implemented IOCTL purge for serial objects.
Eric Pouech [Mon, 6 Feb 2006 10:36:19 +0000 (11:36 +0100)] 
ntdll: Implemented IOCTL purge for serial objects.

18 years agowined3d: Update the QueryInterface functions of IWineD3DBase subclasses.
H. Verbeet [Mon, 6 Feb 2006 10:32:41 +0000 (11:32 +0100)] 
wined3d: Update the QueryInterface functions of IWineD3DBase subclasses.

18 years agowined3d: Update refcounts when storing references in IWineD3DStateBlockImpl_Capture.
H. Verbeet [Mon, 6 Feb 2006 10:32:13 +0000 (11:32 +0100)] 
wined3d: Update refcounts when storing references in IWineD3DStateBlockImpl_Capture.
Move TRACEs to the top of their code blocks.

18 years agowined3d: Release the correct vertexdeclaration in
H. Verbeet [Mon, 6 Feb 2006 10:31:57 +0000 (11:31 +0100)] 
wined3d: Release the correct vertexdeclaration in
IWineD3DDeviceImpl_SetVertexDeclaration.

18 years agowined3d: Also update reference counts when we're recording a stateblock.
H. Verbeet [Mon, 6 Feb 2006 10:31:17 +0000 (11:31 +0100)] 
wined3d: Also update reference counts when we're recording a stateblock.

18 years agowined3d: Fix SetContainer.
H. Verbeet [Mon, 6 Feb 2006 10:30:48 +0000 (11:30 +0100)] 
wined3d: Fix SetContainer.
Add/Release references to the container.
Change the type of the container from IUnknown to IWineD3DBase.

18 years agowined3d: Downgrade a FIXME to a TRACE.
H. Verbeet [Mon, 6 Feb 2006 10:30:27 +0000 (11:30 +0100)] 
wined3d: Downgrade a FIXME to a TRACE.

18 years agowinedbg: Added support for function parameters passed in registers.
Eric Pouech [Mon, 6 Feb 2006 10:27:32 +0000 (11:27 +0100)] 
winedbg: Added support for function parameters passed in registers.
Added correct stabs parsing for function parameters in registers.
Added a couple of helper functions to make code smaller and more
readable.

18 years agokernel: Fixed regression in atom handling.
Eric Pouech [Mon, 6 Feb 2006 10:26:57 +0000 (11:26 +0100)] 
kernel: Fixed regression in atom handling.
Added proper tests (local & global functions).

18 years agoriched20: Don't use EM_STREAMIN for paste.
Kevin Koltzau [Mon, 6 Feb 2006 10:26:34 +0000 (11:26 +0100)] 
riched20: Don't use EM_STREAMIN for paste.

18 years agocommdlg: Add font sizes 6 and 7 to font select dialog.
Vitaliy Margolen [Mon, 6 Feb 2006 10:26:22 +0000 (11:26 +0100)] 
commdlg: Add font sizes 6 and 7 to font select dialog.

18 years agowinecfg: Update Dutch resources.
Paul Vriens [Mon, 6 Feb 2006 10:26:12 +0000 (11:26 +0100)] 
winecfg: Update Dutch resources.

18 years agowinecfg: Update German resource.
Henning Gerhardt [Mon, 6 Feb 2006 10:26:01 +0000 (11:26 +0100)] 
winecfg: Update German resource.

18 years agontdll: Use struct mtget.mt_blksiz on systems featuring this.
Gerald Pfeifer [Sun, 5 Feb 2006 12:51:03 +0000 (13:51 +0100)] 
ntdll: Use struct mtget.mt_blksiz on systems featuring this.
Work around using struct mtget.mt_gstat on systems lacking this.

18 years agoEnable for GNU/kFreeBSD the same kernel-specific interface/parameter
Robert Millan [Sun, 5 Feb 2006 12:06:50 +0000 (13:06 +0100)] 
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
that is used with FreeBSD.

18 years agoriched20: Separate stream state from editor state.
Kevin Koltzau [Sun, 5 Feb 2006 12:05:45 +0000 (13:05 +0100)] 
riched20: Separate stream state from editor state.
Somewhat improves thread safety.

18 years agoriched20: Add method to stream data based on a range.
Kevin Koltzau [Sun, 5 Feb 2006 12:05:06 +0000 (13:05 +0100)] 
riched20: Add method to stream data based on a range.

18 years agoriched20: Don't use EM_STREAMOUT for copy/cut.
Kevin Koltzau [Sun, 5 Feb 2006 12:05:00 +0000 (13:05 +0100)] 
riched20: Don't use EM_STREAMOUT for copy/cut.

18 years agoserver: Remove no longer used create_flags from get_startup_info request.
Alexandre Julliard [Sun, 5 Feb 2006 11:33:24 +0000 (12:33 +0100)] 
server: Remove no longer used create_flags from get_startup_info request.

18 years agokernel: Use a magic ConsoleHandle value instead of create flag to pass
Alexandre Julliard [Sun, 5 Feb 2006 11:24:43 +0000 (12:24 +0100)] 
kernel: Use a magic ConsoleHandle value instead of create flag to pass
the CREATE_NEW_CONSOLE flag to the child.

18 years agokernel: Set the console flag in the parent for CREATE_NEW_PROCESS_GROUP.
Alexandre Julliard [Sun, 5 Feb 2006 11:20:40 +0000 (12:20 +0100)] 
kernel: Set the console flag in the parent for CREATE_NEW_PROCESS_GROUP.

18 years agoserver: Fixed compile without inotify.
Alexandre Julliard [Sun, 5 Feb 2006 11:19:56 +0000 (12:19 +0100)] 
server: Fixed compile without inotify.

18 years agowinecfg: Updated the Korean translation.
YunSong Hwang [Sun, 5 Feb 2006 11:19:35 +0000 (12:19 +0100)] 
winecfg: Updated the Korean translation.

18 years agowined3d: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.
H. Verbeet [Sun, 5 Feb 2006 11:19:22 +0000 (12:19 +0100)] 
wined3d: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.

18 years agod3d8: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.
H. Verbeet [Sun, 5 Feb 2006 11:19:13 +0000 (12:19 +0100)] 
d3d8: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.

18 years agod3d8: Add detection for GL_ARB_point_parameters support.
H. Verbeet [Sun, 5 Feb 2006 11:19:04 +0000 (12:19 +0100)] 
d3d8: Add detection for GL_ARB_point_parameters support.

18 years agoriched20: Empty undo stack after EM_STREAMIN without SFF_SELECTION flag.
Phil Krylov [Sun, 5 Feb 2006 11:18:55 +0000 (12:18 +0100)] 
riched20: Empty undo stack after EM_STREAMIN without SFF_SELECTION flag.

18 years agocommdlg: Update German resource.
Henning Gerhardt [Sun, 5 Feb 2006 11:18:45 +0000 (12:18 +0100)] 
commdlg: Update German resource.

18 years agocrypt32: Fix Mingw compile.
Juan Lang [Sun, 5 Feb 2006 11:18:39 +0000 (12:18 +0100)] 
crypt32: Fix Mingw compile.

18 years agod3d8: Fixed point sprite scaling when size < 1.0f.
Vitaly Budovski [Sat, 4 Feb 2006 16:14:38 +0000 (17:14 +0100)] 
d3d8: Fixed point sprite scaling when size < 1.0f.

18 years agod3d8: Fixed POINTSPRITEENABLE.
Vitaly Budovski [Sat, 4 Feb 2006 16:14:13 +0000 (17:14 +0100)] 
d3d8: Fixed POINTSPRITEENABLE.

18 years agod3d8: Fixed POINTSCALEENABLE.
Vitaly Budovski [Sat, 4 Feb 2006 16:13:13 +0000 (17:13 +0100)] 
d3d8: Fixed POINTSCALEENABLE.

18 years agowined3d: Fixed point sprite scaling when size < 1.0f.
Vitaly Budovski [Sat, 4 Feb 2006 16:07:36 +0000 (17:07 +0100)] 
wined3d: Fixed point sprite scaling when size < 1.0f.

18 years agontdll: Added a few helper function to simplify the loadorder code.
Alexandre Julliard [Sat, 4 Feb 2006 16:06:41 +0000 (17:06 +0100)] 
ntdll: Added a few helper function to simplify the loadorder code.
Keep the application key open, it's valid for the lifetime of the
process.

18 years agowinecfg: Display a warning when the user tries to change the load
Alexandre Julliard [Sat, 4 Feb 2006 16:05:14 +0000 (17:05 +0100)] 
winecfg: Display a warning when the user tries to change the load
order of a system dll.

18 years agowinecfg: Populate the dll combo box with the dlls found in the load path.
Alexandre Julliard [Sat, 4 Feb 2006 16:04:22 +0000 (17:04 +0100)] 
winecfg: Populate the dll combo box with the dlls found in the load path.

18 years agolibwine: Added wine_dll_enum_load_path function to allow querying the dll path.
Alexandre Julliard [Sat, 4 Feb 2006 16:02:05 +0000 (17:02 +0100)] 
libwine: Added wine_dll_enum_load_path function to allow querying the dll path.

18 years agoDanish language update.
Kasper Sandberg [Sat, 4 Feb 2006 16:01:25 +0000 (17:01 +0100)] 
Danish language update.

18 years agoriched20: Initial support for simple tables.
Phil Krylov [Sat, 4 Feb 2006 16:01:01 +0000 (17:01 +0100)] 
riched20: Initial support for simple tables.

18 years agoriched20: Removed an unused parameter.
Phil Krylov [Sat, 4 Feb 2006 16:00:18 +0000 (17:00 +0100)] 
riched20: Removed an unused parameter.

18 years agoriched20: Simplified ME_InsertGraphicsFromCursor() function.
Phil Krylov [Sat, 4 Feb 2006 15:59:48 +0000 (16:59 +0100)] 
riched20: Simplified ME_InsertGraphicsFromCursor() function.

18 years agoriched20: Fixed undo stack corruption.
Phil Krylov [Sat, 4 Feb 2006 15:59:37 +0000 (16:59 +0100)] 
riched20: Fixed undo stack corruption.

18 years agoimm32: Remove FIXME messages from some implemented functions.
Mike McCormack [Sat, 4 Feb 2006 15:59:26 +0000 (16:59 +0100)] 
imm32: Remove FIXME messages from some implemented functions.

18 years agoClock: Load license text from resources.
Mike McCormack [Sat, 4 Feb 2006 15:59:19 +0000 (16:59 +0100)] 
Clock: Load license text from resources.

18 years agomsvfw32: Do not overwrite fccType in the codec enumeration proc.
Dmitry Timoshkov [Sat, 4 Feb 2006 15:58:49 +0000 (16:58 +0100)] 
msvfw32: Do not overwrite fccType in the codec enumeration proc.

18 years agowinecfg: Use already existing letter_to_index().
Neil Skrypuch [Sat, 4 Feb 2006 15:58:18 +0000 (16:58 +0100)] 
winecfg: Use already existing letter_to_index().

18 years agowined3d: Add a break which got lost in the POINTSCALEENABLE fix.
Roderick Colenbrander [Fri, 3 Feb 2006 17:51:30 +0000 (18:51 +0100)] 
wined3d: Add a break which got lost in the POINTSCALEENABLE fix.

18 years agowidl: Add architecture for generating pointer layouts.
Robert Shearman [Fri, 3 Feb 2006 17:51:17 +0000 (18:51 +0100)] 
widl: Add architecture for generating pointer layouts.

18 years agowine.inf: Make FourCC codes uppercase again until we can figure out
Alexandre Julliard [Fri, 3 Feb 2006 17:47:49 +0000 (18:47 +0100)] 
wine.inf: Make FourCC codes uppercase again until we can figure out
why lowercase doesn't work right.

18 years agowidl: The 'string' attribute can also be used with unsigned characters.
Eric Kohl [Fri, 3 Feb 2006 17:47:06 +0000 (18:47 +0100)] 
widl: The 'string' attribute can also be used with unsigned characters.

18 years agorpcrt4: Restrict stubless FC types to the range of the type function table.
Robert Shearman [Fri, 3 Feb 2006 17:46:40 +0000 (18:46 +0100)] 
rpcrt4: Restrict stubless FC types to the range of the type function table.

18 years agorpcrt4: Raise exceptions in NdrSendReceive if I_RpcSendReceive failed.
Robert Shearman [Fri, 3 Feb 2006 17:46:32 +0000 (18:46 +0100)] 
rpcrt4: Raise exceptions in NdrSendReceive if I_RpcSendReceive failed.

18 years agoinclude: Move all of the contiguous FC types together so we can see
Robert Shearman [Fri, 3 Feb 2006 17:46:12 +0000 (18:46 +0100)] 
include: Move all of the contiguous FC types together so we can see
possible missing constants better.

18 years agoinclude: Add function declarations for the Range type.
Robert Shearman [Fri, 3 Feb 2006 17:45:59 +0000 (18:45 +0100)] 
include: Add function declarations for the Range type.

18 years agontdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines for streams.
Mike McCormack [Fri, 3 Feb 2006 17:45:51 +0000 (18:45 +0100)] 
ntdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines for streams.

18 years agowined3d: Fixed WINED3DRS_POINTSPRITEENABLE.
Vitaly Budovski [Fri, 3 Feb 2006 11:37:46 +0000 (12:37 +0100)] 
wined3d: Fixed WINED3DRS_POINTSPRITEENABLE.

18 years agowined3d: Corrected implementation of WINED3DRS_POINTSCALEENABLE.
Vitaly Budovski [Fri, 3 Feb 2006 11:34:44 +0000 (12:34 +0100)] 
wined3d: Corrected implementation of WINED3DRS_POINTSCALEENABLE.

18 years agowined3d: Implemented WINED3DRS_EDGEANTIALIAS.
Vitaly Budovski [Fri, 3 Feb 2006 11:33:26 +0000 (12:33 +0100)] 
wined3d: Implemented WINED3DRS_EDGEANTIALIAS.

18 years agowined3d: Implemented WINED3DRS_MULTISAMPLEANTIALIAS.
Vitaly Budovski [Fri, 3 Feb 2006 11:31:02 +0000 (12:31 +0100)] 
wined3d: Implemented WINED3DRS_MULTISAMPLEANTIALIAS.

18 years agontdll: Rename i386 CPU trap codes to avoid collision with system headers.
Robert Millan [Fri, 3 Feb 2006 11:30:55 +0000 (12:30 +0100)] 
ntdll: Rename i386 CPU trap codes to avoid collision with system headers.

18 years agoole: Initialize a few more funcdesc members in CreateDispTypeInfo.
Huw Davies [Fri, 3 Feb 2006 11:29:39 +0000 (12:29 +0100)] 
ole: Initialize a few more funcdesc members in CreateDispTypeInfo.

18 years agoAdd a check for icinfo->fccType in DRV_OPEN message handler of builtin
Dmitry Timoshkov [Fri, 3 Feb 2006 11:29:26 +0000 (12:29 +0100)] 
Add a check for icinfo->fccType in DRV_OPEN message handler of builtin
video codecs.

18 years agowine.inf: Change fcc type of builtin video codecs in system.ini to be
Dmitry Timoshkov [Fri, 3 Feb 2006 11:29:09 +0000 (12:29 +0100)] 
wine.inf: Change fcc type of builtin video codecs in system.ini to be
equal to ICTYPE_VIDEO.

18 years agoAdd support for CDM_HIDECONTROL message in the file open dialog.
Dmitry Timoshkov [Fri, 3 Feb 2006 11:28:42 +0000 (12:28 +0100)] 
Add support for CDM_HIDECONTROL message in the file open dialog.

18 years agocrypt32: Add stub for CryptEnumOIDInfo.
Juan Lang [Fri, 3 Feb 2006 11:28:33 +0000 (12:28 +0100)] 
crypt32: Add stub for CryptEnumOIDInfo.

18 years agoRelease 0.9.7. wine-0.9.7
Alexandre Julliard [Thu, 2 Feb 2006 14:54:42 +0000 (15:54 +0100)] 
Release 0.9.7.

18 years agowinsock/tests: Add a todo_wine test for select.
Phil Lodwick [Thu, 2 Feb 2006 12:50:41 +0000 (13:50 +0100)] 
winsock/tests: Add a todo_wine test for select.

18 years agowinspool/tests: Filter more results.
Detlef Riekenberg [Thu, 2 Feb 2006 12:50:36 +0000 (13:50 +0100)] 
winspool/tests: Filter more results.

18 years agowined3d: Added support for ARB_POINT_PARAMETERS.
Vitaly Budovski [Thu, 2 Feb 2006 12:50:31 +0000 (13:50 +0100)] 
wined3d: Added support for ARB_POINT_PARAMETERS.

18 years agogdi: Slant font automatically if no italic variant exists.
Phil Krylov [Thu, 2 Feb 2006 12:41:54 +0000 (13:41 +0100)] 
gdi: Slant font automatically if no italic variant exists.

18 years agowinecfg: Remove color depth. It's source of problems for number of users.
Vitaliy Margolen [Thu, 2 Feb 2006 12:41:46 +0000 (13:41 +0100)] 
winecfg: Remove color depth. It's source of problems for number of users.

18 years agoshell32: Create $HOME targeted symbolic links during SHELL_RegisterFolders.
Michael Jung [Thu, 2 Feb 2006 12:28:29 +0000 (13:28 +0100)] 
shell32: Create $HOME targeted symbolic links during SHELL_RegisterFolders.

18 years agoshell32: Move 'My Pictures', 'My Videos' and 'My Music' folders
Michael Jung [Thu, 2 Feb 2006 12:28:05 +0000 (13:28 +0100)] 
shell32: Move 'My Pictures', 'My Videos' and 'My Music' folders
directly to %USERPROFILE% (instead of %USERPROFILE%\\My Documents), to
allow for reasonable symbolic linking to $HOME based directories.

18 years agoshell32: Get rid of the magic MyDocuments->$HOME mapping code.
Michael Jung [Thu, 2 Feb 2006 12:27:42 +0000 (13:27 +0100)] 
shell32: Get rid of the magic MyDocuments->$HOME mapping code.

18 years agoopengl: Sync a dibsection to its pixmap before drawing to it via opengl.
Huw Davies [Thu, 2 Feb 2006 12:23:55 +0000 (13:23 +0100)] 
opengl: Sync a dibsection to its pixmap before drawing to it via opengl.

18 years agowidl: Some cosmetic fixes in generated code.
Alexandre Julliard [Thu, 2 Feb 2006 12:23:28 +0000 (13:23 +0100)] 
widl: Some cosmetic fixes in generated code.

18 years agowidl: Make sure the token variables are always initialized properly.
Alexandre Julliard [Thu, 2 Feb 2006 12:22:47 +0000 (13:22 +0100)] 
widl: Make sure the token variables are always initialized properly.

18 years agontdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.
Johan Dahlin [Thu, 2 Feb 2006 12:21:26 +0000 (13:21 +0100)] 
ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.

18 years agogdi: Extended pens do not work correct with StrokePath.
Tobias Loew [Thu, 2 Feb 2006 12:21:10 +0000 (13:21 +0100)] 
gdi: Extended pens do not work correct with StrokePath.

18 years agokernel32: FindFirstChangeNotification needs a static IO_STATUS_BLOCK.
Mike McCormack [Thu, 2 Feb 2006 12:20:58 +0000 (13:20 +0100)] 
kernel32: FindFirstChangeNotification needs a static IO_STATUS_BLOCK.

18 years agounixfs: Use realpath instead of canonicalize_file_name for portability
Michael Jung [Thu, 2 Feb 2006 12:20:49 +0000 (13:20 +0100)] 
unixfs: Use realpath instead of canonicalize_file_name for portability
reasons.

18 years agowine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType".
Stefan Leichter [Thu, 2 Feb 2006 12:20:36 +0000 (13:20 +0100)] 
wine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType".

18 years agocommdlg: File open dialog: Use the specified instance handle for
Michael Kaufmann [Thu, 2 Feb 2006 12:20:23 +0000 (13:20 +0100)] 
commdlg: File open dialog: Use the specified instance handle for
custom dialog templates.

18 years agoshlwapi: Added stub for ShellMessageBoxWrapW.
Stefan Leichter [Thu, 2 Feb 2006 12:20:04 +0000 (13:20 +0100)] 
shlwapi: Added stub for ShellMessageBoxWrapW.

18 years agocrypt32: Support external providers.
Juan Lang [Thu, 2 Feb 2006 12:19:39 +0000 (13:19 +0100)] 
crypt32: Support external providers.
- add support for external store providers
- rewrite registry stores as a provider
- fix a memory leak

18 years agocrypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.
Juan Lang [Thu, 2 Feb 2006 12:19:30 +0000 (13:19 +0100)] 
crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.

18 years agoadvapi32: Add stub for ObjectDeleteAuditAlarmW.
Ulrich Czekalla [Thu, 2 Feb 2006 12:19:11 +0000 (13:19 +0100)] 
advapi32: Add stub for ObjectDeleteAuditAlarmW.

18 years agooleaut32: Prevent freeing of random memory.
Ulrich Czekalla [Thu, 2 Feb 2006 12:18:43 +0000 (13:18 +0100)] 
oleaut32: Prevent freeing of random memory.
Don't assign type to variant until we're sure we are assigning a
value.

18 years agoriched20: Handle context menu.
Kevin Koltzau [Thu, 2 Feb 2006 12:18:20 +0000 (13:18 +0100)] 
riched20: Handle context menu.

18 years agostart.exe: build_args now returns the correct string when no parameter
Fatih Aşıcı [Wed, 1 Feb 2006 12:50:52 +0000 (13:50 +0100)] 
start.exe: build_args now returns the correct string when no parameter
is passed.

18 years agox11drv: Added Turkish F keyboard layout.
Fatih Aşıcı [Wed, 1 Feb 2006 12:50:37 +0000 (13:50 +0100)] 
x11drv: Added Turkish F keyboard layout.

18 years agocrypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
Juan Lang [Wed, 1 Feb 2006 12:50:18 +0000 (13:50 +0100)] 
crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.