wine
19 years agoCopy the implementation from SetupDefaultQueueCallbackA and make it
Aric Stewart [Tue, 18 Jan 2005 11:39:49 +0000 (11:39 +0000)] 
Copy the implementation from SetupDefaultQueueCallbackA and make it
W.

19 years agoAdd a missing break to fix typeinfo version regression.
Huw Davies [Tue, 18 Jan 2005 11:39:31 +0000 (11:39 +0000)] 
Add a missing break to fix typeinfo version regression.

19 years agoStub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
Hans Leidekker [Tue, 18 Jan 2005 11:39:05 +0000 (11:39 +0000)] 
Stub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
SHRegCreateUSKey{A,W}, SHRegDeleteEmptyUSKey{A,W},
SHRegDeleteUSValue{A,W}, SHRegEnumUSValue{A,W}.

19 years agoGet rid of nonclient.h and of the corresponding exported functions in
Alexandre Julliard [Mon, 17 Jan 2005 20:27:11 +0000 (20:27 +0000)] 
Get rid of nonclient.h and of the corresponding exported functions in
user32.spec.

19 years agoWhen parsing an hex/oct integer value, copy value verbatim in VARIANT,
Alex Villacís Lasso [Mon, 17 Jan 2005 19:34:58 +0000 (19:34 +0000)] 
When parsing an hex/oct integer value, copy value verbatim in VARIANT,
rather than a negated value. Add test case for this behavior.

19 years agoA small spelling fix and a small update (thank to Andreas Mohr).
Henning Gerhardt [Mon, 17 Jan 2005 19:32:58 +0000 (19:32 +0000)] 
A small spelling fix and a small update (thank to Andreas Mohr).

19 years agoInitialize clsid member to the marshaler clsid to fix custom
Robert Shearman [Mon, 17 Jan 2005 19:32:25 +0000 (19:32 +0000)] 
Initialize clsid member to the marshaler clsid to fix custom
marshaling.

19 years agoMake long lines behave nicely.
Lauri Tulmin [Mon, 17 Jan 2005 19:31:48 +0000 (19:31 +0000)] 
Make long lines behave nicely.

19 years agoAvoid most references to the internals of the WND structure by passing
Alexandre Julliard [Mon, 17 Jan 2005 19:17:47 +0000 (19:17 +0000)] 
Avoid most references to the internals of the WND structure by passing
around an x11drv_win_data pointer instead.

19 years agoRemoved a couple of unnecessary calls to WIN_SuspendWndsLock.
Alexandre Julliard [Mon, 17 Jan 2005 15:49:02 +0000 (15:49 +0000)] 
Removed a couple of unnecessary calls to WIN_SuspendWndsLock.

19 years agoUse a registry key for copying, that's known on every system.
Paul Vriens [Mon, 17 Jan 2005 15:45:44 +0000 (15:45 +0000)] 
Use a registry key for copying, that's known on every system.

19 years agoUpdated French resources.
Jonathan Ernst [Mon, 17 Jan 2005 15:34:49 +0000 (15:34 +0000)] 
Updated French resources.

19 years agoStub implementations for DrawDibChangePalette, DrawDibGetBuffer,
Hans Leidekker [Mon, 17 Jan 2005 15:33:43 +0000 (15:33 +0000)] 
Stub implementations for DrawDibChangePalette, DrawDibGetBuffer,
DrawDibTime, ICSeqCompressFrame{,End,Start}.
Forward GetOpenFileNamePreview to GetOpenFileNamePreviewA.

19 years agoChange the order of Src and Dst in CopyKey calls/functions.
Paul Vriens [Mon, 17 Jan 2005 15:33:00 +0000 (15:33 +0000)] 
Change the order of Src and Dst in CopyKey calls/functions.

19 years agoSmall optimization in WINPOS_GetWinOffset.
Alexandre Julliard [Mon, 17 Jan 2005 13:50:00 +0000 (13:50 +0000)] 
Small optimization in WINPOS_GetWinOffset.

19 years agoRemoved unused ForceWindowRaise function.
Alexandre Julliard [Mon, 17 Jan 2005 13:46:57 +0000 (13:46 +0000)] 
Removed unused ForceWindowRaise function.

