wine
22 years agoComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
Alexandre Julliard [Fri, 5 Jul 2002 00:30:05 +0000 (00:30 +0000)] 
ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
ComboLBox.

22 years agoRemoved "so" from the default load order.
Alexandre Julliard [Fri, 5 Jul 2002 00:27:12 +0000 (00:27 +0000)] 
Removed "so" from the default load order.

22 years agoTried to make IsDialogMessageW more compatible. Changed
Alexandre Julliard [Fri, 5 Jul 2002 00:23:02 +0000 (00:23 +0000)] 
Tried to make IsDialogMessageW more compatible. Changed
IsDialogMessage16/A to call IsDialogMessageW.

22 years ago- Replaced .previous with a .section statement for the appropriate
Gregg Mattinson [Fri, 5 Jul 2002 00:20:42 +0000 (00:20 +0000)] 
- Replaced .previous with a .section statement for the appropriate
  section.
- '.section .text' is incorrect.  It should be '.section ".text"'.

22 years agoMSVCRT_operator_new: Call handler only when "new" operation fails.
Uwe Bonnes [Fri, 5 Jul 2002 00:18:08 +0000 (00:18 +0000)] 
MSVCRT_operator_new: Call handler only when "new" operation fails.

22 years agoChanged GetModuleFileNameA to use GetCurrentTask instead of
Joshua Thielen [Fri, 5 Jul 2002 00:16:41 +0000 (00:16 +0000)] 
Changed GetModuleFileNameA to use GetCurrentTask instead of
MODULE32_LookupHMODULE when called by a 16-bit task.

22 years agoCast void* to char* for pointer arithmetic.
Gregg Mattinson [Wed, 3 Jul 2002 21:10:43 +0000 (21:10 +0000)] 
Cast void* to char* for pointer arithmetic.

22 years agostrcasecmp returns zero on a match.
Duane Clark [Wed, 3 Jul 2002 21:07:36 +0000 (21:07 +0000)] 
strcasecmp returns zero on a match.

22 years agoRemoved non-static structure initializers.
Gregg Mattinson [Wed, 3 Jul 2002 21:06:58 +0000 (21:06 +0000)] 
Removed non-static structure initializers.

22 years agoBetter toggle all relevant bits in VGA crt register.
Andreas Mohr [Wed, 3 Jul 2002 21:04:44 +0000 (21:04 +0000)] 
Better toggle all relevant bits in VGA crt register.

22 years agoCheck POLLHUP semantics at remote shutdown when wineserver is started.
Martin Wilck [Wed, 3 Jul 2002 21:04:09 +0000 (21:04 +0000)] 
Check POLLHUP semantics at remote shutdown when wineserver is started.
Fix socket state handling and event handling for non-STREAM sockets.

22 years agoFixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
Alexandre Julliard [Wed, 3 Jul 2002 01:22:13 +0000 (01:22 +0000)] 
Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
and/or partial bitmaps.

22 years agoDocument the new trace-related winedbg commands.
Tony Lambregts [Wed, 3 Jul 2002 01:20:46 +0000 (01:20 +0000)] 
Document the new trace-related winedbg commands.

22 years agoVoid functions can't return a value, even if it is the return value
Gregg Mattinson [Wed, 3 Jul 2002 01:20:07 +0000 (01:20 +0000)] 
Void functions can't return a value, even if it is the return value
from another void function.

22 years agoDetect DCs without fonts and return an error in wglUseBitmapFonts.
Lionel Ulmer [Wed, 3 Jul 2002 01:16:45 +0000 (01:16 +0000)] 
Detect DCs without fonts and return an error in wglUseBitmapFonts.

22 years agoRemoved unusual type casting.
Gregg Mattinson [Wed, 3 Jul 2002 01:16:13 +0000 (01:16 +0000)] 
Removed unusual type casting.

22 years agoAvoid multi-line string constants.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:52 +0000 (01:15 +0000)] 
Avoid multi-line string constants.

22 years agoRemoved extra , from last element in enum declarations.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:32 +0000 (01:15 +0000)] 
Removed extra , from last element in enum declarations.

22 years agoRemoved extra ; from end of ICOM_METHOD macros.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:14 +0000 (01:15 +0000)] 
Removed extra ; from end of ICOM_METHOD macros.

