wine
22 years agoImplemented body of HGLOBALStreamImpl::Clone.
Alberto Massari [Tue, 12 Nov 2002 02:13:49 +0000 (02:13 +0000)] 
Implemented body of HGLOBALStreamImpl::Clone.

22 years agoAdded HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.
Alberto Massari [Tue, 12 Nov 2002 02:13:04 +0000 (02:13 +0000)] 
Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.

22 years agoSupport for enums, arrays, encapsulated unions, signed/unsigned
Ove Kaaven [Tue, 12 Nov 2002 02:12:35 +0000 (02:12 +0000)] 
Support for enums, arrays, encapsulated unions, signed/unsigned
qualifiers, UUIDs, include guards, the new ICOM_DEFINE1 macro, and
some other improvements.

22 years agoRemove parts that have been moved already in the Development Guide.
Dimitrie O. Paun [Tue, 12 Nov 2002 02:12:14 +0000 (02:12 +0000)] 
Remove parts that have been moved already in the Development Guide.

22 years agoAdd test for DeleteFileA with empty paths.
Ryan Cumming [Tue, 12 Nov 2002 02:11:52 +0000 (02:11 +0000)] 
Add test for DeleteFileA with empty paths.

22 years agoUpdated the generated tests.
Patrik Stridvall [Tue, 12 Nov 2002 01:13:10 +0000 (01:13 +0000)] 
Updated the generated tests.

22 years agoAdded tests for a few new DLLs.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:17 +0000 (01:05 +0000)] 
Added tests for a few new DLLs.

22 years agoFixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:00 +0000 (01:05 +0000)] 
Fixed mismatches between the Wine headers and the Microsoft headers.

22 years agoFixed sparc check.
Alexandre Julliard [Tue, 12 Nov 2002 01:04:04 +0000 (01:04 +0000)] 
Fixed sparc check.

22 years agoMake the instructions of how to install sgml easier to understand.
Tony Lambregts [Mon, 11 Nov 2002 22:26:02 +0000 (22:26 +0000)] 
Make the instructions of how to install sgml easier to understand.

22 years agoAdded partial implementation of ITypeInfo::GetDllEntry().
Marcus Meissner [Mon, 11 Nov 2002 22:24:31 +0000 (22:24 +0000)] 
Added partial implementation of ITypeInfo::GetDllEntry().

22 years agoProper logging of DDSCAPS / DDSCAPS2 structures.
Lionel Ulmer [Mon, 11 Nov 2002 22:23:10 +0000 (22:23 +0000)] 
Proper logging of DDSCAPS / DDSCAPS2 structures.

22 years agoImplemented a Wine-only scheme for interprocess WinHelp message
Eric Pouech [Mon, 11 Nov 2002 22:20:47 +0000 (22:20 +0000)] 
Implemented a Wine-only scheme for interprocess WinHelp message
passing.

22 years agoFix some NULL dereferencing.
Rolf Kalbermatter [Mon, 11 Nov 2002 22:19:42 +0000 (22:19 +0000)] 
Fix some NULL dereferencing.

22 years agoFixed bit 2 value and set bit 1 too.
Robert 'Admiral' Coeyman [Mon, 11 Nov 2002 22:19:12 +0000 (22:19 +0000)] 
Fixed bit 2 value and set bit 1 too.

22 years agoRemoved winetest.
Alexandre Julliard [Mon, 11 Nov 2002 21:14:25 +0000 (21:14 +0000)] 
Removed winetest.

22 years agoClip bottom coordinates.
Marko Kreen [Mon, 11 Nov 2002 20:26:33 +0000 (20:26 +0000)] 
Clip bottom coordinates.

22 years agoRewrite make_ctests and runtest in shell.
Dimitrie O. Paun [Mon, 11 Nov 2002 20:25:54 +0000 (20:25 +0000)] 
Rewrite make_ctests and runtest in shell.

22 years agoMove all int31 functions to winedos.
Jukka Heinonen [Mon, 11 Nov 2002 19:55:52 +0000 (19:55 +0000)] 
Move all int31 functions to winedos.
Fix some obvious bugs in int31 functions.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:33 +0000 (19:55 +0000)] 
Fixed some issues found by winapi_check.

