wine
19 years agoSet last error if dwFlags are non zero in CPReleaseContext.
Michael Jung [Wed, 5 Jan 2005 13:22:37 +0000 (13:22 +0000)] 
Set last error if dwFlags are non zero in CPReleaseContext.
Added corresponding test.

19 years agoAllow COM to start services containing COM servers.
Mike McCormack [Wed, 5 Jan 2005 13:22:10 +0000 (13:22 +0000)] 
Allow COM to start services containing COM servers.

19 years ago- CustomAction 35 should call SetTargetPath not just set the property.
Aric Stewart [Tue, 4 Jan 2005 20:47:20 +0000 (20:47 +0000)] 
- CustomAction 35 should call SetTargetPath not just set the property.
- TARGETDIR and SOURCEDIR may not be entries 0 in the directory
  tables. So when resolving the folder we need to seek them out.
- When we handle SetTargetPath we need to be sure to recalculate the
  resulting paths as things with the now set Directory as the parent
  will change.

19 years agoChange how we install files so that we extract files as we need them,
Aric Stewart [Tue, 4 Jan 2005 20:42:58 +0000 (20:42 +0000)] 
Change how we install files so that we extract files as we need them,
cuts down on extraction time and unused files.

19 years agoAssorted spelling fixes.
Francois Gouget [Tue, 4 Jan 2005 20:39:54 +0000 (20:39 +0000)] 
Assorted spelling fixes.

19 years agoConvert StartDoc to Unicode.
Mike McCormack [Tue, 4 Jan 2005 20:39:19 +0000 (20:39 +0000)] 
Convert StartDoc to Unicode.

19 years agoFix 'SendAsyncCallback' when it's really asynchronous.
Lionel Ulmer [Tue, 4 Jan 2005 20:38:53 +0000 (20:38 +0000)] 
Fix 'SendAsyncCallback' when it's really asynchronous.

19 years agofpos_t should be 64 bits (verified with native MSVCRT.DLL)
Lionel Ulmer [Tue, 4 Jan 2005 20:38:14 +0000 (20:38 +0000)] 
fpos_t should be 64 bits (verified with native MSVCRT.DLL)

19 years agoHandle buffering in fgetpos / fsetpos.
Lionel Ulmer [Tue, 4 Jan 2005 20:37:54 +0000 (20:37 +0000)] 
Handle buffering in fgetpos / fsetpos.

19 years agoRemove unneeded whitespace, indent correctly.
Mike McCormack [Tue, 4 Jan 2005 20:36:12 +0000 (20:36 +0000)] 
Remove unneeded whitespace, indent correctly.

19 years agoPrevent crash from invalid last parameter in GetFileVersionInfo.
Robert Reif [Tue, 4 Jan 2005 20:35:46 +0000 (20:35 +0000)] 
Prevent crash from invalid last parameter in GetFileVersionInfo.
Prevent crash in VerQueryValue when return size not requested.
GetFileVersionInfo and VerQueryValue parameter tests added.

19 years agoChange dialog templates to not explicitly specify extended window
Robert Shearman [Tue, 4 Jan 2005 20:35:24 +0000 (20:35 +0000)] 
Change dialog templates to not explicitly specify extended window
styles for the static rects on the Page Setup dialog as the ones
specified were wrong anyway.

19 years agoAlways clearAllSelections since not clearing CLIPBOARD can get us into
Ulrich Czekalla [Tue, 4 Jan 2005 20:34:46 +0000 (20:34 +0000)] 
Always clearAllSelections since not clearing CLIPBOARD can get us into
an odd state.

19 years agoAdd the precedence of the conditional operator.
Huw Davies [Tue, 4 Jan 2005 20:34:05 +0000 (20:34 +0000)] 
Add the precedence of the conditional operator.

19 years agoAlways set ERROR_SUCCESS in case of success in CPAcquireContext.
Michael Jung [Tue, 4 Jan 2005 20:33:48 +0000 (20:33 +0000)] 
Always set ERROR_SUCCESS in case of success in CPAcquireContext.

19 years agoDon't touch the rect if hwnd is invalid.
Huw Davies [Tue, 4 Jan 2005 20:33:22 +0000 (20:33 +0000)] 
Don't touch the rect if hwnd is invalid.