22 years agoFixed some more configuration issues.
Eric Pouech [Wed, 3 Jul 2002 01:14:52 +0000 (01:14 +0000)] 
Fixed some more configuration issues.

22 years agoMake sure we wait some time during int16 keyboard query call.
Andreas Mohr [Wed, 3 Jul 2002 01:13:34 +0000 (01:13 +0000)] 
Make sure we wait some time during int16 keyboard query call.

22 years agoAdded a DOS text mode memory buffer copy in order to be able to tell
Andreas Mohr [Wed, 3 Jul 2002 01:13:17 +0000 (01:13 +0000)] 
Added a DOS text mode memory buffer copy in order to be able to tell
which lines of text changed and thus which ones to update.

22 years agoCall Sleep for int 0x2f function 0x1680 (IDLE CALL).
Andreas Mohr [Wed, 3 Jul 2002 01:12:38 +0000 (01:12 +0000)] 
Call Sleep for int 0x2f function 0x1680 (IDLE CALL).

22 years agoRemoved redundant GetMessage call.
Alexandre Julliard [Tue, 2 Jul 2002 02:14:08 +0000 (02:14 +0000)] 
Removed redundant GetMessage call.

22 years agoFixed warnings.
Alexandre Julliard [Tue, 2 Jul 2002 02:09:39 +0000 (02:09 +0000)] 
Fixed warnings.

22 years ago- implementations for SHLWAPI_267, SHLWAPI_268
Juergen Schmied [Tue, 2 Jul 2002 02:06:19 +0000 (02:06 +0000)] 
- implementations for SHLWAPI_267, SHLWAPI_268
- small fixes

22 years ago- changed STRRET definition
Juergen Schmied [Tue, 2 Jul 2002 02:05:17 +0000 (02:05 +0000)] 
- changed STRRET definition
- small changes for seperation of shell32 from ole32
- debughelper for printing interface names (shell internal)
- changed shell memory allocation to use IMalloc of ole32 when this
  library is already loaded
- fallback IMalloc internally in shell
- unified constructor syntax for several objects  created by DllGetClassObject
- rewrote instance creation for com objects
- made the desktop folder parsing paths like ::{CLSID}
- Implemented IPersistFolder3 partially

22 years ago- Use PeekMessage loop around GetMessage.
Andreas Mohr [Mon, 1 Jul 2002 23:22:48 +0000 (23:22 +0000)] 
- Use PeekMessage loop around GetMessage.
- Added German resource file.
- Realign some dialog parts.
- "Property" -> "Properties"
- Add some traces.

22 years ago- stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
Alexandre Julliard [Mon, 1 Jul 2002 23:21:15 +0000 (23:21 +0000)] 
- stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
- minor cleanups

22 years agoAdded the FirstInstallDateTime key.
Andreas Mohr [Mon, 1 Jul 2002 23:18:12 +0000 (23:18 +0000)] 
Added the FirstInstallDateTime key.

22 years agoMake sure allocated blocks are aligned on an 8-byte boundary.
Alexandre Julliard [Mon, 1 Jul 2002 18:41:47 +0000 (18:41 +0000)] 
Make sure allocated blocks are aligned on an 8-byte boundary.

22 years agoHopefully more portable errno check.
Alexandre Julliard [Mon, 1 Jul 2002 18:39:26 +0000 (18:39 +0000)] 
Hopefully more portable errno check.