22 years ago- API files update.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:11 +0000 (19:55 +0000)] 
- API files update.
- Fixed options --cross-call-{unicode-ascii,win32-win16}.
- Minor reorganization of the global checks.

22 years agoAdd case for non sparc / non i386 SYSDEPS_CallOnStack.
Marcus Meissner [Mon, 11 Nov 2002 19:54:41 +0000 (19:54 +0000)] 
Add case for non sparc / non i386 SYSDEPS_CallOnStack.

22 years agoImplemented OleLoadPictureEx.
Marcus Meissner [Mon, 11 Nov 2002 19:54:22 +0000 (19:54 +0000)] 
Implemented OleLoadPictureEx.

22 years agoSilence one FIXME(). Implement ITypeInfo::GetDocumentation for
Marcus Meissner [Mon, 11 Nov 2002 19:54:04 +0000 (19:54 +0000)] 
Silence one FIXME(). Implement ITypeInfo::GetDocumentation for
variable descriptions.

22 years agoNow properly unloading multimedia drivers when winmm unloads.
Eric Pouech [Mon, 11 Nov 2002 19:53:01 +0000 (19:53 +0000)] 
Now properly unloading multimedia drivers when winmm unloads.

22 years agoFix copy/paste bug. Make MessageBox without an icon look better.
Dmitry Timoshkov [Mon, 11 Nov 2002 19:52:33 +0000 (19:52 +0000)] 
Fix copy/paste bug. Make MessageBox without an icon look better.

22 years agoFixed loading HCW 4.0 files without phrase image compression.
Eric Pouech [Mon, 11 Nov 2002 19:52:07 +0000 (19:52 +0000)] 
Fixed loading HCW 4.0 files without phrase image compression.

22 years ago- Added #include <sys/types.h> where needed for FreeBSD.
Patrik Stridvall [Fri, 8 Nov 2002 19:34:52 +0000 (19:34 +0000)] 
- Added #include <sys/types.h> where needed for FreeBSD.
- Added protection for #include <sys/{socket,un}.h>.

22 years ago- Changed all numeric resources in ChooseFont to labels for better
Shachar Shemesh [Fri, 8 Nov 2002 18:56:46 +0000 (18:56 +0000)] 
- Changed all numeric resources in ChooseFont to labels for better
  readability.
- Changed all handling of stc6 (1093) to atc5 (1092) so that will be
  compatible with Windows resource numbers.
- Added code to load the user's resources rather than our own if
  CF_ENABLETEMPLATE is passed in "flags".

22 years agoAvoid FreeBSD compatibility issues with dbreg structure.
Pierre Beyssac [Fri, 8 Nov 2002 18:55:31 +0000 (18:55 +0000)] 
Avoid FreeBSD compatibility issues with dbreg structure.

22 years agoMoved IMalloc definition from obj_base.h to obj_misc.h.
Ove Kaaven [Fri, 8 Nov 2002 18:54:44 +0000 (18:54 +0000)] 
Moved IMalloc definition from obj_base.h to obj_misc.h.

22 years agoAdded WINELIB_NAME_AW for LPCCINFO.
Juraj Hercek [Fri, 8 Nov 2002 18:54:26 +0000 (18:54 +0000)] 
Added WINELIB_NAME_AW for LPCCINFO.

22 years agoFixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
Juraj Hercek [Fri, 8 Nov 2002 18:54:10 +0000 (18:54 +0000)] 
Fixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
macros.

22 years agoOnly enable VM86 mode if we have the <sys/vm86.h> include file.
Marcus Meissner [Fri, 8 Nov 2002 18:53:32 +0000 (18:53 +0000)] 
Only enable VM86 mode if we have the <sys/vm86.h> include file.

22 years agoNew structures: RASIPADDR, RASDEVINFO, RASENTRY.
Marcus Meissner [Fri, 8 Nov 2002 18:53:19 +0000 (18:53 +0000)] 
New structures: RASIPADDR, RASDEVINFO, RASENTRY.
New stubs: RasSetEntryProperties.
RasEnumDevicesA enhanced.