19 years ago- Add tracing for proxy ref count functions.
Robert Shearman [Tue, 4 Jan 2005 20:33:02 +0000 (20:33 +0000)] 
- Add tracing for proxy ref count functions.
- Release the channel on proxy destruction.

19 years agoAdd a DCOM todo list.
Mike Hearn [Tue, 4 Jan 2005 20:32:47 +0000 (20:32 +0000)] 
Add a DCOM todo list.

19 years agoExtend winedump to allow dumping enhanced meta files.
Mike McCormack [Tue, 4 Jan 2005 20:32:25 +0000 (20:32 +0000)] 
Extend winedump to allow dumping enhanced meta files.

19 years agoOn NT4 we can also get ERROR_RING2_STACK_IN_USE from
Jakob Eriksson [Tue, 4 Jan 2005 20:31:53 +0000 (20:31 +0000)] 
On NT4 we can also get ERROR_RING2_STACK_IN_USE from
CryptAcquireContext().

19 years agoAdded some extra functions.
Mike McCormack [Tue, 4 Jan 2005 20:31:31 +0000 (20:31 +0000)] 
Added some extra functions.
Removed parameter name for consistency with other declarations.

19 years agoRemove the no longer needed DCE_ExcludeRgn function and
Alexandre Julliard [Tue, 4 Jan 2005 12:12:19 +0000 (12:12 +0000)] 
Remove the no longer needed DCE_ExcludeRgn function and
DCX_KEEPCLIPRGN style.

19 years agoUse the DC origin to map coordinates in ExcludeUpdateRgn instead of
Alexandre Julliard [Tue, 4 Jan 2005 12:11:09 +0000 (12:11 +0000)] 
Use the DC origin to map coordinates in ExcludeUpdateRgn instead of
calling an internal DCE function.

19 years agoFixed the FIXME in RtlNtStatusToDosError, and implemented
Alexandre Julliard [Tue, 4 Jan 2005 12:09:32 +0000 (12:09 +0000)] 
Fixed the FIXME in RtlNtStatusToDosError, and implemented
RtlGetLastNtStatus and RtlSetLastWin32ErrorAndNtStatusFromNtStatus.

19 years agoSupport mapping non page-aligned binaries for SEC_IMAGE mappings.
Alexandre Julliard [Tue, 4 Jan 2005 12:04:06 +0000 (12:04 +0000)] 
Support mapping non page-aligned binaries for SEC_IMAGE mappings.

19 years agoImplement proxy manager.
Robert Shearman [Tue, 4 Jan 2005 11:58:23 +0000 (11:58 +0000)] 
Implement proxy manager.

19 years agoRemoved whitespace at end of lines, updated a bit.
Marcus Meissner [Tue, 4 Jan 2005 11:57:21 +0000 (11:57 +0000)] 
Removed whitespace at end of lines, updated a bit.

19 years agoUncommented 'optional' attributes.
Jacek Caban [Tue, 4 Jan 2005 11:56:41 +0000 (11:56 +0000)] 
Uncommented 'optional' attributes.

19 years agoAdd cfgmgr32.h header.
Mike McCormack [Tue, 4 Jan 2005 11:56:13 +0000 (11:56 +0000)] 
Add cfgmgr32.h header.

19 years agoWhen loading a bitmap into a dibsection the result cannot be
Ulrich Czekalla [Tue, 4 Jan 2005 11:55:13 +0000 (11:55 +0000)] 
When loading a bitmap into a dibsection the result cannot be
compressed.

19 years agoHandle IME messages in the default unicode window procedure too.
Aric Stewart [Tue, 4 Jan 2005 11:54:27 +0000 (11:54 +0000)] 
Handle IME messages in the default unicode window procedure too.

19 years agoAugment the compiling documentatin with the actual commands.
Dimitrie O. Paun [Tue, 4 Jan 2005 11:53:38 +0000 (11:53 +0000)] 
Augment the compiling documentatin with the actual commands.

19 years agoHide authors, we don't know how to format them.
Dimitrie O. Paun [Tue, 4 Jan 2005 11:53:17 +0000 (11:53 +0000)] 
Hide authors, we don't know how to format them.

19 years agoRemove bashing of packages, value judgments.
Dimitrie O. Paun [Tue, 4 Jan 2005 11:52:40 +0000 (11:52 +0000)] 
Remove bashing of packages, value judgments.

