wine
19 years agoFix dependencies.
Mike McCormack [Thu, 17 Mar 2005 13:57:44 +0000 (13:57 +0000)] 
Fix dependencies.

19 years agoConvert path to unicode, rearrange to remove forward declaration.
Mike McCormack [Thu, 17 Mar 2005 13:57:38 +0000 (13:57 +0000)] 
Convert path to unicode, rearrange to remove forward declaration.

19 years agoReplaced slow and outdated character set handling in RTF reader by
Phil Krylov [Thu, 17 Mar 2005 13:57:27 +0000 (13:57 +0000)] 
Replaced slow and outdated character set handling in RTF reader by
Unicode/codepages support. Added charset->codepage conversion.

19 years agoDeclare inline string function WINAPI (found by Krzysztof Foltman).
Mike McCormack [Thu, 17 Mar 2005 13:56:53 +0000 (13:56 +0000)] 
Declare inline string function WINAPI (found by Krzysztof Foltman).

19 years agoAdd some missing interfaces.
Jon Griffiths [Thu, 17 Mar 2005 10:27:07 +0000 (10:27 +0000)] 
Add some missing interfaces.

19 years ago- Add critsec debugging info.
Robert Shearman [Thu, 17 Mar 2005 10:26:20 +0000 (10:26 +0000)] 
- Add critsec debugging info.
- Move the modal loop called during RPCs into CoWaitForMultipleHandles.
- Use a mutex for long remoting calls to IRemUnknown methods.
- Remove locking in apartment_disconnectproxies as it is not needed.
- Use PostMessage instead of SendMessage so we can run the message
  loop or not as appropriate.

19 years agoDo not fallback to defaults if a driver, mapper, or midi is specified
Jeremy White [Thu, 17 Mar 2005 10:25:25 +0000 (10:25 +0000)] 
Do not fallback to defaults if a driver, mapper, or midi is specified
in the registry; consolidate MMDRV_Init() into a single function.

19 years agoAdd a comment about byte order, change types to reduce casting and not
Juan Lang [Thu, 17 Mar 2005 10:25:13 +0000 (10:25 +0000)] 
Add a comment about byte order, change types to reduce casting and not
cast away constness.

19 years agoAdded implementation of DllCanUnloadNow.
Jacek Caban [Thu, 17 Mar 2005 10:24:42 +0000 (10:24 +0000)] 
Added implementation of DllCanUnloadNow.

19 years ago- RTF reader doesn't use RichEdit messages anymore (which saves on
Krzysztof Foltman [Thu, 17 Mar 2005 10:23:40 +0000 (10:23 +0000)] 
- RTF reader doesn't use RichEdit messages anymore (which saves on
  unnecessary repaints)
- added unicode character support to RTF import (like: \u12345 ?)
- small fixes
- fixed whitespace identification bug
- removed drawing of paragraph marks
- improved stub implementations for IRichEditOle

19 years agoImproved RTF export.
Phil Krylov [Wed, 16 Mar 2005 20:18:11 +0000 (20:18 +0000)] 
Improved RTF export.

19 years agoAdded missing PFE_ and PFA_ definitions.
Phil Krylov [Wed, 16 Mar 2005 20:17:52 +0000 (20:17 +0000)] 
Added missing PFE_ and PFA_ definitions.

19 years agoTest failed before on 98, NT4, 2000 and XP.
Jakob Eriksson [Wed, 16 Mar 2005 20:17:31 +0000 (20:17 +0000)] 
Test failed before on 98, NT4, 2000 and XP.

19 years agoDon't force injected hardware messages to be queued in the current
Alexandre Julliard [Wed, 16 Mar 2005 20:10:35 +0000 (20:10 +0000)] 
Don't force injected hardware messages to be queued in the current
thread.

19 years agoQueue hardware messages even if we don't find a window for them the
Alexandre Julliard [Wed, 16 Mar 2005 20:06:45 +0000 (20:06 +0000)] 
Queue hardware messages even if we don't find a window for them the
first time around.

