wine
24 years agoPropagate IsDialogMessage to the parent if the dialog has the
Andrew Lewycky [Sun, 19 Mar 2000 14:20:52 +0000 (14:20 +0000)] 
Propagate IsDialogMessage to the parent if the dialog has the
DS_CONTROL flag.

24 years agoAdded an exception frame for lstrcpy16.
Andreas Mohr [Sun, 19 Mar 2000 14:20:28 +0000 (14:20 +0000)] 
Added an exception frame for lstrcpy16.

24 years agoNow attaching imported DLLs of a winelib executable.
Eric Pouech [Sun, 19 Mar 2000 12:46:56 +0000 (12:46 +0000)] 
Now attaching imported DLLs of a winelib executable.

24 years agoIOleItemContainer has OLEGUID(0x11c), not 0x11a.
Marcus Meissner [Sun, 19 Mar 2000 12:46:37 +0000 (12:46 +0000)] 
IOleItemContainer has OLEGUID(0x11c), not 0x11a.

24 years agoFixed memory corruption with CoTaskMemRealloc.
Marcus Meissner [Sun, 19 Mar 2000 12:46:20 +0000 (12:46 +0000)] 
Fixed memory corruption with CoTaskMemRealloc.

24 years agoMade various changes to tools/genpatch including suggestions from Ove
Steven Elliott [Sun, 19 Mar 2000 12:46:02 +0000 (12:46 +0000)] 
Made various changes to tools/genpatch including suggestions from Ove
Kaaven (Place added files last in the patch.  Add a switch that
specifies modified files.)

24 years agoMoved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
Francois Gouget [Sun, 19 Mar 2000 12:45:28 +0000 (12:45 +0000)] 
Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.

24 years agoShould include 'winspool.h'.
Francois Gouget [Sun, 19 Mar 2000 12:45:06 +0000 (12:45 +0000)] 
Should include 'winspool.h'.

24 years ago- An extern statement finishes with the first closing '}' or the first
Francois Gouget [Sun, 19 Mar 2000 12:44:46 +0000 (12:44 +0000)] 
- An extern statement finishes with the first closing '}' or the first
  outer ';'
- Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
  'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
  co).  But still don't issue an error if '#error' is found when in the
  'pp_false' state.

24 years agoMake the first comma in the control's definition optional.
Francois Gouget [Sun, 19 Mar 2000 12:44:03 +0000 (12:44 +0000)] 
Make the first comma in the control's definition optional.

24 years agoSupport loading any presentation aspect.
Andrew Lewycky [Sun, 19 Mar 2000 12:42:58 +0000 (12:42 +0000)] 
Support loading any presentation aspect.

24 years agoAvoid a link error from another DLL on FreeBSD.
Gerald Pfeifer [Sun, 19 Mar 2000 12:42:31 +0000 (12:42 +0000)] 
Avoid a link error from another DLL on FreeBSD.

24 years agoFixed joystick ID/deviceID/driver handle/instance ID mixup.
Eric Pouech [Sun, 19 Mar 2000 12:41:41 +0000 (12:41 +0000)] 
Fixed joystick ID/deviceID/driver handle/instance ID mixup.

24 years agoDelete the shm segment as soon as wine and X have attached it.
Andrew Lewycky [Sun, 19 Mar 2000 12:41:20 +0000 (12:41 +0000)] 
Delete the shm segment as soon as wine and X have attached it.

24 years agoCorrected handling of proto==NULL in WINSOCK_getservbyname and
Lars Heete [Sun, 19 Mar 2000 12:40:53 +0000 (12:40 +0000)] 
Corrected handling of proto==NULL in WINSOCK_getservbyname and
WINSOCK_getservbyport.

24 years agoCreated separate dlls for user,gdi,ttydrv,x11drv.
Alexandre Julliard [Sun, 19 Mar 2000 12:08:09 +0000 (12:08 +0000)] 
Created separate dlls for user,gdi,ttydrv,x11drv.
Fixed Winelib argc handling (thanks to Eric Pouech).

24 years agoMisc small cleanups.
Alexandre Julliard [Sat, 18 Mar 2000 22:25:41 +0000 (22:25 +0000)] 
Misc small cleanups.