22 years agoThe object returned by IEnumFORMATETC::Clone should have the same
Alberto Massari [Fri, 8 Nov 2002 18:52:52 +0000 (18:52 +0000)] 
The object returned by IEnumFORMATETC::Clone should have the same
cursor position of the source object.

22 years agoAvoid crashing when releasing an NdrCStdStubBuffer that had been
Alberto Massari [Fri, 8 Nov 2002 18:52:34 +0000 (18:52 +0000)] 
Avoid crashing when releasing an NdrCStdStubBuffer that had been
previously disconnected.

22 years ago- Silence annoying "Empty path passed" error.
Ryan Cumming [Fri, 8 Nov 2002 18:52:18 +0000 (18:52 +0000)] 
- Silence annoying "Empty path passed" error.
- Set error correctly when an empty path is passed to DeleteFile.

22 years agoRemove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
Ryan Cumming [Fri, 8 Nov 2002 18:51:56 +0000 (18:51 +0000)] 
Remove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
as wrappers around their Unicode versions.

22 years agoDraft implementation of DispCallFunc.
Marcus Meissner [Fri, 8 Nov 2002 18:51:28 +0000 (18:51 +0000)] 
Draft implementation of DispCallFunc.

22 years agoDisable address space limit check on non-i386 platforms.
Alexandre Julliard [Wed, 6 Nov 2002 22:33:17 +0000 (22:33 +0000)] 
Disable address space limit check on non-i386 platforms.

22 years agoDo not draw the text of the item being edited.
Dimitrie O. Paun [Wed, 6 Nov 2002 22:32:00 +0000 (22:32 +0000)] 
Do not draw the text of the item being edited.

22 years agoAdded quotes to assembly language output.
Eric Frias [Wed, 6 Nov 2002 22:07:38 +0000 (22:07 +0000)] 
Added quotes to assembly language output.

22 years agoImplemented SYSDEPS_CallOnStack for sparcs.
Juraj Hercek [Wed, 6 Nov 2002 22:05:59 +0000 (22:05 +0000)] 
Implemented SYSDEPS_CallOnStack for sparcs.

22 years agoBug fixes related to sparc 4-byte boundary alignment.
Juraj Hercek [Wed, 6 Nov 2002 22:02:52 +0000 (22:02 +0000)] 
Bug fixes related to sparc 4-byte boundary alignment.