22 years agoFixed make install from read-only build directory (spotted by Marcus
Alexandre Julliard [Mon, 1 Jul 2002 18:23:38 +0000 (18:23 +0000)] 
Fixed make install from read-only build directory (spotted by Marcus
Meissner).

22 years agoRelease the Win16 lock before waiting in MsgWaitForMultipleObjectsEx.
Alexandre Julliard [Mon, 1 Jul 2002 18:20:16 +0000 (18:20 +0000)] 
Release the Win16 lock before waiting in MsgWaitForMultipleObjectsEx.

22 years agoAdded configure check for getpwuid.
Alexandre Julliard [Mon, 1 Jul 2002 18:17:30 +0000 (18:17 +0000)] 
Added configure check for getpwuid.

22 years agoAvoid alignment problem in NtQuerySystemTime.
Gregg Mattinson [Mon, 1 Jul 2002 18:14:27 +0000 (18:14 +0000)] 
Avoid alignment problem in NtQuerySystemTime.

22 years agoImplemented set cursor shape functionality.
Andreas Mohr [Mon, 1 Jul 2002 18:13:52 +0000 (18:13 +0000)] 
Implemented set cursor shape functionality.

22 years agoReturn the correct length when getting a complete section in
Mike McCormack [Mon, 1 Jul 2002 18:12:47 +0000 (18:12 +0000)] 
Return the correct length when getting a complete section in
PROFILE_GetString.

22 years agoSupport for large and negative offsets.
Juergen Schmied [Mon, 1 Jul 2002 18:10:34 +0000 (18:10 +0000)] 
Support for large and negative offsets.

22 years agoBITMAP_SelectObject must return the old handle, not the current one.
Alexandre Julliard [Fri, 28 Jun 2002 23:33:26 +0000 (23:33 +0000)] 
BITMAP_SelectObject must return the old handle, not the current one.

22 years agoCheck for valid dialog info before using it.
Alexandre Julliard [Fri, 28 Jun 2002 23:32:29 +0000 (23:32 +0000)] 
Check for valid dialog info before using it.

22 years agoRemoved message box that would pop up if a RunMRU list was not found.
Nix N. Nix [Fri, 28 Jun 2002 23:30:07 +0000 (23:30 +0000)] 
Removed message box that would pop up if a RunMRU list was not found.

22 years agoAdded Slovenian resources.
Rok Mandeljc [Fri, 28 Jun 2002 23:28:36 +0000 (23:28 +0000)] 
Added Slovenian resources.

22 years agoImplemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER.
Philipp Wollermann [Fri, 28 Jun 2002 23:27:37 +0000 (23:27 +0000)] 
Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER.

22 years agoDisable OWN_WINDOW as it no longer works.
Jukka Heinonen [Fri, 28 Jun 2002 23:26:57 +0000 (23:26 +0000)] 
Disable OWN_WINDOW as it no longer works.

22 years agoAdded some ALSA configure checks.
Alexandre Julliard [Fri, 28 Jun 2002 18:31:01 +0000 (18:31 +0000)] 
Added some ALSA configure checks.

22 years agoCreated an ALSA driver (with the help of David Hammerton and Marco
Eric Pouech [Fri, 28 Jun 2002 17:40:16 +0000 (17:40 +0000)] 
Created an ALSA driver (with the help of David Hammerton and Marco
Pietrobono).

22 years agoFixed typo in X11DRV_SetPixel.
Alexandre Julliard [Fri, 28 Jun 2002 17:38:59 +0000 (17:38 +0000)] 
Fixed typo in X11DRV_SetPixel.

22 years agoRemoved C++ style comments.
Gregg Mattinson [Fri, 28 Jun 2002 17:37:34 +0000 (17:37 +0000)] 
Removed C++ style comments.

22 years agoNo longer depends on external env strings values.
Eric Pouech [Fri, 28 Jun 2002 17:35:20 +0000 (17:35 +0000)] 
No longer depends on external env strings values.

22 years agoDo not change directory if path is invalid.
Sander van Leeuwen [Fri, 28 Jun 2002 17:34:57 +0000 (17:34 +0000)] 
Do not change directory if path is invalid.

22 years agoDo not access memory that has just been freed.
Knut St. Osmundsen [Fri, 28 Jun 2002 17:34:35 +0000 (17:34 +0000)] 
Do not access memory that has just been freed.

22 years ago- Add support for UpDown control messages.
Guy L. Albertelli [Fri, 28 Jun 2002 17:33:37 +0000 (17:33 +0000)] 
- Add support for UpDown control messages.
- Add detection for Wine's PropertySheet Dialog to translate
  messages.

22 years agoFixed a few bugs, added processing of REG_MULTI_SZ format.
Andriy Palamarchuk [Fri, 28 Jun 2002 17:33:09 +0000 (17:33 +0000)] 
Fixed a few bugs, added processing of REG_MULTI_SZ format.

22 years agoAdded support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVERRIDE.
Tony Lambregts [Fri, 28 Jun 2002 17:32:25 +0000 (17:32 +0000)] 
Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVERRIDE.

22 years agoAdd TCM_SETCURSEL when setting page current.
Guy L. Albertelli [Fri, 28 Jun 2002 17:31:57 +0000 (17:31 +0000)] 
Add TCM_SETCURSEL when setting page current.

22 years agoEnsured full duplex mode is only used with same parameters in in/out
Eric Pouech [Fri, 28 Jun 2002 17:31:31 +0000 (17:31 +0000)] 
Ensured full duplex mode is only used with same parameters in in/out
streams.
Some more work towards multiple audio cards support.

22 years agoReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help
Alexandre Julliard [Tue, 25 Jun 2002 23:29:51 +0000 (23:29 +0000)] 
Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help
of Huw Davies).

22 years agoCreated d3d8 stub dll.
Sylvain Petreolle [Tue, 25 Jun 2002 23:23:03 +0000 (23:23 +0000)] 
Created d3d8 stub dll.

22 years agoFixed endianness #ifdefs (spotted by Jason Edmeades).
Alexandre Julliard [Tue, 25 Jun 2002 03:03:19 +0000 (03:03 +0000)] 
Fixed endianness #ifdefs (spotted by Jason Edmeades).

22 years agoFixed flags handling in sndPlaySound.
Eric Pouech [Tue, 25 Jun 2002 02:58:48 +0000 (02:58 +0000)] 
Fixed flags handling in sndPlaySound.

22 years agoFixed crash in open file dialog on non-windows 98 emulation when
Jason Edmeades [Tue, 25 Jun 2002 02:55:53 +0000 (02:55 +0000)] 
Fixed crash in open file dialog on non-windows 98 emulation when
lpszInitialDir is null.

22 years agoEnsure we free the cached HFONT after loading in a fresh font. Enables
Jason Edmeades [Tue, 25 Jun 2002 02:54:06 +0000 (02:54 +0000)] 
Ensure we free the cached HFONT after loading in a fresh font. Enables
fonts in VB programs to appear correctly.

22 years agoAuthors: Huw D M Davies <hdavies@codeweavers.com>, Aric Stewart <aric@codeweavers...
Alexandre Julliard [Tue, 25 Jun 2002 00:24:36 +0000 (00:24 +0000)] 
Authors: Huw D M Davies <hdavies@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Fixed nasty bug for 2+ byte multibyte strings and GetStringType.
Fleshed out GetStringType CTYPE3 from the unicode tables.
CP_SYMBOL is not a valid codepage while CP_UTF7|8 are.

22 years agoAdded support for path wildcards of the form "*dllname" in load order
Alexandre Julliard [Tue, 25 Jun 2002 00:23:23 +0000 (00:23 +0000)] 
Added support for path wildcards of the form "*dllname" in load order
specifications.
Only use wildcard entry for dlls that don't specify an explicit path.
Removed the old DllOverrides syntax support.
Misc cleanups and optimizations.

22 years agoAdded Type 1 and Type 42 font downloading.
Huw D M Davies [Mon, 24 Jun 2002 23:44:18 +0000 (23:44 +0000)] 
Added Type 1 and Type 42 font downloading.
Misc bug fixes.

22 years agoHandle dmScale.
Huw D M Davies [Mon, 24 Jun 2002 23:41:55 +0000 (23:41 +0000)] 
Handle dmScale.

22 years agopsdrv doesn't care about hGCClipRgn, just use GetClipRgn instead.
Huw D M Davies [Mon, 24 Jun 2002 23:40:54 +0000 (23:40 +0000)] 
psdrv doesn't care about hGCClipRgn, just use GetClipRgn instead.

22 years agoGet rid of a few thousand useless TRACE lines.
Huw D M Davies [Mon, 24 Jun 2002 23:40:01 +0000 (23:40 +0000)] 
Get rid of a few thousand useless TRACE lines.

22 years agoAdded afm weight "NORMAL".
Huw D M Davies [Mon, 24 Jun 2002 23:38:51 +0000 (23:38 +0000)] 
Added afm weight "NORMAL".

22 years agoAdded temp fix for world transform bug in SetWindowOrgEx handler.
Ulrich Czekalla [Mon, 24 Jun 2002 23:09:19 +0000 (23:09 +0000)] 
Added temp fix for world transform bug in SetWindowOrgEx handler.
Added handlers for EMR_SETTEXTJUSTIFICATION and EMR_SETLAYOUT.

22 years agoDon't map symbol charset through WCToMB.
Huw D M Davies [Mon, 24 Jun 2002 23:07:26 +0000 (23:07 +0000)] 
Don't map symbol charset through WCToMB.

22 years agoMade initialization more verbose in case of errors.
Andreas Mohr [Mon, 24 Jun 2002 23:00:47 +0000 (23:00 +0000)] 
Made initialization more verbose in case of errors.

22 years agoAdded check for pwd.h.
Steven Edwards [Mon, 24 Jun 2002 23:00:25 +0000 (23:00 +0000)] 
Added check for pwd.h.

22 years agoRedirect all reads and writes to VGA controller to VGA emulation.
Jukka Heinonen [Mon, 24 Jun 2002 22:57:28 +0000 (22:57 +0000)] 
Redirect all reads and writes to VGA controller to VGA emulation.
Catch and report 16/32-bit reads/writes to VGA controller.
Use correct flags when creating full screen DirectDraw window for
VGA.

22 years agoAdd save/restore mapping context routines.
Jukka Heinonen [Mon, 24 Jun 2002 22:50:22 +0000 (22:50 +0000)] 
Add save/restore mapping context routines.
Add map multiple pages routine.
Add partial implementation of hardware information query routine.
Replace incorrect use of MapSL with PTR_REAL_TO_LIN.

22 years agoUnlock the master socket if the boot thread terminates early.
Alexandre Julliard [Sat, 22 Jun 2002 01:20:36 +0000 (01:20 +0000)] 
Unlock the master socket if the boot thread terminates early.
Avoid crash if thread died during timeout wakeup.

22 years ago- Implement AddFontResource*, add stubs for RemoveFontResource*.
Huw D M Davies [Sat, 22 Jun 2002 01:19:29 +0000 (01:19 +0000)] 
- Implement AddFontResource*, add stubs for RemoveFontResource*.
- Add support for GGO_BEZIER and a few bug fixes for GGO_NATIVE.
- Much better support for non ansi charsets in font matching.
- Proper implementation of GetTextFace for gdi font.
- Load fonts that are listed in the registry but aren't in
  %WINDOWSDIR%\fonts.
- Revert TranslateCharsetInfo to use codepage 1252 with ANSI_CHARSET.
- Add support for VIETNAMESE_CHARSET and SYMBOL_CHARSET.

22 years agoAdded Bulgarian keyboards.
Dmitry Timoshkov [Sat, 22 Jun 2002 01:10:37 +0000 (01:10 +0000)] 
Added Bulgarian keyboards.

22 years agoStore the cache entry indices and not the ptrs.
Huw D M Davies [Sat, 22 Jun 2002 01:01:34 +0000 (01:01 +0000)] 
Store the cache entry indices and not the ptrs.
Protect cache with a critical section.

22 years agoAdded printf format checking to the ok() and trace() macros, and fixed
Alexandre Julliard [Sat, 22 Jun 2002 00:08:10 +0000 (00:08 +0000)] 
Added printf format checking to the ok() and trace() macros, and fixed
the resulting warnings.

22 years agoReworking of http and asyncronous calls to get IE6 to install.
Aric Stewart [Fri, 21 Jun 2002 23:59:49 +0000 (23:59 +0000)] 
Reworking of http and asyncronous calls to get IE6 to install.
Added a version resource.
Added unit test for http.

22 years agoFixed some various comparisons wrt signedness.
Vincent Béron [Fri, 21 Jun 2002 22:25:17 +0000 (22:25 +0000)] 
Fixed some various comparisons wrt signedness.

22 years agoFixed CLSIDFromString endianness assumptions (reported by Gregg Mattinson).
Alexandre Julliard [Fri, 21 Jun 2002 21:55:37 +0000 (21:55 +0000)] 
Fixed CLSIDFromString endianness assumptions (reported by Gregg Mattinson).

22 years agogetmainargs: new_mode argument is not a pointer in msvcrt20 (spotted
Alexandre Julliard [Fri, 21 Jun 2002 21:53:05 +0000 (21:53 +0000)] 
getmainargs: new_mode argument is not a pointer in msvcrt20 (spotted
by Bill Medland).

22 years agoAdded Slovenian keyboard.
Rok Mandeljc [Fri, 21 Jun 2002 20:14:15 +0000 (20:14 +0000)] 
Added Slovenian keyboard.

22 years agoImplemented SizeOfVariantData cases for VT_DISPATCH, VT_UNKNOWN, VT_CY.
John K. Hohm [Fri, 21 Jun 2002 20:13:18 +0000 (20:13 +0000)] 
Implemented SizeOfVariantData cases for VT_DISPATCH, VT_UNKNOWN, VT_CY.

22 years agoTest the ability to handle hex values in excess of 1024 bytes and
Bill Medland [Fri, 21 Jun 2002 20:12:20 +0000 (20:12 +0000)] 
Test the ability to handle hex values in excess of 1024 bytes and
input lines in excess of 4096 bytes.

22 years ago- Rework the line reading. This version uses a single expanding
Bill Medland [Fri, 21 Jun 2002 20:12:02 +0000 (20:12 +0000)] 
- Rework the line reading.  This version uses a single expanding
  buffer rather than a main buffer and a "next line" buffer.  This
  version does not overflow the allocated memory (hopefully).  The
  previous version did when concatenating the continuation lines.
- Add protection to the HexCSVToHex to prevent overflow.
- Allow for conversion of larger hex values.  Tested on a real 2.6KB
  value.

22 years agoCorrect the comparison of two files. Just because they are the same
Bill Medland [Fri, 21 Jun 2002 20:10:56 +0000 (20:10 +0000)] 
Correct the comparison of two files.  Just because they are the same
size doesn't mean they have the same content.

22 years agoImplemented DbgBreakPoint and DbgUserBreakPoint for Sparc. Debugger
Gregg Mattinson [Fri, 21 Jun 2002 20:10:07 +0000 (20:10 +0000)] 
Implemented DbgBreakPoint and DbgUserBreakPoint for Sparc.  Debugger
must already be attached for this implementation to work.

22 years agoMoved all #includes to the top so that __stdcall is defined for the
Gregg Mattinson [Fri, 21 Jun 2002 20:09:34 +0000 (20:09 +0000)] 
Moved all #includes to the top so that __stdcall is defined for the
declaration of IIDLookupRtn.

22 years agoMoved a few win32 functions to a better location for building a Win32
Steven Edwards [Fri, 21 Jun 2002 20:08:50 +0000 (20:08 +0000)] 
Moved a few win32 functions to a better location for building a Win32
only dll.

22 years agoMade some more spec file entries optional or unnecessary.
Alexandre Julliard [Fri, 21 Jun 2002 19:15:45 +0000 (19:15 +0000)] 
Made some more spec file entries optional or unnecessary.
Fixed a few DLLName/DLLFileName mismatches.

22 years agoAttempt at fixing POLLHUP handling for Linux 2.2.x.
Alexandre Julliard [Fri, 21 Jun 2002 19:06:28 +0000 (19:06 +0000)] 
Attempt at fixing POLLHUP handling for Linux 2.2.x.

22 years agoMoved succeeding test out of todo block.
Alexandre Julliard [Fri, 21 Jun 2002 19:02:44 +0000 (19:02 +0000)] 
Moved succeeding test out of todo block.

22 years agoFixed regression caused by previous change.
Alexandre Julliard [Fri, 21 Jun 2002 19:00:13 +0000 (19:00 +0000)] 
Fixed regression caused by previous change.

22 years agoFixed ordinals to match the Windows values.
Mike McCormack [Thu, 20 Jun 2002 23:51:21 +0000 (23:51 +0000)] 
Fixed ordinals to match the Windows values.
Added a couple of stubs.

22 years agoCreate the server directory and socket file in /tmp.
Alexandre Julliard [Thu, 20 Jun 2002 23:21:27 +0000 (23:21 +0000)] 
Create the server directory and socket file in /tmp.
Use fcntl file locking to ensure exclusion on the server socket and to
better recover from crashes.
Flush the registry before closing the socket to avoid timeouts on the
client side.
Moved get_config_dir functionality to libwine.

22 years agoStore dirty flag in each registry key and use it to save only modified
Alexandre Julliard [Thu, 20 Jun 2002 23:18:56 +0000 (23:18 +0000)] 
Store dirty flag in each registry key and use it to save only modified
branches.