19 years ago- Add texture support for all the texture types for d3d9->wined3d.
Jason Edmeades [Mon, 17 Jan 2005 13:44:57 +0000 (13:44 +0000)] 
- Add texture support for all the texture types for d3d9->wined3d.
- Add prototypes for the COM interfaces.
- Fix some incorrect types from the last patch.

19 years agoAuthors: Klemens Friedl <klemens_friedl@gmx.net>, Henning Gerhardt <henning.gerhardt...
Alexandre Julliard [Mon, 17 Jan 2005 13:43:31 +0000 (13:43 +0000)] 
Authors: Klemens Friedl <klemens_friedl@gmx.net>, Henning Gerhardt <henning.gerhardt@web.de>
Spelling fixes.

19 years agoUpdate German resources.
Henning Gerhardt [Mon, 17 Jan 2005 13:43:16 +0000 (13:43 +0000)] 
Update German resources.

19 years agoAdded definitions of TLS1PRF algorithm identifiers.
Michael Jung [Mon, 17 Jan 2005 13:42:30 +0000 (13:42 +0000)] 
Added definitions of TLS1PRF algorithm identifiers.

19 years agoUse Interlocked* functions in AddRef and Release.
Paul Vriens [Mon, 17 Jan 2005 13:42:13 +0000 (13:42 +0000)] 
Use Interlocked* functions in AddRef and Release.

19 years agoUse switch statements instead of if-cascades. Avoid warnings.
Gerald Pfeifer [Mon, 17 Jan 2005 13:41:58 +0000 (13:41 +0000)] 
Use switch statements instead of if-cascades. Avoid warnings.

19 years agoMoved HMAC initialization and finalization code to
Michael Jung [Mon, 17 Jan 2005 13:41:46 +0000 (13:41 +0000)] 
Moved HMAC initialization and finalization code to
init_/finalize_hash.
Removed the redundant pKeyContainer function parameter from
init_hash.

19 years agoAdd VT_VARIANT support.
Huw Davies [Mon, 17 Jan 2005 13:41:19 +0000 (13:41 +0000)] 
Add VT_VARIANT support.
Fix for the case when there is no helpstringdll.
Fix for parameter arrays.

19 years agoImplementations for SelfRegModules and PublishFeatures.
Aric Stewart [Mon, 17 Jan 2005 13:40:39 +0000 (13:40 +0000)] 
Implementations for SelfRegModules and PublishFeatures.
Set default ACTION property for Install.
Deformat more than JUST properties properly. Allows for Files and
Component paths in deformat.
Properly deformat a LaunchCondition failure dialog box.
Resolve and save registry Keypaths.
Write the Features published keys more correctly. Still some
problems.

19 years agoFirst pass implement ion of MsiQueryProductState[A/W] as well as a few
Aric Stewart [Mon, 17 Jan 2005 13:39:57 +0000 (13:39 +0000)] 
First pass implement ion of MsiQueryProductState[A/W] as well as a few
fixes for MsiGetComponentPath.

19 years agoImplement table marshaling.
Robert Shearman [Mon, 17 Jan 2005 13:39:40 +0000 (13:39 +0000)] 
Implement table marshaling.

19 years agoInclude new tests.
Stefan Leichter [Mon, 17 Jan 2005 13:39:00 +0000 (13:39 +0000)] 
Include new tests.

19 years agoRemove the checking/setting of the defaults in TRACKBAR_Create.
Paul Vriens [Mon, 17 Jan 2005 13:38:44 +0000 (13:38 +0000)] 
Remove the checking/setting of the defaults in TRACKBAR_Create.

19 years agoRemove needless check for horizontal or vertical pager.
Paul Vriens [Mon, 17 Jan 2005 13:38:28 +0000 (13:38 +0000)] 
Remove needless check for horizontal or vertical pager.

19 years ago- got rid of include/async.h
Eric Pouech [Fri, 14 Jan 2005 19:54:38 +0000 (19:54 +0000)] 
- got rid of include/async.h
- fixed some overlapped issues in socket handling
- moved kernel32.CancelIo implementation to ntdll