19 years agoKeep all REAMDEs in sync.
Vincent Béron [Tue, 4 Jan 2005 11:51:52 +0000 (11:51 +0000)] 
Keep all REAMDEs in sync.

19 years agoFix colours used for SS_*RECT, SS_*FRAME.
Robert Shearman [Tue, 4 Jan 2005 11:51:14 +0000 (11:51 +0000)] 
Fix colours used for SS_*RECT, SS_*FRAME.

19 years agoAdded support for machine keysets.
Michael Jung [Tue, 4 Jan 2005 11:49:55 +0000 (11:49 +0000)] 
Added support for machine keysets.

19 years agoMake the ClassFactory proxy support aggregation.
Robert Shearman [Tue, 4 Jan 2005 11:47:52 +0000 (11:47 +0000)] 
Make the ClassFactory proxy support aggregation.

19 years agoGet rid of the ThunkData stubs, these are not functions.
Alexandre Julliard [Mon, 3 Jan 2005 20:47:48 +0000 (20:47 +0000)] 
Get rid of the ThunkData stubs, these are not functions.

19 years agoFixed CLSID_AVISimpleUnMarshal export.
Alexandre Julliard [Mon, 3 Jan 2005 20:43:13 +0000 (20:43 +0000)] 
Fixed CLSID_AVISimpleUnMarshal export.

19 years agoAvoid dumping the contents of output strings.
Alexandre Julliard [Mon, 3 Jan 2005 20:33:40 +0000 (20:33 +0000)] 
Avoid dumping the contents of output strings.

19 years agoRemove most remaining stubs from unicows.
Hans Leidekker [Mon, 3 Jan 2005 20:30:57 +0000 (20:30 +0000)] 
Remove most remaining stubs from unicows.

19 years agoStub implementations for SHUpdateImageA, SHHandleUpdateImage,
Hans Leidekker [Mon, 3 Jan 2005 20:26:06 +0000 (20:26 +0000)] 
Stub implementations for SHUpdateImageA, SHHandleUpdateImage,
SHObjectProperties, SHGetNewLinkInfo{A,W}, SHStartNetConnectionDialog,
SHEmptyRecycleBin{A,W}, SHFormatDrive, SHQueryRecycleBin{A,W}.
'HeapAlloc can fail' fix for ExtractIconExA.
Implement ExtractAssociatedIconA -> W.
Correct prototype for SHObjectProperties.
Forward SHGetNewLinkInfo to SHGetNewLinkInfoA.

19 years agoStub implementations for AddMonitorW, DeletePrinterDriverW,
Hans Leidekker [Mon, 3 Jan 2005 20:24:39 +0000 (20:24 +0000)] 
Stub implementations for AddMonitorW, DeletePrinterDriverW,
DeleteMonitorW, DeletePortW, GetPrintProcessorDirectoryW,
AddPrintProcessor{A,W}, AddPrintProvidor{A,W},
AdvancedDocumentProperties{A,W}, EnumPortsW, AddPort{A,W},
ConfigurePort{A,W}, DeletePrintProcessor{A,W},
DeletePrintProvidor{A,W}, EnumPrintProcessorDatatypes{A,W},
GetJob{A,W}.

19 years agoImplemented IMediaControl_Run that explores the graph, counts
Christian Costa [Mon, 3 Jan 2005 20:23:14 +0000 (20:23 +0000)] 
Implemented IMediaControl_Run that explores the graph, counts
renderers and starts filters.
Better implementation of IBaseFilter_Run for AVI SPlitter and AVI
Decompressor.
Use the standard memory allocator when an output pin does not provide
any allocator.
Set allocator properties for AVI Decompressor output pin and update
the buffers size at connection time.

19 years agoAdd return value to GetObject error message.
Jakob Eriksson [Mon, 3 Jan 2005 20:19:32 +0000 (20:19 +0000)] 
Add return value to GetObject error message.