24 years agoAvoid calling the *Rect USER functions from inside GDI.
Alexandre Julliard [Sat, 18 Mar 2000 22:12:33 +0000 (22:12 +0000)] 
Avoid calling the *Rect USER functions from inside GDI.
Moved a few USER functions to a more appropriate location.

24 years agoMoved command-line option handling out of the X11 driver.
Alexandre Julliard [Sat, 18 Mar 2000 21:56:10 +0000 (21:56 +0000)] 
Moved command-line option handling out of the X11 driver.
Added support for "--" prefix on options.
Replaced a few X11 command-line options by wine.conf parameters.

24 years agoMade ddraw and dinput separate dlls.
Alexandre Julliard [Fri, 17 Mar 2000 16:58:10 +0000 (16:58 +0000)] 
Made ddraw and dinput separate dlls.

24 years agoHave threads and processes exit more cleanly whenever possible.
Alexandre Julliard [Fri, 17 Mar 2000 15:16:57 +0000 (15:16 +0000)] 
Have threads and processes exit more cleanly whenever possible.

24 years agoInclude space for resources in the module header instead of doing a
Alexandre Julliard [Fri, 17 Mar 2000 15:12:06 +0000 (15:12 +0000)] 
Include space for resources in the module header instead of doing a
separate allocation.

24 years agoMade MPR a separate dll.
Alexandre Julliard [Fri, 17 Mar 2000 15:09:48 +0000 (15:09 +0000)] 
Made MPR a separate dll.

24 years agoRewrite the BIGBLOCKFILE implementation for better performance.
Andrew Lewycky [Fri, 17 Mar 2000 15:08:25 +0000 (15:08 +0000)] 
Rewrite the BIGBLOCKFILE implementation for better performance.

24 years agoFurther simplify the code and remove some redundant code.
Gerald Pfeifer [Fri, 17 Mar 2000 15:07:52 +0000 (15:07 +0000)] 
Further simplify the code and remove some redundant code.
Make the user interface more consistent and appealing.

24 years agoAvoid a refcount leak in QueryInterface when delegating.
Andrew Lewycky [Fri, 17 Mar 2000 15:07:24 +0000 (15:07 +0000)] 
Avoid a refcount leak in QueryInterface when delegating.
And a couple of minor bugs.

24 years agoIntroduced DBG_VALUE struct to manipulate debugger/debuggee address space.
Eric Pouech [Wed, 15 Mar 2000 19:57:20 +0000 (19:57 +0000)] 
Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
Added watch (hardware assisted debugging) and whatis (type of expr) commands.
Fixed some issues in local vars handling (stabs parsing & registers optimization).

24 years agoUpdate DIB sections in text output and for graphics primitives.
Karl Lessard [Wed, 15 Mar 2000 19:56:40 +0000 (19:56 +0000)] 
Update DIB sections in text output and for graphics primitives.

24 years agoMichael Abd-El-Malek (on behalf of Corel)
Alexandre Julliard [Wed, 15 Mar 2000 19:48:13 +0000 (19:48 +0000)] 
Michael Abd-El-Malek (on behalf of Corel)
When we were switching to another desktop, the popup windows lost
their WS_VISIBLE flag.

24 years agoAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
Alexandre Julliard [Wed, 15 Mar 2000 19:47:44 +0000 (19:47 +0000)] 
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
Fixed context flags handling (thanks to Eric Pouech).

24 years agoAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
Alexandre Julliard [Wed, 15 Mar 2000 19:46:14 +0000 (19:46 +0000)] 
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.

24 years agoFixed bug in generate_startup_debug_events().
Alexandre Julliard [Wed, 15 Mar 2000 19:45:15 +0000 (19:45 +0000)] 
Fixed bug in generate_startup_debug_events().

24 years agoAdded winemine app.
Joshua Thielen [Wed, 15 Mar 2000 19:06:39 +0000 (19:06 +0000)] 
Added winemine app.

24 years agoImproved the visual appearence of the user interface. Made the code
Gerald Pfeifer [Wed, 15 Mar 2000 19:04:25 +0000 (19:04 +0000)] 
Improved the visual appearence of the user interface. Made the code
somewhat simpler.