22 years agoFix the 'jumping selection' bug (#1108).
Dimitrie O. Paun [Wed, 6 Nov 2002 22:01:56 +0000 (22:01 +0000)] 
Fix the 'jumping selection' bug (#1108).
Misc small cleanups.

22 years agoWhen checking for sys/mount.h and sys/user.h also include sys/types.h
Gerald Pfeifer [Wed, 6 Nov 2002 22:00:10 +0000 (22:00 +0000)] 
When checking for sys/mount.h and sys/user.h also include sys/types.h
if available.

22 years agoUpdated the generated tests.
Patrik Stridvall [Wed, 6 Nov 2002 21:59:15 +0000 (21:59 +0000)] 
Updated the generated tests.

22 years ago- Added code for detection of missing types.
Patrik Stridvall [Wed, 6 Nov 2002 21:58:50 +0000 (21:58 +0000)] 
- Added code for detection of missing types.
- Added missing types.
- Added a function for each type test to improve compiling with -O2.

22 years ago- Remove stupid indentations from trace msgs.
Greg Turner [Wed, 6 Nov 2002 21:58:21 +0000 (21:58 +0000)] 
- Remove stupid indentations from trace msgs.
- Update the rpc TODO list a bit.
- Add some constants for winapi_check.
- Nil pointer support for some UUID functions (spotted by Olivier
  Evalet).

22 years agoRemove ERR() if menu entry isn't of type MF_STRING as some
Chris Morgan [Wed, 6 Nov 2002 21:57:50 +0000 (21:57 +0000)] 
Remove ERR() if menu entry isn't of type MF_STRING as some
applications set flags of MT_SEPARATOR and erroneous errors are
produced.  Add a couple of comments.

22 years ago- Fix RtlTimeToTimeFields to actually work.
György 'Nog' Jeney [Wed, 6 Nov 2002 21:57:23 +0000 (21:57 +0000)] 
- Fix RtlTimeToTimeFields to actually work.
- Remove comments about leap seconds, windows doesn't take that into
  account.

22 years agoStart using winedos handlers for all interrupts.
Jukka Heinonen [Wed, 6 Nov 2002 21:56:52 +0000 (21:56 +0000)] 
Start using winedos handlers for all interrupts.

22 years agoCompute SM_CYMAXIMIZED purely based on the screen height until we know
Francois Gouget [Wed, 6 Nov 2002 21:56:32 +0000 (21:56 +0000)] 
Compute SM_CYMAXIMIZED purely based on the screen height until we know
how to take into account 'start menus' correctly.

22 years agoAdded winebuild -e option to specify the entry point and removed the
Alexandre Julliard [Wed, 6 Nov 2002 20:02:59 +0000 (20:02 +0000)] 
Added winebuild -e option to specify the entry point and removed the
'init' spec file directive.
Winebuild long options now use a more standard double dash format
(older format still supported for backwards compatibility).

22 years agoAPI files update.
Patrik Stridvall [Wed, 6 Nov 2002 19:58:02 +0000 (19:58 +0000)] 
API files update.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Wed, 6 Nov 2002 19:57:49 +0000 (19:57 +0000)] 
Fixed some issues found by winapi_check.

22 years agoAdd ICOM_DEFINE1 macro to define a COM interface without a base
Ove Kaaven [Wed, 6 Nov 2002 19:56:59 +0000 (19:56 +0000)] 
Add ICOM_DEFINE1 macro to define a COM interface without a base
class.
Use it to define IUnknown.

22 years ago- Stencil mapping now works (it helps to actually allocate a stencil
Jason Edmeades [Wed, 6 Nov 2002 19:56:32 +0000 (19:56 +0000)] 
- Stencil mapping now works (it helps to actually allocate a stencil
  buffer).
- Texture mapping corrected if no real texture bound.
- Code now detects which opengl extensions are present - to be
  extended later.
- More debug tracepoints.

22 years agoReplaced assert by simple if + warning message for too long symbols.
Eric Pouech [Wed, 6 Nov 2002 19:55:04 +0000 (19:55 +0000)] 
Replaced assert by simple if + warning message for too long symbols.

22 years agoMove most int31 functions to winedos.
Jukka Heinonen [Wed, 6 Nov 2002 19:54:39 +0000 (19:54 +0000)] 
Move most int31 functions to winedos.
Add DPMI32 fixes.

22 years agoVtable fixes.
Matthew Bloch [Wed, 6 Nov 2002 19:53:45 +0000 (19:53 +0000)] 
Vtable fixes.

22 years agoAdded RasValidateEntryNameA stub.
Marcus Meissner [Wed, 6 Nov 2002 19:52:48 +0000 (19:52 +0000)] 
Added RasValidateEntryNameA stub.

22 years agoMade the dll entry point default to DllMain and removed most of the
Alexandre Julliard [Mon, 4 Nov 2002 23:53:41 +0000 (23:53 +0000)] 
Made the dll entry point default to DllMain and removed most of the
'init' spec file declarations.

22 years agoWarning fix.
Alexandre Julliard [Mon, 4 Nov 2002 23:51:58 +0000 (23:51 +0000)] 
Warning fix.

22 years agoHandle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both
Ryan Cumming [Mon, 4 Nov 2002 23:49:53 +0000 (23:49 +0000)] 
Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both
being set at once.

22 years agoTest sound format support with waveOutGetDevCaps and waveOutOpen.
Francois Gouget [Mon, 4 Nov 2002 23:47:49 +0000 (23:47 +0000)] 
Test sound format support with waveOutGetDevCaps and waveOutOpen.

22 years agoHack to detect register functions automatically so that relay debug
Alexandre Julliard [Mon, 4 Nov 2002 22:50:24 +0000 (22:50 +0000)] 
Hack to detect register functions automatically so that relay debug
also works for functions using the DEFINE_REGS_ENTRY_POINT macros.

22 years agoMake COMSPEC point to wcmd.exe, not command.com.
Alexandre Julliard [Mon, 4 Nov 2002 22:49:11 +0000 (22:49 +0000)] 
Make COMSPEC point to wcmd.exe, not command.com.

22 years ago- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
Greg Turner [Mon, 4 Nov 2002 22:47:59 +0000 (22:47 +0000)] 
- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
- define and fixme for
  SPI_[GET/SET][SELECTIONFADE/DROPSHADOW/KEYBOARDCUES]

22 years agoAdded/upgraded Hungarian resources.
Zoly Nagy [Mon, 4 Nov 2002 22:45:22 +0000 (22:45 +0000)] 
Added/upgraded Hungarian resources.

22 years agoFixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Mon, 4 Nov 2002 22:43:24 +0000 (22:43 +0000)] 
Fixed mismatches between the Wine headers and the Microsoft headers.

22 years ago- Updated it to support changes in Wine.
Patrik Stridvall [Mon, 4 Nov 2002 22:41:00 +0000 (22:41 +0000)] 
- Updated it to support changes in Wine.
- Added support for C++ compilation (off by default).

22 years agoUpdated the generated tests.
Patrik Stridvall [Mon, 4 Nov 2002 22:40:40 +0000 (22:40 +0000)] 
Updated the generated tests.

22 years agoAdded tests for normal types (not just structures).
Patrik Stridvall [Mon, 4 Nov 2002 22:40:13 +0000 (22:40 +0000)] 
Added tests for normal types (not just structures).

22 years agoAdded missing CSTR_ definitions.
Ryan Cumming [Mon, 4 Nov 2002 22:39:45 +0000 (22:39 +0000)] 
Added missing CSTR_ definitions.

22 years agoOSS_RawOpenDevice should return an error if the format is not
Francois Gouget [Mon, 4 Nov 2002 22:39:19 +0000 (22:39 +0000)] 
OSS_RawOpenDevice should return an error if the format is not
supported.

22 years agoAdd stub for RasEnumConnectionsW.
Ryan Cumming [Mon, 4 Nov 2002 22:38:45 +0000 (22:38 +0000)] 
Add stub for RasEnumConnectionsW.

22 years agoHandle errors in std marshaller better, do not crash.
Marcus Meissner [Mon, 4 Nov 2002 22:38:26 +0000 (22:38 +0000)] 
Handle errors in std marshaller better, do not crash.
Added another error message if some program tries to marshal
IOleObject.
OleCreate() should be able to use Local Servers too (it can't as of
now, just for debugging).

22 years agoSpecify existing extra size of WINEPS Devmode structure.
Marcus Meissner [Mon, 4 Nov 2002 22:37:57 +0000 (22:37 +0000)] 
Specify existing extra size of WINEPS Devmode structure.
Make ExtDeviceMode16 in WINEPS return the correct size.

22 years agoSkip the allocation of a new console on "wcmd /c <command>" execution,
Jaco Greeff [Mon, 4 Nov 2002 22:36:07 +0000 (22:36 +0000)] 
Skip the allocation of a new console on "wcmd /c <command>" execution,
using the current allocated STDIN and STDOUT handles for command
input/output.

22 years agoIgnore VCPI installation checks. Handle XMS query any extended memory
Jukka Heinonen [Mon, 4 Nov 2002 22:35:36 +0000 (22:35 +0000)] 
Ignore VCPI installation checks. Handle XMS query any extended memory
function. Add stubs for get/set exception handler vector.

22 years agoWhen returning from 32-bit default interrupt handlers, eflags are now
Jukka Heinonen [Mon, 4 Nov 2002 22:35:15 +0000 (22:35 +0000)] 
When returning from 32-bit default interrupt handlers, eflags are now
returned correctly.

22 years agoAdditional exported capabilities to please some picky games.
Lionel Ulmer [Mon, 4 Nov 2002 22:34:25 +0000 (22:34 +0000)] 
Additional exported capabilities to please some picky games.

22 years ago- only compare the first WORD in the DDSCAPS2 structure if no DX7
Lionel Ulmer [Mon, 4 Nov 2002 22:34:11 +0000 (22:34 +0000)] 
- only compare the first WORD in the DDSCAPS2 structure if no DX7
- add some TRACEs

22 years agoAugment the DDSCAPS2 dumping routine with new caps.
Lionel Ulmer [Mon, 4 Nov 2002 22:33:53 +0000 (22:33 +0000)] 
Augment the DDSCAPS2 dumping routine with new caps.

22 years agoRelease 20021031. wine-20021031
Alexandre Julliard [Fri, 1 Nov 2002 02:30:46 +0000 (02:30 +0000)] 
Release 20021031.

22 years agoAdded clobber lists to the inline assembly functions.
Alexandre Julliard [Fri, 1 Nov 2002 01:50:51 +0000 (01:50 +0000)] 
Added clobber lists to the inline assembly functions.

22 years agoFixed some handle conversions for -DSTRICT.
Matthew Davison [Fri, 1 Nov 2002 01:50:06 +0000 (01:50 +0000)] 
Fixed some handle conversions for -DSTRICT.

22 years agoFix some problems found by winapi_check.
Greg Turner [Fri, 1 Nov 2002 01:47:43 +0000 (01:47 +0000)] 
Fix some problems found by winapi_check.

22 years agoFix stupid clone of broken macro, found by Marcus.
Greg Turner [Fri, 1 Nov 2002 01:47:04 +0000 (01:47 +0000)] 
Fix stupid clone of broken macro, found by Marcus.

22 years agoSome RPC format characters from MS documentation.
Ove Kaaven [Fri, 1 Nov 2002 01:46:23 +0000 (01:46 +0000)] 
Some RPC format characters from MS documentation.

22 years agoRemove quotes from filename before calling LoadLibrary in DoLaunch.
Stefan Leichter [Fri, 1 Nov 2002 01:46:02 +0000 (01:46 +0000)] 
Remove quotes from filename before calling LoadLibrary in DoLaunch.

22 years ago- Fixed typo in SHGetFileInfoA.
Alberto Massari [Fri, 1 Nov 2002 01:45:37 +0000 (01:45 +0000)] 
- Fixed typo in SHGetFileInfoA.
- Properly convert return values back to Unicode in SHGetFileInfoW.

22 years agoRemove #ifdef WINNT conditionals; just use the NT definitions.
Greg Turner [Thu, 31 Oct 2002 23:36:07 +0000 (23:36 +0000)] 
Remove #ifdef WINNT conditionals; just use the NT definitions.

22 years ago- Use appropriate per-platform NDR_LOCAL Data Representation.
Greg Turner [Thu, 31 Oct 2002 23:35:46 +0000 (23:35 +0000)] 
- Use appropriate per-platform NDR_LOCAL Data Representation.
- Minor housekeeping changes.

22 years agoEscape \ in path and arguments.
Marcus Meissner [Thu, 31 Oct 2002 23:35:20 +0000 (23:35 +0000)] 
Escape \ in path and arguments.
Use UNIX style work_dir, not windows dir.

22 years agoUpdated Slovenian resources for (new) version of progman.
Rok Mandeljc [Thu, 31 Oct 2002 22:46:12 +0000 (22:46 +0000)] 
Updated Slovenian resources for (new) version of progman.

22 years ago- Fix offset bug in the conformant string unmarshall routine.
Greg Turner [Thu, 31 Oct 2002 22:45:12 +0000 (22:45 +0000)] 
- Fix offset bug in the conformant string unmarshall routine.
- Fix discrepancy between headers and implementation of
  I_RpcBindingSetAsync when compiling under WINNT.
- Eliminate race conditions in the relationship between "listen_count"
  and "std_listen" in rpc_server.h.
- Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx.
- Attempt to implement RpcMgmtStopServerListening (definitely not
  happy just yet).
- RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to
  suspect there are more such mistakes in the spec-file comments, but I
  haven't looked into it or fixed them yet (coming soon).
- Cleanups, trace-enhancements, etc.

22 years agoWork around to make system-global hooks at least run in the thread
Alexandre Julliard [Thu, 31 Oct 2002 22:07:29 +0000 (22:07 +0000)] 
Work around to make system-global hooks at least run in the thread
that set them.