19 years agoFix add application (memory error).
Crestez Leonard [Fri, 14 Jan 2005 19:48:41 +0000 (19:48 +0000)] 
Fix add application (memory error).
Fix apply button lighting up in audio tab.
Fix video tab(crash when checking desktop, apply button not lighting
up.
Deal with invalid Desktop registry value in video tab.
Fix apply button in libraries tab.
Cleaned up and documented all the conversions in the libraries tab.

19 years agoRemove MODULENAME prefix from
Robert Shearman [Fri, 14 Jan 2005 17:21:00 +0000 (17:21 +0000)] 
Remove MODULENAME prefix from
Dll{GetClassObject,RegisterServer,CanUnloadNow} functions.

19 years agoAdd support for BSTR default values.
Huw Davies [Fri, 14 Jan 2005 17:20:43 +0000 (17:20 +0000)] 
Add support for BSTR default values.

19 years ago- Remove obsolete structs, rearrange things to group the structs
Robert Shearman [Fri, 14 Jan 2005 17:20:27 +0000 (17:20 +0000)] 
- Remove obsolete structs, rearrange things to group the structs
  together and to group similar functions.
- Document thread-safety of members of structs.

19 years agoMake proxy shutdown test succeed by releasing the channel on
Robert Shearman [Fri, 14 Jan 2005 17:20:13 +0000 (17:20 +0000)] 
Make proxy shutdown test succeed by releasing the channel on
disconnect.

19 years agoFix X11 event timing so that we correctly correlate X11 timing and
Jeremy White [Fri, 14 Jan 2005 17:06:40 +0000 (17:06 +0000)] 
Fix X11 event timing so that we correctly correlate X11 timing and
Wine timing and dynamically adjust it as we go.

19 years agoActually start on an implemention for MsiGetComponentPathW that should
Aric Stewart [Fri, 14 Jan 2005 17:05:53 +0000 (17:05 +0000)] 
Actually start on an implemention for MsiGetComponentPathW that should
handle all keypaths that are files.

19 years ago- Add documentation for most Co* functions.
Robert Shearman [Fri, 14 Jan 2005 17:05:36 +0000 (17:05 +0000)] 
- Add documentation for most Co* functions.
- Move several functions into different files to group them with
  similar functions.

19 years ago- add file_operation_delete
Joris Huizer [Fri, 14 Jan 2005 16:51:14 +0000 (16:51 +0000)] 
- add file_operation_delete
- add file_operation_checkFlags
- use these in SHFileOperationW replacing inline code

19 years agoFix, add and rearrange winsvc.h declarations.
Mike McCormack [Fri, 14 Jan 2005 16:50:57 +0000 (16:50 +0000)] 
Fix, add and rearrange winsvc.h declarations.

19 years agoInitialize rc in create_component_directory().
Marcus Meissner [Fri, 14 Jan 2005 16:50:39 +0000 (16:50 +0000)] 
Initialize rc in create_component_directory().

19 years agoAdd support for interface ptrs including the special cases for
Huw Davies [Fri, 14 Jan 2005 16:50:16 +0000 (16:50 +0000)] 
Add support for interface ptrs including the special cases for
IUnknown and IDispatch.

19 years agoGetFileName31W should call unicode version of FD31_AllocPrivate.
Ulrich Czekalla [Fri, 14 Jan 2005 16:49:55 +0000 (16:49 +0000)] 
GetFileName31W should call unicode version of FD31_AllocPrivate.

19 years agoCreated unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
Justin Chevrier [Fri, 14 Jan 2005 16:49:33 +0000 (16:49 +0000)] 
Created unit test for SPI_{GET,SET}MINIMIZEDMETRICS.

19 years ago- Implemented SPI_GETMINIMIZEDMETRICS calculated from values returned
Justin Chevrier [Fri, 14 Jan 2005 16:49:12 +0000 (16:49 +0000)] 
- Implemented SPI_GETMINIMIZEDMETRICS calculated from values returned
  by GetSystemMetrics.
- Implemented SPI_SETMINIMIZEDMETRICS. Determined that the values set
  here are valid for the current session only and will not persist
  across reboots.

19 years ago- The apartment reference should be held while the stub manager
Robert Shearman [Fri, 14 Jan 2005 16:48:34 +0000 (16:48 +0000)] 
- The apartment reference should be held while the stub manager
  reference is held.
- Fix same apartment-unmarshal detection.

19 years agoUse the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags properly.
Dimitrie O. Paun [Fri, 14 Jan 2005 16:21:41 +0000 (16:21 +0000)] 
Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags properly.

19 years agoIn int21_ioctl - get device data-, set the "is console" bits if the
Rein Klazes [Fri, 14 Jan 2005 16:21:07 +0000 (16:21 +0000)] 
In int21_ioctl - get device data-, set the "is console" bits if the
device handle is a tty or a proper console io handle.

19 years agoMove all service stubs together, make them consistent.
Mike McCormack [Fri, 14 Jan 2005 16:20:41 +0000 (16:20 +0000)] 
Move all service stubs together, make them consistent.

19 years ago- Use Interlocked* instead of ++/-- in AddRef/Release.
James Hawkins [Fri, 14 Jan 2005 16:02:20 +0000 (16:02 +0000)] 
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.

19 years agoFirst implementation of the WriteIniValues action.
Aric Stewart [Fri, 14 Jan 2005 15:59:26 +0000 (15:59 +0000)] 
First implementation of the WriteIniValues action.

19 years ago- Don't use the pipe caching code because it doesn't work correctly at
Robert Shearman [Fri, 14 Jan 2005 15:59:01 +0000 (15:59 +0000)] 
- Don't use the pipe caching code because it doesn't work correctly at
  the moment.
- Always write disconnect reply packet, even in failure cases.

19 years agoAdd WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.
Dmitry Timoshkov [Fri, 14 Jan 2005 15:14:41 +0000 (15:14 +0000)] 
Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.

19 years agoSuggest testing patches in a gentler way.
Dimitrie O. Paun [Fri, 14 Jan 2005 15:14:09 +0000 (15:14 +0000)] 
Suggest testing patches in a gentler way.
Encourage people to submit tests with their patches as well.

19 years agoUpdate German language file.
Klemens Friedl [Fri, 14 Jan 2005 15:13:56 +0000 (15:13 +0000)] 
Update German language file.

19 years agoCleanup service handles.
Mike McCormack [Fri, 14 Jan 2005 15:13:40 +0000 (15:13 +0000)] 
Cleanup service handles.

19 years agoIncrease the required rectangle size before drawing big +/-.
Jon Griffiths [Fri, 14 Jan 2005 15:13:24 +0000 (15:13 +0000)] 
Increase the required rectangle size before drawing big +/-.

19 years agoFix BS_PATTERN brushes in mfdrv. Un-comment the corresponding test.
Walt Ogburn [Fri, 14 Jan 2005 15:12:59 +0000 (15:12 +0000)] 
Fix BS_PATTERN brushes in mfdrv.  Un-comment the corresponding test.

19 years agoReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
James Hawkins [Fri, 14 Jan 2005 15:12:43 +0000 (15:12 +0000)] 
Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.

19 years agoCustom actions can have null in their target parameters, handle that
Aric Stewart [Fri, 14 Jan 2005 15:12:27 +0000 (15:12 +0000)] 
Custom actions can have null in their target parameters, handle that
without crashing. Also enable deformating of lines greater than 256
characters.

19 years agoDestroy stubs on apartment shutdown.
Robert Shearman [Fri, 14 Jan 2005 15:11:55 +0000 (15:11 +0000)] 
Destroy stubs on apartment shutdown.

19 years agoFix prototypes according to PSDK.
Ge van Geldorp [Fri, 14 Jan 2005 15:11:40 +0000 (15:11 +0000)] 
Fix prototypes according to PSDK.

19 years agoForce context switch on chanbuf disconnect to avoid a race in the test
Mike Hearn [Fri, 14 Jan 2005 15:11:24 +0000 (15:11 +0000)] 
Force context switch on chanbuf disconnect to avoid a race in the test
suite.

19 years agoAdd a LIST_FOR_EACH_ENTRY list helper.
Robert Shearman [Fri, 14 Jan 2005 15:11:07 +0000 (15:11 +0000)] 
Add a LIST_FOR_EACH_ENTRY list helper.

19 years ago- use Interlocked* functions in AddRef and Release.
Paul Vriens [Fri, 14 Jan 2005 15:10:52 +0000 (15:10 +0000)] 
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.

19 years agoCoInitialize(Ex) should return S_FALSE when COM is already initialized
Christian Costa [Wed, 12 Jan 2005 19:58:09 +0000 (19:58 +0000)] 
CoInitialize(Ex) should return S_FALSE when COM is already initialized
for the current thread.

19 years agoUse the exported functions SaveDC/RestoreDC instead of SetDCState16.
Alexandre Julliard [Wed, 12 Jan 2005 19:57:08 +0000 (19:57 +0000)] 
Use the exported functions SaveDC/RestoreDC instead of SetDCState16.

19 years ago- Use Interlocked* instead of ++/-- in AddRef/Release.
James Hawkins [Wed, 12 Jan 2005 19:55:24 +0000 (19:55 +0000)] 
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.

19 years ago- Use only stored result of Interlocked* in AddRef/Release.
James Hawkins [Wed, 12 Jan 2005 19:52:38 +0000 (19:52 +0000)] 
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.

19 years agoUse only stored result of Interlocked* in AddRef/Release.
James Hawkins [Wed, 12 Jan 2005 19:50:22 +0000 (19:50 +0000)] 
Use only stored result of Interlocked* in AddRef/Release.

19 years ago- Document CoSetState & CoGetState.
Robert Shearman [Wed, 12 Jan 2005 19:48:39 +0000 (19:48 +0000)] 
- Document CoSetState & CoGetState.
- Rewrite them to only retrieve TLS info once.
- Remove trailing whitespace in COM_CurrentInfo.

19 years agoRemove wine_marshal_data: it is unneeded and there is no equivalent in
Robert Shearman [Wed, 12 Jan 2005 19:48:20 +0000 (19:48 +0000)] 
Remove wine_marshal_data: it is unneeded and there is no equivalent in
STDOBJREF.

19 years ago- use only stored result of Interlocked* in AddRef/Release
James Hawkins [Wed, 12 Jan 2005 19:29:43 +0000 (19:29 +0000)] 
- use only stored result of Interlocked* in AddRef/Release
- expand TRACEs to display the ref count

19 years ago- Fix logic in Stream_fnRelease, refcount should be decremented before
Paul Vriens [Wed, 12 Jan 2005 19:29:22 +0000 (19:29 +0000)] 
- Fix logic in Stream_fnRelease, refcount should be decremented before
  the test for 0.
- Use Interlocked* functions in Stream_fnRelease .
- Store the result of the Interlocked functions and this in the
  TRACE.

19 years agoBetter type encoding. (Interface ptrs still not there yet).
Huw Davies [Wed, 12 Jan 2005 19:28:59 +0000 (19:28 +0000)] 
Better type encoding.  (Interface ptrs still not there yet).

19 years ago- Force creation of thread queue to stop PostThreadMessage from
Robert Shearman [Wed, 12 Jan 2005 19:28:37 +0000 (19:28 +0000)] 
- Force creation of thread queue to stop PostThreadMessage from
  failing.
- Remove incorrect comment.

19 years ago- Revert previous change of border metric to reference the
Justin Chevrier [Wed, 12 Jan 2005 19:28:16 +0000 (19:28 +0000)] 
- Revert previous change of border metric to reference the
  registry. Testing on Win98/WinXP showed that regardless of the
  "BorderWidth" value CM_C{X,Y}BORDER always returns 1.
- Point SPI_SETBORDER to "BorderWidth" under "HKCU\Control
  Panel\Desktop\WindowMetrics" instead of "HKCU\Control Panel\Desktop"
  to make it match Windows.

19 years agoAdd LIST_FOR_EACH_SAFE - a list iteration macro that is safe against
Robert Shearman [Wed, 12 Jan 2005 19:27:35 +0000 (19:27 +0000)] 
Add LIST_FOR_EACH_SAFE - a list iteration macro that is safe against
removal.

19 years agoThe way apartments are used has changed, so fix up the hacks in the
Robert Shearman [Wed, 12 Jan 2005 19:27:22 +0000 (19:27 +0000)] 
The way apartments are used has changed, so fix up the hacks in the
RPC code that haven't yet been updated.

19 years ago- Make MTA dynamically allocated so that proxies and other resources
Robert Shearman [Wed, 12 Jan 2005 19:27:04 +0000 (19:27 +0000)] 
- Make MTA dynamically allocated so that proxies and other resources
  are freed at the proper time.
- Changed/removed some incorrect comments regarding apartments.

19 years ago- use Interlocked* functions in AddRef and Release.
Paul Vriens [Wed, 12 Jan 2005 19:26:42 +0000 (19:26 +0000)] 
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.

19 years agoRelease 20050111. wine-20050111
Alexandre Julliard [Tue, 11 Jan 2005 19:08:58 +0000 (19:08 +0000)] 
Release 20050111.

19 years ago- use Interlocked* functions in AddRef and Release.
Paul Vriens [Tue, 11 Jan 2005 16:02:21 +0000 (16:02 +0000)] 
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.

19 years agoGive a more informative error when a DLL fails to initialize during
Mike Hearn [Tue, 11 Jan 2005 16:01:31 +0000 (16:01 +0000)] 
Give a more informative error when a DLL fails to initialize during
startup.

19 years agoMake Alt press/release test actually pass for not managed windows.
Dmitry Timoshkov [Tue, 11 Jan 2005 15:47:13 +0000 (15:47 +0000)] 
Make Alt press/release test actually pass for not managed windows.

19 years agoUse Interlocked* functions in AddRef and Release.
Paul Vriens [Tue, 11 Jan 2005 15:46:43 +0000 (15:46 +0000)] 
Use Interlocked* functions in AddRef and Release.

19 years agoFix WmCreateCustomDialogSeq message sequence for 256 color mode.
Dmitry Timoshkov [Tue, 11 Jan 2005 15:45:32 +0000 (15:45 +0000)] 
Fix WmCreateCustomDialogSeq message sequence for 256 color mode.

19 years agoCorrected testing for multithreaded (based upon observations by Paul
Bill Medland [Tue, 11 Jan 2005 15:45:03 +0000 (15:45 +0000)] 
Corrected testing for multithreaded (based upon observations by Paul
Vriens, Christian Costa and Robert Shearman).
Added TRACE for investigating OXID errors.

19 years agoAdd an extra class to register.
Paul Vriens [Tue, 11 Jan 2005 15:44:42 +0000 (15:44 +0000)] 
Add an extra class to register.

19 years agoDesktop window is repainted on WM_ERASEBKGND, it must never get a
Alexandre Julliard [Tue, 11 Jan 2005 15:15:11 +0000 (15:15 +0000)] 
Desktop window is repainted on WM_ERASEBKGND, it must never get a
WM_PAINT.

19 years agoWarning fix.
Alexandre Julliard [Tue, 11 Jan 2005 15:13:11 +0000 (15:13 +0000)] 
Warning fix.

19 years agoRead/write completion functions get Windows error codes, not NT status
Andreas Mohr [Tue, 11 Jan 2005 15:12:28 +0000 (15:12 +0000)] 
Read/write completion functions get Windows error codes, not NT status
codes.

19 years agoGet rid of W->A calls.
Jacek Caban [Tue, 11 Jan 2005 15:10:56 +0000 (15:10 +0000)] 
Get rid of W->A calls.

19 years agomemicmpW() count are WCHAR's not bytes. Fixes opening CON device.
Rein Klazes [Tue, 11 Jan 2005 15:09:01 +0000 (15:09 +0000)] 
memicmpW() count are WCHAR's not bytes. Fixes opening CON device.

19 years agoTests and fixes for StgOpenStorage.
Mike McCormack [Tue, 11 Jan 2005 15:08:08 +0000 (15:08 +0000)] 
Tests and fixes for StgOpenStorage.

19 years agoWait until the thread has created its message queue before posting a
Christian Costa [Tue, 11 Jan 2005 15:07:30 +0000 (15:07 +0000)] 
Wait until the thread has created its message queue before posting a
message otherwise it will be lost.

19 years agoAdded missing declarations in some headers.
Rémi Assailly [Tue, 11 Jan 2005 10:46:58 +0000 (10:46 +0000)] 
Added missing declarations in some headers.

19 years agoAdd tests for trying to unmarshal from a bad stream and for testing
Robert Shearman [Tue, 11 Jan 2005 10:45:52 +0000 (10:45 +0000)] 
Add tests for trying to unmarshal from a bad stream and for testing
what interfaces the proxy exposes.

19 years ago- Document how thread-safety is ensured for each member of the
Robert Shearman [Tue, 11 Jan 2005 10:45:34 +0000 (10:45 +0000)] 
- Document how thread-safety is ensured for each member of the
  stub_manager and ifstub structs.
- Make stub_manager ref counted to ensure it doesn't get freed whilst
  it is still being used.
- ifstubs are now freed only when the controlling stub_manager is freed.
- Rename stub_manager_ref/unref to stub_manager_ext_addref/release
  respectively and make then take an unsigned long to prevent
  malicious callers from passing in a negative value and corrupting
  the ref count.