24 years agoImplemented _read and _lseek.
Waldek Hebisch [Sun, 12 Mar 2000 21:13:44 +0000 (21:13 +0000)] 
Implemented _read and _lseek.

24 years agoCorrect conversion of level parameter if WINSOCK_setsockopt is called
Rein Klazes [Sun, 12 Mar 2000 21:12:56 +0000 (21:12 +0000)] 
Correct conversion of level parameter if WINSOCK_setsockopt is called
for option WS_SO_DONTLINGER.

24 years agoCorrect rounding of the result in MulDiv16().
Rein Klazes [Sun, 12 Mar 2000 21:12:38 +0000 (21:12 +0000)] 
Correct rounding of the result in MulDiv16().

24 years agoFixed FreeBSD compilation.
Gerald Pfeifer [Sun, 12 Mar 2000 20:19:23 +0000 (20:19 +0000)] 
Fixed FreeBSD compilation.

24 years ago- Make registry usage a little more correct and modern
Peter Hunnisett [Sun, 12 Mar 2000 20:18:33 +0000 (20:18 +0000)] 
- Make registry usage a little more correct and modern
- Create home for all dplay name server functionality
- Add the framework for EnumSessions
- Documentation update

24 years agoCleaned up debug channels a bit.
Dimitrie Paun [Sun, 12 Mar 2000 20:16:51 +0000 (20:16 +0000)] 
Cleaned up debug channels a bit.

24 years agoImplemented stretched blts for depth 24 (unoptimized).
Marcus Meissner [Sun, 12 Mar 2000 20:15:28 +0000 (20:15 +0000)] 
Implemented stretched blts for depth 24 (unoptimized).

24 years agoFixed OUTPUT_DEBUG_STRING pointer handling.
Alexandre Julliard [Fri, 10 Mar 2000 22:25:07 +0000 (22:25 +0000)] 
Fixed OUTPUT_DEBUG_STRING pointer handling.

24 years agoRemoved PROCESS_IsCurrent().
Alexandre Julliard [Fri, 10 Mar 2000 22:21:07 +0000 (22:21 +0000)] 
Removed PROCESS_IsCurrent().

24 years agoAdded specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
Alexandre Julliard [Fri, 10 Mar 2000 22:16:10 +0000 (22:16 +0000)] 
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
Generate a breakpoint event on process attach.
Misc cleanups in request handling.

24 years agoNow relying on exception codes to know when debugger is entered for a
Eric Pouech [Thu, 9 Mar 2000 18:46:04 +0000 (18:46 +0000)] 
Now relying on exception codes to know when debugger is entered for a
single step trap.

24 years agoAdded proc to start debugging process from its command line (by launching it).
Eric Pouech [Thu, 9 Mar 2000 18:45:43 +0000 (18:45 +0000)] 
Added proc to start debugging process from its command line (by launching it).

24 years agoCleanup.
Eric Pouech [Thu, 9 Mar 2000 18:45:27 +0000 (18:45 +0000)] 
Cleanup.

24 years agoAdd Black as a valid font weight.
Huw D M Davies [Thu, 9 Mar 2000 18:44:38 +0000 (18:44 +0000)] 
Add Black as a valid font weight.
Cope with afm files that do not contain {Family|Full}Name entries.

24 years ago- Got rid of PROFILE functions.
David Elliott [Thu, 9 Mar 2000 18:44:02 +0000 (18:44 +0000)] 
- Got rid of PROFILE functions.
- Use functionality of aspi.c.
- Automagically read /proc/scsi/scsi (part of aspi.c which is already
  in tree).

24 years agoHandle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
Jim Aston [Thu, 9 Mar 2000 18:41:36 +0000 (18:41 +0000)] 
Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.

24 years agoAdded resource.h include.
Mike Castle [Thu, 9 Mar 2000 18:37:53 +0000 (18:37 +0000)] 
Added resource.h include.