19 years agoConverted the make_ctests script to C (based on a patch by Royce
Alexandre Julliard [Wed, 16 Mar 2005 20:02:17 +0000 (20:02 +0000)] 
Converted the make_ctests script to C (based on a patch by Royce
Mitchell III).

19 years agoConverted the window children lists to standard lists.
Alexandre Julliard [Wed, 16 Mar 2005 19:54:33 +0000 (19:54 +0000)] 
Converted the window children lists to standard lists.

19 years agoUse ATLRegistrar to register atl.dll.
Jacek Caban [Wed, 16 Mar 2005 19:53:41 +0000 (19:53 +0000)] 
Use ATLRegistrar to register atl.dll.

19 years agoStarted a unit test case for the updown control.
C. Scott Ananian [Wed, 16 Mar 2005 19:52:40 +0000 (19:52 +0000)] 
Started a unit test case for the updown control.

19 years ago_dbg_ILGetNext returns NULL if pidl->mkid.cb is zero, fix the loops
Filip Navara [Wed, 16 Mar 2005 19:51:13 +0000 (19:51 +0000)] 
_dbg_ILGetNext returns NULL if pidl->mkid.cb is zero, fix the loops
accordingly.

19 years agoCorrect memory allocation macro.
Jason Edmeades [Wed, 16 Mar 2005 19:50:49 +0000 (19:50 +0000)] 
Correct memory allocation macro.

19 years agoAdd property IDs for MSI summary information.
Mike McCormack [Wed, 16 Mar 2005 19:50:33 +0000 (19:50 +0000)] 
Add property IDs for MSI summary information.

19 years agoFix broken test.
Jakob Eriksson [Wed, 16 Mar 2005 19:49:57 +0000 (19:49 +0000)] 
Fix broken test.

19 years agoSetDisplayMode can return DDERR_UNSUPPORTED. If it does, we shouldn't
Jakob Eriksson [Wed, 16 Mar 2005 19:49:25 +0000 (19:49 +0000)] 
SetDisplayMode can return DDERR_UNSUPPORTED. If it does, we shouldn't
try to restore something either.

19 years agoDon't mark a file as readonly if it has any write bit set.
Ulrich Czekalla [Wed, 16 Mar 2005 19:48:42 +0000 (19:48 +0000)] 
Don't mark a file as readonly if it has any write bit set.

19 years agoGetDlgItemTextW takes buffer length in WCHARs not bytes.
Dmitry Timoshkov [Wed, 16 Mar 2005 19:48:04 +0000 (19:48 +0000)] 
GetDlgItemTextW takes buffer length in WCHARs not bytes.

19 years agoAudit the control against Comctl32.dll version 6.0.
Dimitrie O. Paun [Wed, 16 Mar 2005 19:47:52 +0000 (19:47 +0000)] 
Audit the control against Comctl32.dll version 6.0.
Proper handling of GWL_STYLE.
Implement WM_CLOSE. Fix WM_SIZE implementation.
Small cleanups.

19 years agoFix two failures and (hopefully) a crash with early versions.
Jon Griffiths [Wed, 16 Mar 2005 19:47:37 +0000 (19:47 +0000)] 
Fix two failures and (hopefully) a crash with early versions.

19 years agoCorrect registering shell folders (values in Shell Folders key weren't
Juan Lang [Wed, 16 Mar 2005 11:37:46 +0000 (11:37 +0000)] 
Correct registering shell folders (values in Shell Folders key weren't
getting written).

19 years agoAdd defines for SLDF flags.
Mike McCormack [Wed, 16 Mar 2005 11:31:54 +0000 (11:31 +0000)] 
Add defines for SLDF flags.

19 years ago- Rename dupstrW to strdupW, and remove duplicate definition.
Mike McCormack [Wed, 16 Mar 2005 11:31:35 +0000 (11:31 +0000)] 
- Rename dupstrW to strdupW, and remove duplicate definition.
- Move definition of string manipulation functions to msipriv.h.

19 years agoActually print dwExStyle in case of a mismatch.
Dmitry Timoshkov [Wed, 16 Mar 2005 11:30:51 +0000 (11:30 +0000)] 
Actually print dwExStyle in case of a mismatch.

19 years agoProvide default implementation of waveInPrepareHeader and
Robert Reif [Wed, 16 Mar 2005 11:30:34 +0000 (11:30 +0000)] 
Provide default implementation of waveInPrepareHeader and
waveInUnprepareHeader if driver doesn't support them.

19 years agowaveInPrepareHeader and waveInUnprepareHeader are not really needed
Robert Reif [Wed, 16 Mar 2005 11:30:17 +0000 (11:30 +0000)] 
waveInPrepareHeader and waveInUnprepareHeader are not really needed
because the contents don't change.

19 years agoFix a link to Wine's HowTo.
Francois Gouget [Wed, 16 Mar 2005 11:28:01 +0000 (11:28 +0000)] 
Fix a link to Wine's HowTo.

19 years ago- Unknown destinations are now correctly skipped (so loading an RTF
Krzysztof Foltman [Wed, 16 Mar 2005 11:27:43 +0000 (11:27 +0000)] 
- Unknown destinations are now correctly skipped (so loading an RTF
  file generated by, for example, OpenOffice doesn't produce lots of
  garbage anymore).
- Format stack for RTF groups (so that RTF reader can correctly read
  what RTF writer wrote :) )

19 years agoStub implementations for WTSCloseServer, WTSDisconnectSession,
Hans Leidekker [Wed, 16 Mar 2005 11:27:05 +0000 (11:27 +0000)] 
Stub implementations for WTSCloseServer, WTSDisconnectSession,
WTSEnumerateProcesses{A,W}, WTSEnumerateSessions{A,W},
WTSQuerySessionInformationA.

19 years agoBuild a static list of devices instead of relying on ELF
Alexandre Julliard [Tue, 15 Mar 2005 19:36:15 +0000 (19:36 +0000)] 
Build a static list of devices instead of relying on ELF
constructors.

19 years agoMore trace info.
Jakob Eriksson [Tue, 15 Mar 2005 19:33:32 +0000 (19:33 +0000)] 
More trace info.

19 years agoCryptAcquireContextA() can return NTE_FAIL on Windows 98.
Jakob Eriksson [Tue, 15 Mar 2005 19:32:38 +0000 (19:32 +0000)] 
CryptAcquireContextA() can return NTE_FAIL on Windows 98.

19 years agoInitialize the "toc" field in the pdb_lookup structure in order to
Filip Navara [Tue, 15 Mar 2005 19:32:14 +0000 (19:32 +0000)] 
Initialize the "toc" field in the pdb_lookup structure in order to
prevent pdb_free_lookup from trying to delete invalid pointers.

19 years agoUnconditionally free memory. Should make smatch happy.
Robert Reif [Tue, 15 Mar 2005 19:31:55 +0000 (19:31 +0000)] 
Unconditionally free memory. Should make smatch happy.

19 years agoImplemented hash table lookup for RTF keywords in RTF reader.
Phil Krylov [Tue, 15 Mar 2005 19:31:44 +0000 (19:31 +0000)] 
Implemented hash table lookup for RTF keywords in RTF reader.

19 years agoUse the correct file name in the "generated automatically" comments.
Alexandre Julliard [Tue, 15 Mar 2005 15:42:32 +0000 (15:42 +0000)] 
Use the correct file name in the "generated automatically" comments.

19 years ago- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
Krzysztof Foltman [Tue, 15 Mar 2005 15:40:52 +0000 (15:40 +0000)] 
- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
  to Phil Krylov's RTF generator code).
- New message implemented - WM_PASTE.
- RTF reader: rtfPlain implemented (kind of).
- RTF writer: rewritten main loop (the old one crashed in some
  circumstances when SFF_SELECTION was used).

19 years agoChange some global variable names.
Robert Reif [Tue, 15 Mar 2005 15:40:35 +0000 (15:40 +0000)] 
Change some global variable names.
Cleanup usage of global dsound variable to not use local variable of
same name.
Almost ready to add support for more than one sound card at the same
time.

19 years agoAdd three missing dlls to the list.
Tom Wickline [Tue, 15 Mar 2005 15:39:51 +0000 (15:39 +0000)] 
Add three missing dlls to the list.

19 years agoCleanup and simplify the painting code.
Dimitrie O. Paun [Tue, 15 Mar 2005 15:39:38 +0000 (15:39 +0000)] 
Cleanup and simplify the painting code.
Fix a potential bug along the way.

19 years agoFix memory leak in error path.
Robert Reif [Tue, 15 Mar 2005 15:39:03 +0000 (15:39 +0000)] 
Fix memory leak in error path.

19 years agoFix memory leak when there are too many drivers.
Robert Reif [Tue, 15 Mar 2005 15:38:48 +0000 (15:38 +0000)] 
Fix memory leak when there are too many drivers.

19 years agoAvoid trap in mixerGetLineControlsA when cControls is uninitialized
Jason Edmeades [Tue, 15 Mar 2005 15:38:34 +0000 (15:38 +0000)] 
Avoid trap in mixerGetLineControlsA when cControls is uninitialized
and MIXER_GETLINECONTROLSSF_ONEBYTYPE requested.

19 years agoMake mlang_test.exe loadable on NT 4.0.
Stefan Leichter [Mon, 14 Mar 2005 21:41:27 +0000 (21:41 +0000)] 
Make mlang_test.exe loadable on NT 4.0.

19 years agoInitial implementation of EM_STREAMOUT and RTF writer.
Phil Krylov [Mon, 14 Mar 2005 21:41:16 +0000 (21:41 +0000)] 
Initial implementation of EM_STREAMOUT and RTF writer.

19 years agoAdded "generator" RTF destination handling.
Phil Krylov [Mon, 14 Mar 2005 21:40:48 +0000 (21:40 +0000)] 
Added "generator" RTF destination handling.

19 years agoAdded missing PFA_JUSTIFY definition.
Phil Krylov [Mon, 14 Mar 2005 21:39:57 +0000 (21:39 +0000)] 
Added missing PFA_JUSTIFY definition.

19 years agoAvoid accessing an uninitialized string in the failure case.
Alexandre Julliard [Mon, 14 Mar 2005 17:20:58 +0000 (17:20 +0000)] 
Avoid accessing an uninitialized string in the failure case.

19 years agoGet rid of the remaining registry configuration parameters.
Alexandre Julliard [Mon, 14 Mar 2005 17:18:40 +0000 (17:18 +0000)] 
Get rid of the remaining registry configuration parameters.

19 years agoAvoid returning hardware messages if they have no chance to match the
Alexandre Julliard [Mon, 14 Mar 2005 17:17:09 +0000 (17:17 +0000)] 
Avoid returning hardware messages if they have no chance to match the
filter.

19 years agoImplement RegisterOCX.
Matthew Mastracci [Mon, 14 Mar 2005 17:16:03 +0000 (17:16 +0000)] 
Implement RegisterOCX.
Stub for DelNodeRunDLL32.

19 years agoDo not release capture before sending WM_NCDESTROY message, update the
Dmitry Timoshkov [Mon, 14 Mar 2005 17:15:33 +0000 (17:15 +0000)] 
Do not release capture before sending WM_NCDESTROY message, update the
tests to reflect that.

19 years agoMove interface declarations to shobjidl.idl.
Mike McCormack [Mon, 14 Mar 2005 17:14:40 +0000 (17:14 +0000)] 
Move interface declarations to shobjidl.idl.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Mon, 14 Mar 2005 17:13:44 +0000 (17:13 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.

19 years agoGet rid of the registry saving level hack.
Alexandre Julliard [Mon, 14 Mar 2005 11:00:43 +0000 (11:00 +0000)] 
Get rid of the registry saving level hack.
Make periodic saving the default behavior.

19 years agoFix incorrect random multicast MAC address creation.
Ralf S. Engelschall [Mon, 14 Mar 2005 10:53:57 +0000 (10:53 +0000)] 
Fix incorrect random multicast MAC address creation.

19 years agoUpdate ntdll.spec against current Microsoft build.
Ivan Leo Puoti [Mon, 14 Mar 2005 10:53:36 +0000 (10:53 +0000)] 
Update ntdll.spec against current Microsoft build.

19 years agoAdded implementation of ATLRegistrar.
Jacek Caban [Mon, 14 Mar 2005 10:51:27 +0000 (10:51 +0000)] 
Added implementation of ATLRegistrar.

19 years agoTREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
Evan Deaubl [Mon, 14 Mar 2005 10:51:06 +0000 (10:51 +0000)] 
TREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
if the newSelect parameter is NULL.

19 years ago- switch to correct shell desktop context menu
Martin Fuchs [Mon, 14 Mar 2005 10:49:03 +0000 (10:49 +0000)] 
- switch to correct shell desktop context menu
- launch desk.cpl when activating the desktop context menu entry
  "properties"
- don't send WM_COMMAND if we didn't get a shell view window

19 years agoAdd tSTRING to the pathname production, so that you can quote a
C. Scott Ananian [Mon, 14 Mar 2005 10:48:29 +0000 (10:48 +0000)] 
Add tSTRING to the pathname production, so that you can quote a
pathname which contains 'odd' characters.

19 years agoMove definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
C. Scott Ananian [Mon, 14 Mar 2005 10:48:08 +0000 (10:48 +0000)] 
Move definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
are lexed as paths (in the appropriate contexts) instead of as
operator or number tokens.
Add '-' to the set of characters legal in a pathname.

19 years ago- reorganisation of full chapter
Eric Pouech [Mon, 14 Mar 2005 10:47:14 +0000 (10:47 +0000)] 
- reorganisation of full chapter
- rewrote the console part
- added FS documentation

19 years agoA few memory checks avoiding memory leaks.
Joris Huizer [Mon, 14 Mar 2005 10:46:50 +0000 (10:46 +0000)] 
A few memory checks avoiding memory leaks.

19 years agoEncapsulate texture, surface encapsulated.
Oliver Stieber [Mon, 14 Mar 2005 10:12:52 +0000 (10:12 +0000)] 
Encapsulate texture, surface encapsulated.
Added BindTexture, GetTextureDimensions, UnBindTexture.
Proper GetContainer support for surface.
SetContainer added to surface and volume.
SetInPbufferState added to surface (until gl context management is
implemented).
Minor changes:
- BaseTexture no longer 'holds' a reference to IWineD3DDevice to
  prevent circular referencing.
- Better managment of referinging for texture.
- Some TODO's for implementing a context manager.
- Better preload implementation.
- Fix compile warning in device.c Set/GetSamplerState.
- Add QueryInterface support for surface.
- Format X8R8G8B8 added to locking.

19 years ago- RpcMgmtStopServerListen should not affect auto-listen interfaces.
Robert Shearman [Mon, 14 Mar 2005 10:11:04 +0000 (10:11 +0000)] 
- RpcMgmtStopServerListen should not affect auto-listen interfaces.
- Implement stub for RpcRevertToSelfEx.
- Change the more verbose files to use a new debug channel, "rpc."

19 years agoComment out a test that crashes on early versions.
Jon Griffiths [Mon, 14 Mar 2005 10:10:00 +0000 (10:10 +0000)] 
Comment out a test that crashes on early versions.

19 years agoTests and small fix for PathMakePretty().
Jon Griffiths [Mon, 14 Mar 2005 10:09:53 +0000 (10:09 +0000)] 
Tests and small fix for PathMakePretty().
Fix a crash and test failure with early native dlls.

19 years agoUnicodification and typesafe interfaces.
Dimitrie O. Paun [Mon, 14 Mar 2005 10:09:24 +0000 (10:09 +0000)] 
Unicodification and typesafe interfaces.

19 years agoAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
Alexandre Julliard [Mon, 14 Mar 2005 10:09:11 +0000 (10:09 +0000)] 
Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Implement VT_BYREF | VT_BSTR marshalling.
- Add more integer types for marshaling and unmarshaling.
- Implement VT_BYREF | VT_BSTR unmarshaling.
- Don't allocate memory for TKIND_DISPATCH/TKIND_INTERFACE
  unmarshaling as it will be lost in the success case and interferes
  with the failure case.

19 years agoMake Rtl*Registry* functions case insensitive.
Ivan Leo Puoti [Mon, 14 Mar 2005 10:08:21 +0000 (10:08 +0000)] 
Make Rtl*Registry* functions case insensitive.

19 years agoMake ME_ArrowLeft() return a value in every case.
Gerald Pfeifer [Mon, 14 Mar 2005 10:08:00 +0000 (10:08 +0000)] 
Make ME_ArrowLeft() return a value in every case.

19 years agoFix function definitions for msvc build.
Martin Fuchs [Mon, 14 Mar 2005 10:07:40 +0000 (10:07 +0000)] 
Fix function definitions for msvc build.

19 years agoChange a fixme to a warn, and use W version of call.
Juan Lang [Mon, 14 Mar 2005 10:07:11 +0000 (10:07 +0000)] 
Change a fixme to a warn, and use W version of call.

19 years agoIf a zero index is passed to META_SELECTCLIPREGION reset the clip
Ulrich Czekalla [Mon, 14 Mar 2005 10:06:54 +0000 (10:06 +0000)] 
If a zero index is passed to META_SELECTCLIPREGION reset the clip
region.

19 years agoSpecial case Win9x platforms in the desktop visibility test, in Win98
Dmitry Timoshkov [Mon, 14 Mar 2005 10:06:22 +0000 (10:06 +0000)] 
Special case Win9x platforms in the desktop visibility test, in Win98
GetUserObjectInformation is a stub returning ERROR_CALL_NOT_IMPLEMENTED.

19 years agoFix a test to pass under XP.
Juan Lang [Mon, 14 Mar 2005 10:05:58 +0000 (10:05 +0000)] 
Fix a test to pass under XP.

19 years agoFix some msg.c and win.c failures running on NT4 and XP.
Dmitry Timoshkov [Mon, 14 Mar 2005 10:05:50 +0000 (10:05 +0000)] 
Fix some msg.c and win.c failures running on NT4 and XP.

19 years agoPorting fixes.
Steven Edwards [Mon, 14 Mar 2005 10:05:12 +0000 (10:05 +0000)] 
Porting fixes.

19 years agoCorrect CheckBitmapBits entry.
Steven Edwards [Mon, 14 Mar 2005 10:04:56 +0000 (10:04 +0000)] 
Correct CheckBitmapBits entry.

19 years agoLink mapi32 to ntdll.
Steven Edwards [Mon, 14 Mar 2005 10:04:40 +0000 (10:04 +0000)] 
Link mapi32 to ntdll.

19 years agoAdd ECT to timezone list.
Alex Villacís Lasso [Mon, 14 Mar 2005 10:04:30 +0000 (10:04 +0000)] 
Add ECT to timezone list.

19 years agoPrivate property sets do not exist in early versions of Direct Sound
Robert Reif [Mon, 14 Mar 2005 10:04:07 +0000 (10:04 +0000)] 
Private property sets do not exist in early versions of Direct Sound
so skip tests if not supported.
Add tests for A, W and 1 variations of data.

19 years agoAdd missing functionality.
Robert Reif [Mon, 14 Mar 2005 10:03:54 +0000 (10:03 +0000)] 
Add missing functionality.
Add more and better error messages.
Add checks for failed HeapAlloc.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Mon, 14 Mar 2005 10:03:39 +0000 (10:03 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.

19 years agoReplace calloc() by HeapAlloc().
Alexandre Julliard [Fri, 11 Mar 2005 13:25:42 +0000 (13:25 +0000)] 
Replace calloc() by HeapAlloc().

19 years agoGet rid of version #ifdefs.
Alexandre Julliard [Fri, 11 Mar 2005 13:19:36 +0000 (13:19 +0000)] 
Get rid of version #ifdefs.

19 years agoStgOpenStorage shouldn't open zero length storage files.
Mike McCormack [Fri, 11 Mar 2005 13:17:10 +0000 (13:17 +0000)] 
StgOpenStorage shouldn't open zero length storage files.

19 years agoInternationalization.
Jonathan Ernst [Fri, 11 Mar 2005 13:16:35 +0000 (13:16 +0000)] 
Internationalization.

19 years agoGet rid of the Windows registry loading on startup, this needs to be
Alexandre Julliard [Fri, 11 Mar 2005 13:10:25 +0000 (13:10 +0000)] 
Get rid of the Windows registry loading on startup, this needs to be
done differently.

19 years agoAdded select_server() test that uses select() in serving clients.
Thomas Kho [Fri, 11 Mar 2005 12:53:12 +0000 (12:53 +0000)] 
Added select_server() test that uses select() in serving clients.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Fri, 11 Mar 2005 12:50:27 +0000 (12:50 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.