19 years agoCurrently a '//****' is matched as an /* comment - disallow a '/' in
Peter Berg Larsen [Mon, 3 Jan 2005 20:18:58 +0000 (20:18 +0000)] 
Currently a '//****' is matched as an /* comment - disallow a '/' in
front of the '/*' match. An 'extern "C" {' can be split in several
lines - allow '\n' as space, and lookout for the rest if partial
found.

19 years agoIn function_grep.pl and symbol.c/symbol_clean_string spaces between
Peter Berg Larsen [Mon, 3 Jan 2005 20:18:23 +0000 (20:18 +0000)] 
In function_grep.pl and symbol.c/symbol_clean_string spaces between
the function name and * are removed. Fx. the type 'void * foo()' is
returned as 'void *foo()'. Recognized this as a valid prototype in
symbol_search.

19 years agoAdded the word "FLOAT" to be recognized as argument type float.
Peter Berg Larsen [Mon, 3 Jan 2005 20:16:23 +0000 (20:16 +0000)] 
Added the word "FLOAT" to be recognized as argument type float.

19 years agoDefine DirectPlayLobbyCreate to be either the W or A version.
Peter Berg Larsen [Mon, 3 Jan 2005 20:15:56 +0000 (20:15 +0000)] 
Define DirectPlayLobbyCreate to be either the W or A version.

19 years agoAdded some defines concerning SChannel CSPs.
Michael Jung [Mon, 3 Jan 2005 20:14:49 +0000 (20:14 +0000)] 
Added some defines concerning SChannel CSPs.

19 years agoAdhere to const'ness of the input data in encrypt_block_impl.
Michael Jung [Mon, 3 Jan 2005 20:14:03 +0000 (20:14 +0000)] 
Adhere to const'ness of the input data in encrypt_block_impl.

19 years agoAdd comments, fix negative value from GetCurFocus.
Vitaly Lipatov [Mon, 3 Jan 2005 20:12:42 +0000 (20:12 +0000)] 
Add comments, fix negative value from GetCurFocus.

19 years agoUse ExitProcess to terminate the process in ExitWindowsEx so that it
Alexandre Julliard [Mon, 3 Jan 2005 20:11:23 +0000 (20:11 +0000)] 
Use ExitProcess to terminate the process in ExitWindowsEx so that it
gets a chance to clean things up.

19 years agoAdd some missing declarations in the spec file.
Mike McCormack [Mon, 3 Jan 2005 20:10:45 +0000 (20:10 +0000)] 
Add some missing declarations in the spec file.

19 years agoGet rid of W->A calls.
Jacek Caban [Mon, 3 Jan 2005 20:09:22 +0000 (20:09 +0000)] 
Get rid of W->A calls.

19 years agoGet rid of DPRINTF.
Diego Pettenò [Mon, 3 Jan 2005 20:04:54 +0000 (20:04 +0000)] 
Get rid of DPRINTF.

19 years agoImprove progress bar tracking.
Aric Stewart [Mon, 3 Jan 2005 20:00:13 +0000 (20:00 +0000)] 
Improve progress bar tracking.

19 years agoWarning fixes.
Alexandre Julliard [Mon, 3 Jan 2005 17:15:37 +0000 (17:15 +0000)] 
Warning fixes.

19 years agoStub implementations for GetKernelObjectSecurity,
Hans Leidekker [Mon, 3 Jan 2005 17:12:51 +0000 (17:12 +0000)] 
Stub implementations for GetKernelObjectSecurity,
GetPrivateObjectSecurity, GetServiceKeyName{A,W},
ImpersonateNamedPipeClient, InitiateSystemShutdown{A,W},
IsTokenRestricted, LogonUser{A,W}, LookupAccountNameW,
LookupPrivilegeDisplayName{A,W}, MapGenericMask,
ObjectCloseAuditAlarm{A,W}, ObjectOpenAuditAlarm{A,W},
ObjectPrivilegeAuditAlarm{A,W}, PrivilegedServiceAuditAlarm{A,W},
QueryServiceLockStatus{A,W}, SetAclInformation,
SetPrivateObjectSecurity, SetSecurityDescriptorControl,
SetServiceBits, LsaSetInformationPolicy, LsaLookupNames,
LsaEnumerateTrustedDomains.

19 years agoDocumentation fix.
Jon Griffiths [Mon, 3 Jan 2005 17:09:55 +0000 (17:09 +0000)] 
Documentation fix.

19 years agoImplement and test URLIS_URL flag in UrlIs().
Hans Leidekker [Mon, 3 Jan 2005 17:08:40 +0000 (17:08 +0000)] 
Implement and test URLIS_URL flag in UrlIs().

19 years agoAdded registration/unregistration of media types.
Christian Costa [Mon, 3 Jan 2005 17:05:47 +0000 (17:05 +0000)] 
Added registration/unregistration of media types.

19 years agoImplement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Jon Griffiths [Mon, 3 Jan 2005 17:05:02 +0000 (17:05 +0000)] 
Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Implement FBadEntryList and make FBadProp use it.
Test CreateIProp, start of tests for IPropData interface.

19 years agoStub implementations for GetAltTabInfo{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 17:02:34 +0000 (17:02 +0000)] 
Stub implementations for GetAltTabInfo{A,W}.
Forward GetAltTabInfo to GetAltTabInfoA.

19 years agoConverted system metrics to Unicode.
Justin Chevrier [Mon, 3 Jan 2005 16:59:41 +0000 (16:59 +0000)] 
Converted system metrics to Unicode.

19 years ago- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
Francois Gouget [Mon, 3 Jan 2005 16:57:02 +0000 (16:57 +0000)] 
- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
  WM_{QUERY}ENDSESSION messages.
- Add support for EWX_FORCEIFHUNG.
- ExitWindowsEx() should return true if it succeeds, even if the user
  cancels the shutdown.
- Don't crash if there are no windows.

19 years agoAdd and fix some stubs.
Steven Edwards [Mon, 3 Jan 2005 16:54:43 +0000 (16:54 +0000)] 
Add and fix some stubs.

19 years agoUpdate copyright info for the new year.
Ivan Leo Puoti [Mon, 3 Jan 2005 16:53:50 +0000 (16:53 +0000)] 
Update copyright info for the new year.

19 years agoGet rid of HEAP_strdupWtoA calls.
Jacek Caban [Mon, 3 Jan 2005 16:07:37 +0000 (16:07 +0000)] 
Get rid of HEAP_strdupWtoA calls.

19 years agoBe sure that set paths are terminated with a backslash.
Aric Stewart [Mon, 3 Jan 2005 16:06:44 +0000 (16:06 +0000)] 
Be sure that set paths are terminated with a backslash.

19 years agoDo not check for non NULL pointer before HeapFree'ing it. It's
Michael Stefaniuc [Mon, 3 Jan 2005 14:56:42 +0000 (14:56 +0000)] 
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.

19 years agoSome missing const correctness fixes.
Eric Pouech [Mon, 3 Jan 2005 14:50:12 +0000 (14:50 +0000)] 
Some missing const correctness fixes.

19 years agoAdded partial VxD support.
Robert Reif [Mon, 3 Jan 2005 14:48:49 +0000 (14:48 +0000)] 
Added partial VxD support.

19 years agoAdd comment about CLIPBOARD_SetClipboardOwner.
Ulrich Czekalla [Mon, 3 Jan 2005 14:47:33 +0000 (14:47 +0000)] 
Add comment about CLIPBOARD_SetClipboardOwner.

19 years agoDebug fixes and cleanup.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:46:40 +0000 (14:46 +0000)] 
Debug fixes and cleanup.

19 years agoAdded Spanish translation.
José Manuel Ferrer Ortiz [Mon, 3 Jan 2005 14:45:36 +0000 (14:45 +0000)] 
Added Spanish translation.

19 years ago- Finish off the "Remove Application" button.
Mike Hearn [Mon, 3 Jan 2005 14:45:05 +0000 (14:45 +0000)] 
- Finish off the "Remove Application" button.
- Allow removal of keys from the overlay.
- One or two whitespace fixes.

19 years ago- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
Dmitry Timoshkov [Mon, 3 Jan 2005 14:44:27 +0000 (14:44 +0000)] 
- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
  identifies current thread.
- Make X11DRV_GetKeyboardLayoutList follow the same rule as
  X11DRV_GetKeyboardLayout and X11DRV_GetKeyboardLayoutName for CJK
  locales.
- There is no need to have 0xe001 in the high word of Japanese
  keyboard layouts lcids in main_key_tab, the above APIs take care of
  it.
- High word of a returned keyboard layout duplicates low word for non
  CJK locales under Windows.

19 years agoFixed some regressions from the previous change.
Eric Pouech [Mon, 3 Jan 2005 14:43:15 +0000 (14:43 +0000)] 
Fixed some regressions from the previous change.

19 years agoHandle correctly DDSD_LINEARSIZE flag for FOURCC textures.
Christian Costa [Mon, 3 Jan 2005 14:41:08 +0000 (14:41 +0000)] 
Handle correctly DDSD_LINEARSIZE flag for FOURCC textures.

19 years agoAdd test for the listbox item height.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:40:13 +0000 (14:40 +0000)] 
Add test for the listbox item height.

19 years agoImplemented DllCanUnloadNow.
Jacek Caban [Mon, 3 Jan 2005 14:39:51 +0000 (14:39 +0000)] 
Implemented DllCanUnloadNow.

19 years agoGet rid of W->A call.
Jacek Caban [Mon, 3 Jan 2005 14:39:08 +0000 (14:39 +0000)] 
Get rid of W->A call.

19 years agoTypos/grammar fixes.
Jon Griffiths [Mon, 3 Jan 2005 14:38:03 +0000 (14:38 +0000)] 
Typos/grammar fixes.

19 years agoConst correctness fix.
Jon Griffiths [Mon, 3 Jan 2005 14:37:41 +0000 (14:37 +0000)] 
Const correctness fix.

19 years agoUse Ascii functions explicitly.
Jon Griffiths [Mon, 3 Jan 2005 14:36:47 +0000 (14:36 +0000)] 
Use Ascii functions explicitly.

19 years agoSS_CENTERIMAGE has been implemented.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:36:25 +0000 (14:36 +0000)] 
SS_CENTERIMAGE has been implemented.

19 years agoImplemented parallel hashing in CPEncrypt and CPDecrypt.
Michael Jung [Mon, 3 Jan 2005 14:35:35 +0000 (14:35 +0000)] 
Implemented parallel hashing in CPEncrypt and CPDecrypt.
Implemented CPHashSessionKey.

19 years agoComment out an assert, as we don't yet implement IRemUnknown.
Mike Hearn [Mon, 3 Jan 2005 14:34:09 +0000 (14:34 +0000)] 
Comment out an assert, as we don't yet implement IRemUnknown.

19 years agoStub implementations for GetLogColorSpace{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 14:33:07 +0000 (14:33 +0000)] 
Stub implementations for GetLogColorSpace{A,W}.

19 years agoStub implementations for EnumDateFormatsEx{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 14:32:16 +0000 (14:32 +0000)] 
Stub implementations for EnumDateFormatsEx{A,W}.

19 years agoStub implementations for RasConnectionNotification{A,W},
Hans Leidekker [Mon, 3 Jan 2005 14:30:14 +0000 (14:30 +0000)] 
Stub implementations for RasConnectionNotification{A,W},
RasCreatePhonebookEntry{A,W}, RasDeleteSubEntry{A,W}, RasDial{A,W},
RasEditPhonebookEntry{A,W}, RasGetConnectStatus{A,W},
RasGetEntryDialParamsW, RasHangUpW, RasGetEntryPropertiesW,
RasGetErrorString{A,W}, RasGetProjectionInfo{A,W},
RasRenameEntry{A,W}, RasSetEntryDialParams{A,W},
RasSetSubEntryProperties{A,W}.

19 years agoFree allocated buffers.
Aric Stewart [Mon, 3 Jan 2005 14:29:09 +0000 (14:29 +0000)] 
Free allocated buffers.

19 years agoRemove obsolete info.
Hans Leidekker [Mon, 3 Jan 2005 14:27:23 +0000 (14:27 +0000)] 
Remove obsolete info.

19 years agoAdded optional, defaultvalue and vararg.
Jacek Caban [Mon, 3 Jan 2005 14:26:17 +0000 (14:26 +0000)] 
Added optional, defaultvalue and vararg.

19 years agoSmall bugfixes backported from the LibTomCrypt v1.0rc1 release.
Michael Jung [Mon, 3 Jan 2005 14:25:12 +0000 (14:25 +0000)] 
Small bugfixes backported from the LibTomCrypt v1.0rc1 release.

19 years agoAdd definition of IInternalUnknown.
Robert Shearman [Mon, 3 Jan 2005 14:23:33 +0000 (14:23 +0000)] 
Add definition of IInternalUnknown.

19 years agoImplement thread safety for records.
Mike McCormack [Mon, 27 Dec 2004 19:29:33 +0000 (19:29 +0000)] 
Implement thread safety for records.

19 years ago- Move named pipe macros into rpc.c.
Robert Shearman [Mon, 27 Dec 2004 19:27:57 +0000 (19:27 +0000)] 
- Move named pipe macros into rpc.c.
- Remove unneeded function.