24 years agoIsRectEmpty also returns true for negative width/heights (verified
Marcus Meissner [Thu, 9 Mar 2000 18:35:37 +0000 (18:35 +0000)] 
IsRectEmpty also returns true for negative width/heights (verified
against Windows), found by Brad Oliver <bradman@pobox.com>.

24 years agoTake type from referenced variant for VT_BYREF && VT_VARIANT.
Lawson Whitney [Thu, 9 Mar 2000 18:31:52 +0000 (18:31 +0000)] 
Take type from referenced variant for VT_BYREF && VT_VARIANT.

24 years agoStore the list of loaded dlls in the server, and generate debug events
Alexandre Julliard [Thu, 9 Mar 2000 18:18:41 +0000 (18:18 +0000)] 
Store the list of loaded dlls in the server, and generate debug events
internally.

24 years agoAdded server protocol version check.
Alexandre Julliard [Wed, 8 Mar 2000 22:01:02 +0000 (22:01 +0000)] 
Added server protocol version check.

24 years ago- Slightly reworked include files (less messy, more straightforward).
David Elliott [Wed, 8 Mar 2000 19:41:49 +0000 (19:41 +0000)] 
- Slightly reworked include files (less messy, more straightforward).
- Moved DOS ASPI functionality to msdos/dosaspi.c.
- Got rid using PROFILE to get SCSI info from wine.conf.
- Read scsi info from /proc/scsi/scsi.
- Added setting of a reasonable timeout when opening a SCSI device (5
  minutes, defined in winescsi.h).
- ExecScsiCommand now ALWAYS posts, even on error (which is the correct
  behavior).

24 years agoAdded Slovak language support.
Simen Zamecnik [Wed, 8 Mar 2000 18:59:20 +0000 (18:59 +0000)] 
Added Slovak language support.

24 years agoAdded some Japanese resources.
Junichi Kuchinishi [Wed, 8 Mar 2000 18:50:45 +0000 (18:50 +0000)] 
Added some Japanese resources.

24 years agoImplemented OLE clipboard functionality for Embed Source format.
Abey George [Wed, 8 Mar 2000 18:49:36 +0000 (18:49 +0000)] 
Implemented OLE clipboard functionality for Embed Source format.
It helps you cut and paste data with Embed Source format between
applications.  It also implements OleCreateFromData and
OleQueryCreateFromData and fixes some bugs in datacache.c.

24 years agowm->modname might be invalid at the end of FreeLibrary.
Ulrich Czekalla [Wed, 8 Mar 2000 18:41:22 +0000 (18:41 +0000)] 
wm->modname might be invalid at the end of FreeLibrary.

24 years agoRemoved a lot of unnecessary includes and fixed the compile errors.
Patrik Stridvall [Wed, 8 Mar 2000 18:26:56 +0000 (18:26 +0000)] 
Removed a lot of unnecessary includes and fixed the compile errors.

24 years agoFixed some warnings.
Patrik Stridvall [Wed, 8 Mar 2000 18:25:22 +0000 (18:25 +0000)] 
Fixed some warnings.

24 years agoCorrected value for DAYS_IN_ONE_YEAR.
Lawson Whitney [Wed, 8 Mar 2000 18:24:03 +0000 (18:24 +0000)] 
Corrected value for DAYS_IN_ONE_YEAR.

24 years agoCleaned up CRTDLL__unlink.
Alexandre Julliard [Wed, 8 Mar 2000 18:23:18 +0000 (18:23 +0000)] 
Cleaned up CRTDLL__unlink.

24 years agoThe static control only needs to invalidate its rect when we SetText.
Ulrich Czekalla [Wed, 8 Mar 2000 18:22:51 +0000 (18:22 +0000)] 
The static control only needs to invalidate its rect when we SetText.

24 years agoAdded a few messages for IME.
Hidenori Takeshima [Wed, 8 Mar 2000 18:22:21 +0000 (18:22 +0000)] 
Added a few messages for IME.

24 years agoNo longer directly accessing debuggee memory.
Eric Pouech [Wed, 8 Mar 2000 16:44:54 +0000 (16:44 +0000)] 
No longer directly accessing debuggee memory.
Execution context (mode, steps...) are now linked to a thread.
Removed some X11 crst hacks.
Rewrote info/walk commands.
Removed direct debugger invocation code (and moved the rest to the new
winedbg.c file).

24 years agoRemoved PDB32_DEBUGGED flag and send all debug events unconditionally.
Alexandre Julliard [Wed, 8 Mar 2000 16:41:37 +0000 (16:41 +0000)] 
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
Implemented IsDebuggerPresent().

24 years agoGenerate CREATE_PROCESS/THREAD debug events internally in the server.
Alexandre Julliard [Wed, 8 Mar 2000 12:01:30 +0000 (12:01 +0000)] 
Generate CREATE_PROCESS/THREAD debug events internally in the server.

24 years agoBetter implementation of inline functions SetLastError and
Alexandre Julliard [Tue, 7 Mar 2000 13:14:27 +0000 (13:14 +0000)] 
Better implementation of inline functions SetLastError and
GetCurrentThreadId.  Added asm inlines for Interlocked* functions.

24 years agoAdded DbgBreakPoint. Fixed exception record contents on SIGTRAP.
Alexandre Julliard [Tue, 7 Mar 2000 13:10:21 +0000 (13:10 +0000)] 
Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.

24 years agoFixed second instance DGROUP loading.
Andreas Mohr [Tue, 7 Mar 2000 12:26:16 +0000 (12:26 +0000)] 
Fixed second instance DGROUP loading.

24 years agoImplement SPI_GETICONMETRICS.
Huw D M Davies [Tue, 7 Mar 2000 12:25:40 +0000 (12:25 +0000)] 
Implement SPI_GETICONMETRICS.
Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.

24 years agoActual write the cached struct in GlobalMemoryStatus.
Marcus Meissner [Tue, 7 Mar 2000 12:24:58 +0000 (12:24 +0000)] 
Actual write the cached struct in GlobalMemoryStatus.

24 years agoInclude in the AddFontResourceA/W fixme message a pointer to the fonts
Rein Klazes [Tue, 7 Mar 2000 12:24:26 +0000 (12:24 +0000)] 
Include in the AddFontResourceA/W fixme message a pointer to the fonts
document. In this document tell the user how to find the needed tools.

24 years agoAdd a message and fix error code if __ws_getservbyname() and
Rein Klazes [Tue, 7 Mar 2000 12:23:51 +0000 (12:23 +0000)] 
Add a message and fix error code if __ws_getservbyname() and
__ws_getservbyport() cannot find the requested service.
Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.

24 years agoCheck for existence if MMIO_EXIST is passed to MMIO_Open.
Ulrich Czekalla [Tue, 7 Mar 2000 12:23:11 +0000 (12:23 +0000)] 
Check for existence if MMIO_EXIST is passed to MMIO_Open.

24 years agoThe pathname was stored in a string of size 100, which was not always
Jeff Tranter [Tue, 7 Mar 2000 12:22:51 +0000 (12:22 +0000)] 
The pathname was stored in a string of size 100, which was not always
large enough. It should be set to MAX_PATH (255).

24 years agoSeveral fixes to MakeProcInstance.
Andreas Mohr [Tue, 7 Mar 2000 12:22:35 +0000 (12:22 +0000)] 
Several fixes to MakeProcInstance.

24 years agoAdded support for creating extra symlinks for .so files that contain
Alexandre Julliard [Sun, 5 Mar 2000 13:08:24 +0000 (13:08 +0000)] 
Added support for creating extra symlinks for .so files that contain
multiple dlls.

24 years agoMoved dll-specific make rules to a separate Makedll.rules file.
Alexandre Julliard [Sat, 4 Mar 2000 22:31:27 +0000 (22:31 +0000)] 
Moved dll-specific make rules to a separate Makedll.rules file.

24 years agoFixed error checking in registry saving.
Alexandre Julliard [Sat, 4 Mar 2000 19:33:38 +0000 (19:33 +0000)] 
Fixed error checking in registry saving.

24 years agoWSACleanup should set last error to WSANOTINITIALISED if failing
Ove Kaaven [Sat, 4 Mar 2000 19:29:42 +0000 (19:29 +0000)] 
WSACleanup should set last error to WSANOTINITIALISED if failing
because Winsock was not initialized...

24 years agoCoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
Marcus Meissner [Sat, 4 Mar 2000 19:24:25 +0000 (19:24 +0000)] 
CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
Whitney), removed the dllName component of the openDlls.  Added some
debugstr_guid().

24 years agoFixed typos in _alldiv() and _allmul().
Dan Scott [Sat, 4 Mar 2000 19:22:13 +0000 (19:22 +0000)] 
Fixed typos in _alldiv() and _allmul().

24 years agoAdded message for missing xpm devel libs for debian/corel.
Marcus Meissner [Sat, 4 Mar 2000 19:21:49 +0000 (19:21 +0000)] 
Added message for missing xpm devel libs for debian/corel.

24 years agoOleRegGetUserType did query wrong registry key.
Pierre Mageau [Sat, 4 Mar 2000 19:20:30 +0000 (19:20 +0000)] 
OleRegGetUserType did query wrong registry key.

24 years agoSome applications call GlobalMemoryStatus() very often. Cache the
Marcus Meissner [Sat, 4 Mar 2000 19:19:15 +0000 (19:19 +0000)] 
Some applications call GlobalMemoryStatus() very often. Cache the
results of the call for 1 second (spotted by Corel).

24 years agoGetClipboardData16 might return an invalid global handle (spotted by
Marcus Meissner [Sat, 4 Mar 2000 19:18:47 +0000 (19:18 +0000)] 
GetClipboardData16 might return an invalid global handle (spotted by
Corel).

24 years agoLilia Roumiantseva
Alexandre Julliard [Sat, 4 Mar 2000 19:18:23 +0000 (19:18 +0000)] 
Lilia Roumiantseva
cbCountSizeOfEnhMetafile callback function instead of increasing a
contents of the pointer to the size increased the pointer itself.

24 years agoFix docs to reflect change to .winerc processing.
Huw D M Davies [Sat, 4 Mar 2000 19:16:34 +0000 (19:16 +0000)] 
Fix docs to reflect change to .winerc processing.

24 years agoFixed a couple of config.cache problems.
Ove Kaaven [Sat, 4 Mar 2000 19:13:52 +0000 (19:13 +0000)] 
Fixed a couple of config.cache problems.

24 years agoVahid Pourlotfali
Alexandre Julliard [Sat, 4 Mar 2000 19:11:54 +0000 (19:11 +0000)] 
Vahid Pourlotfali
Trackbar contol did not have proper position value in case of
SB_THUMBTRACK notification message: it was always sending 0.

Jim Aston <jima@corel.ca>
Made the slider control a rect.  It had been trying to draw a notched
slider, but the result didn't look right.

24 years agoMade WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
Rein Klazes [Sat, 4 Mar 2000 19:09:16 +0000 (19:09 +0000)] 
Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.

24 years agoCURSORICON_IconToCursor: inconsistent Lock/Unlock
Serge Ivanov [Sat, 4 Mar 2000 19:07:08 +0000 (19:07 +0000)] 
CURSORICON_IconToCursor: inconsistent Lock/Unlock

24 years agoPROFILE_GetString: only accept NULL for keyname to return the list of
Uwe Bonnes [Sat, 4 Mar 2000 19:03:15 +0000 (19:03 +0000)] 
PROFILE_GetString: only accept NULL for keyname to return the list of
keys as Win95 does.

24 years agoFix a sign bug where memcpy was called with negative length.
Joerg Mayer [Sat, 4 Mar 2000 19:00:42 +0000 (19:00 +0000)] 
Fix a sign bug where memcpy was called with negative length.

24 years agoMake profile key a global handle.
Alexandre Julliard [Tue, 29 Feb 2000 22:19:57 +0000 (22:19 +0000)] 
Make profile key a global handle.

24 years agoRenamed libwin32s to use the proper dll name (libw32skrnl).
Alexandre Julliard [Tue, 29 Feb 2000 22:11:44 +0000 (22:11 +0000)] 
Renamed libwin32s to use the proper dll name (libw32skrnl).

24 years agoRemoved superfluous #include statements for header files included twice.
Niels Kristian Bech Jensen [Tue, 29 Feb 2000 22:06:06 +0000 (22:06 +0000)] 
Removed superfluous #include statements for header files included twice.