wine
21 years agoRemoved obsolete files.
Alexandre Julliard [Wed, 18 Sep 2002 18:31:18 +0000 (18:31 +0000)] 
Removed obsolete files.

21 years agoUpdate for mingw/cygwin.
Steven Edwards [Wed, 18 Sep 2002 18:30:53 +0000 (18:30 +0000)] 
Update for mingw/cygwin.

21 years agoMake all target names lower case.
Martin Wilck [Wed, 18 Sep 2002 18:30:29 +0000 (18:30 +0000)] 
Make all target names lower case.

21 years agoUpdate debug channel usage in DEVELOPER-HINTS.
Dimitrie O. Paun [Wed, 18 Sep 2002 18:29:59 +0000 (18:29 +0000)] 
Update debug channel usage in DEVELOPER-HINTS.
Remove references to obsolete dirs.

21 years ago- Better implementation for GetTopindex/GetOrigin/SetIconSpacing.
Dimitrie O. Paun [Wed, 18 Sep 2002 18:29:28 +0000 (18:29 +0000)] 
- Better implementation for GetTopindex/GetOrigin/SetIconSpacing.
- Drawing optimizations, better scrolling.
- A few more bugs squashed without mercy.
- Many cleanups, simplifications, doc updates.

21 years agoSmall update to keep in sync with README.
Vincent Béron [Wed, 18 Sep 2002 18:28:19 +0000 (18:28 +0000)] 
Small update to keep in sync with README.

21 years agoImplemented the ntdll virtual memory functions, and made the kernel
Alexandre Julliard [Tue, 17 Sep 2002 18:54:42 +0000 (18:54 +0000)] 
Implemented the ntdll virtual memory functions, and made the kernel
functions use them.

21 years agoAdded testing.sgml.
Alexandre Julliard [Tue, 17 Sep 2002 18:44:46 +0000 (18:44 +0000)] 
Added testing.sgml.

21 years agoRemove clearing of the window menu id for now. This will need more
Alexandre Julliard [Tue, 17 Sep 2002 18:40:39 +0000 (18:40 +0000)] 
Remove clearing of the window menu id for now. This will need more
work.

21 years agoExplain why conformance tests are useful for ports too.
Francois Gouget [Tue, 17 Sep 2002 18:34:38 +0000 (18:34 +0000)] 
Explain why conformance tests are useful for ports too.

21 years agoAuthors: Josef Meixner <Josef.Meixner@t-online.de>, Huw Davies <huw@codeweavers.com>
Alexandre Julliard [Tue, 17 Sep 2002 18:33:55 +0000 (18:33 +0000)] 
Authors: Josef Meixner <Josef.Meixner@t-online.de>, Huw Davies <huw@codeweavers.com>
- Initializing the return-string shouldn't change the pointer.
- Added "FIXME" for case not handled.
- Directory and the filenames have to be separated by "\0".
- Added check to handle possible signed/unsigned overflow.

21 years agoMSVCRT needs a public errno.h file.
Martin Wilck [Tue, 17 Sep 2002 18:32:53 +0000 (18:32 +0000)] 
MSVCRT needs a public errno.h file.

21 years agoFix "install" and "uninstall" targets: .exe -> .exe.so; target dir is
Martin Wilck [Tue, 17 Sep 2002 18:31:31 +0000 (18:31 +0000)] 
Fix "install" and "uninstall" targets: .exe -> .exe.so; target dir is
$(dlldir), like for the "builtin" wine binaries.

21 years agoMake LsaOpenPolicy return success.
Andriy Palamarchuk [Tue, 17 Sep 2002 18:31:06 +0000 (18:31 +0000)] 
Make LsaOpenPolicy return success.

21 years agoBug fix.
Jan Kratochvil [Tue, 17 Sep 2002 18:30:38 +0000 (18:30 +0000)] 
Bug fix.

21 years ago- Unicodeify control.
Gyorgy 'Nog' Jeney [Tue, 17 Sep 2002 18:30:07 +0000 (18:30 +0000)] 
- Unicodeify control.
- use void instead of VOID.
- Pass infoPtr around instead of HWND.
- Implement most of the control.

21 years ago- Optimize the heck out of Report drawing.
Dimitrie O. Paun [Tue, 17 Sep 2002 18:29:17 +0000 (18:29 +0000)] 
- Optimize the heck out of Report drawing.
- A bit of organization, for sanity's sake.
- Many simplifications, cleanups, etc.

21 years agoMove the documentation for 'ShowDirSymlinks' where it belongs: to the
Dimitrie O. Paun [Tue, 17 Sep 2002 18:27:32 +0000 (18:27 +0000)] 
Move the documentation for 'ShowDirSymlinks' where it belongs: to the
wine.conf man page.

21 years agoRemove references to PCVOID and LPUINT.
Francois Gouget [Tue, 17 Sep 2002 01:35:09 +0000 (01:35 +0000)] 
Remove references to PCVOID and LPUINT.
Remove types that don't exist on Windows.

21 years agoFixed import directory limits (spotted by Jan Kratochvil).
Alexandre Julliard [Tue, 17 Sep 2002 01:31:54 +0000 (01:31 +0000)] 
Fixed import directory limits (spotted by Jan Kratochvil).

21 years agoListview_ProcessLetterKeys: fixed never ending loop when end index is
Sander van Leeuwen [Tue, 17 Sep 2002 01:30:13 +0000 (01:30 +0000)] 
Listview_ProcessLetterKeys: fixed never ending loop when end index is
zero.

21 years agoModified volume_effect8 for taking unsigned data as signed data, and
Jerry Jenkins [Tue, 17 Sep 2002 01:29:26 +0000 (01:29 +0000)] 
Modified volume_effect8 for taking unsigned data as signed data, and
wodPlayer_WriteMaxFrags because of wrong data length which lead to
strange noise and volume control working incorrectly.

21 years agoAdded waveOutSetVolume when opening sound driver. Otherwise, there is
Jerry Jenkins [Tue, 17 Sep 2002 01:29:01 +0000 (01:29 +0000)] 
Added waveOutSetVolume when opening sound driver. Otherwise, there is
no sound if we use aRts.

21 years ago- Return correct error codes.
Martin Wilck [Tue, 17 Sep 2002 01:27:55 +0000 (01:27 +0000)] 
- Return correct error codes.
- Fix behaviour if files are on different Wine drives
  - delete source if copy successful
  - try rename() - files may be on the same Unix file system.
- Try copy/delete if rename() fails: files may be on the same DOS
  drive, but on different Unix file systems.

21 years agoStart of the conformance testing documentation. Still very
Francois Gouget [Tue, 17 Sep 2002 00:07:03 +0000 (00:07 +0000)] 
Start of the conformance testing documentation. Still very
incomplete.

21 years agoUpdate the section concerning winemaker's options.
Francois Gouget [Tue, 17 Sep 2002 00:06:30 +0000 (00:06 +0000)] 
Update the section concerning winemaker's options.
Add a couple of warnings about out-of-date sections.

21 years agoTests are regular Winelib applications and thus should not be compiled
Francois Gouget [Tue, 17 Sep 2002 00:05:55 +0000 (00:05 +0000)] 
Tests are regular Winelib applications and thus should not be compiled
with __WINE__.

21 years agoIDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
Francois Gouget [Tue, 17 Sep 2002 00:05:34 +0000 (00:05 +0000)] 
IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
instead and cast to LPWSTR.
Fixed type cast warnings.

21 years agoChange the #include order so that these tests compile on Windows.
Francois Gouget [Tue, 17 Sep 2002 00:04:35 +0000 (00:04 +0000)] 
Change the #include order so that these tests compile on Windows.

21 years agoMove all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK.
Francois Gouget [Tue, 17 Sep 2002 00:03:39 +0000 (00:03 +0000)] 
Move all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK.
Add some missing constants.
Include ntstatus.h in winnt.h.

21 years agoFixed "conditional expr is always true due to being unsigned < 0"
Marcus Meissner [Tue, 17 Sep 2002 00:00:30 +0000 (00:00 +0000)] 
Fixed "conditional expr is always true due to being unsigned < 0"
problem.

21 years agoNew -S: Search only prototype names found in 'symfile'.
Jan Kratochvil [Mon, 16 Sep 2002 23:59:53 +0000 (23:59 +0000)] 
New -S: Search only prototype names found in 'symfile'.

21 years agoAdded ctype.h.
Marcus Meissner [Mon, 16 Sep 2002 23:58:59 +0000 (23:58 +0000)] 
Added ctype.h.

21 years agoConvert HRSRC to a void*.
Michael Stefaniuc [Mon, 16 Sep 2002 22:47:05 +0000 (22:47 +0000)] 
Convert HRSRC to a void*.

21 years agoNetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
Francois Gouget [Mon, 16 Sep 2002 22:45:22 +0000 (22:45 +0000)] 
NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
Windows platforms -> use GetModuleHandle + GetProcAddress.

21 years agoMark files starting with a dot as FA_HIDDEN.
Dimitrie O. Paun [Mon, 16 Sep 2002 22:44:38 +0000 (22:44 +0000)] 
Mark files starting with a dot as FA_HIDDEN.
Add configuration option 'ShowDotFiles' to turn this feature off.

21 years agoFix MoveFileEx() flags in MSVCRT rename()/_wrename().
Martin Wilck [Mon, 16 Sep 2002 22:39:50 +0000 (22:39 +0000)] 
Fix MoveFileEx() flags in MSVCRT rename()/_wrename().

21 years ago- Reorganization and cleanup of selection code.
Dimitrie O. Paun [Mon, 16 Sep 2002 22:37:40 +0000 (22:37 +0000)] 
- Reorganization and cleanup of selection code.
- Complete rewrite of focus handling and drawing code.
- Many bugs fixed (including a serious memory corruption).
- Many performance fixes.
- Lots of cleanups, simplifications, etc.
- Documentation updates.

21 years agoInclude rpc.h after LPOLESTR and other needed types are defined.
Francois Gouget [Mon, 16 Sep 2002 22:36:49 +0000 (22:36 +0000)] 
Include rpc.h after LPOLESTR and other needed types are defined.

21 years agoFixed typo which prevented correct compilation of code using the
Vincent Béron [Mon, 16 Sep 2002 22:35:24 +0000 (22:35 +0000)] 
Fixed typo which prevented correct compilation of code using the
Get{C,M,Y}Value macros.

21 years agoImplemented NtDuplicateObject.
Alexandre Julliard [Mon, 16 Sep 2002 19:32:50 +0000 (19:32 +0000)] 
Implemented NtDuplicateObject.

21 years agoReplace static initializers with a proper #define in .h files.
Dmitry Timoshkov [Mon, 16 Sep 2002 19:29:36 +0000 (19:29 +0000)] 
Replace static initializers with a proper #define in .h files.

21 years ago- fixed typo error in CMYK definition (COLOREF -> COLORREF)
Juraj Hercek [Mon, 16 Sep 2002 19:28:36 +0000 (19:28 +0000)] 
- fixed typo error in CMYK definition (COLOREF -> COLORREF)
- added tags to structures (_OFSTRUCT, _FILETIME, ...)

21 years agoWait for app to come up before attempting DDE connection.
Duane Clark [Mon, 16 Sep 2002 19:27:51 +0000 (19:27 +0000)] 
Wait for app to come up before attempting DDE connection.
PathIsURL should fail on text without a proper "scheme".

21 years agoinfo->u.smb_dir is a pointer, errors are signaled by NULL.
Marcus Meissner [Mon, 16 Sep 2002 19:27:15 +0000 (19:27 +0000)] 
info->u.smb_dir is a pointer, errors are signaled by NULL.

21 years agoAdded ability to abort on interactive symbol lookup.
Eric Pouech [Mon, 16 Sep 2002 19:26:48 +0000 (19:26 +0000)] 
Added ability to abort on interactive symbol lookup.

21 years ago- Grand rewrite for {Get,Set,Insert}Item & Co.
Dimitrie O. Paun [Mon, 16 Sep 2002 19:25:41 +0000 (19:25 +0000)] 
- Grand rewrite for {Get,Set,Insert}Item & Co.
- Many bugs fixed.
- Callback items are better supported.
- Improvements in rendering speed.
- Change VOID to void.
- Many code cleanups, and simplifications.
- Documentation updates.

21 years agoHandle special registry root keys directly in advapi32, and avoid
Alexandre Julliard [Fri, 13 Sep 2002 21:42:28 +0000 (21:42 +0000)] 
Handle special registry root keys directly in advapi32, and avoid
using them in kernel and ntdll.

21 years agoCopied the registry functions needed by VMM into device.c and got rid
Alexandre Julliard [Fri, 13 Sep 2002 18:52:57 +0000 (18:52 +0000)] 
Copied the registry functions needed by VMM into device.c and got rid
of memory/registry.c.

21 years agoRemoved remaining references to advapi32 registry functions from
Alexandre Julliard [Fri, 13 Sep 2002 18:52:01 +0000 (18:52 +0000)] 
Removed remaining references to advapi32 registry functions from
kernel functions.

21 years ago- Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll".
Martin Wilck [Fri, 13 Sep 2002 17:55:54 +0000 (17:55 +0000)] 
- Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll".
- Automatically add MSVCRT include path if MSVCRT DLL was requested.

21 years agoWait timeout must be 0 if bWait == FALSE.
Martin Wilck [Fri, 13 Sep 2002 17:55:33 +0000 (17:55 +0000)] 
Wait timeout must be 0 if bWait == FALSE.

21 years agoMoved the debugger to programs/winedbg where it belongs.
Alexandre Julliard [Fri, 13 Sep 2002 17:54:27 +0000 (17:54 +0000)] 
Moved the debugger to programs/winedbg where it belongs.

21 years agoRemoved references to advapi32 registry functions from some of the
Alexandre Julliard [Fri, 13 Sep 2002 17:47:44 +0000 (17:47 +0000)] 
Removed references to advapi32 registry functions from some of the
kernel functions.

21 years agoRtlFormatCurrentUserKeyPath: return path containing the user name
Alexandre Julliard [Fri, 13 Sep 2002 17:45:07 +0000 (17:45 +0000)] 
RtlFormatCurrentUserKeyPath: return path containing the user name
instead of .Default.

21 years ago- fix perl syntax error in my own patch
Martin Wilck [Fri, 13 Sep 2002 17:43:25 +0000 (17:43 +0000)] 
- fix perl syntax error in my own patch
- fix perl syntax error in generate_wrapper_file()
- fix order of arguments generate_from_template() in generate_wrapper_file()
- don't ignore command line -l, -I, and -i arguments
- build wrapper with a minimal set of DLLs/libraries
- fix autoconf invocation to support both 2.5x and 2.13
- fix usage message for --nodlls
- target_init(\$global_settings) must not be done after reading command line
- fix appName declaration in wrapper code

21 years ago- Improve LVM_GETITEMRECT values for LVS_ICON style. Now mostly
Guy L. Albertelli [Fri, 13 Sep 2002 17:41:32 +0000 (17:41 +0000)] 
- Improve LVM_GETITEMRECT values for LVS_ICON style. Now mostly
  correct (or at least matches native).
- Handle focused and selected large icon text better.
- Handle internal erase.
- Additional debugging code.

21 years agoReplaced 'heap' .spec statement by a command line option.
Alexandre Julliard [Thu, 12 Sep 2002 22:51:20 +0000 (22:51 +0000)] 
Replaced 'heap' .spec statement by a command line option.
Updated winebuild manpage.

21 years agoUse larger signal stack to avoid overflows in filesystem code when
Alexandre Julliard [Thu, 12 Sep 2002 22:30:28 +0000 (22:30 +0000)] 
Use larger signal stack to avoid overflows in filesystem code when
loading the debugger.

21 years agoDelete registry key at exit.
Alexandre Julliard [Thu, 12 Sep 2002 22:29:58 +0000 (22:29 +0000)] 
Delete registry key at exit.

21 years agoFixed AssocCreate declaration.
Alexandre Julliard [Thu, 12 Sep 2002 22:29:36 +0000 (22:29 +0000)] 
Fixed AssocCreate declaration.

21 years agoFixed warnings caused by new winternl.h.
Alexandre Julliard [Thu, 12 Sep 2002 22:28:01 +0000 (22:28 +0000)] 
Fixed warnings caused by new winternl.h.

21 years ago- Implement custom draw support.
Dimitrie O. Paun [Thu, 12 Sep 2002 22:26:26 +0000 (22:26 +0000)] 
- Implement custom draw support.
- Fix thumb drawing.
- Some cleanups, reorganizations, etc.

21 years agoFix a bunch of bugs related to scrolling.
Dimitrie O. Paun [Thu, 12 Sep 2002 22:26:08 +0000 (22:26 +0000)] 
Fix a bunch of bugs related to scrolling.

21 years agoMinor bug fixes and improvements.
Patrik Stridvall [Thu, 12 Sep 2002 22:25:35 +0000 (22:25 +0000)] 
Minor bug fixes and improvements.

21 years agoAdded Direct3D 8 headers.
Jason Edmeades [Thu, 12 Sep 2002 22:25:16 +0000 (22:25 +0000)] 
Added Direct3D 8 headers.

21 years agoMoved all the content of the DDK files ntdef.h and ntddk.h to
Patrik Stridvall [Thu, 12 Sep 2002 22:07:02 +0000 (22:07 +0000)] 
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.

21 years agoFixed requested access rights in RegDeleteKey[AW].
Alexandre Julliard [Thu, 12 Sep 2002 20:47:14 +0000 (20:47 +0000)] 
Fixed requested access rights in RegDeleteKey[AW].

21 years agoFixed possible infinite loop in delete_key.
Alexandre Julliard [Thu, 12 Sep 2002 20:46:06 +0000 (20:46 +0000)] 
Fixed possible infinite loop in delete_key.

21 years agoFixed C++ comments.
Patrik Stridvall [Thu, 12 Sep 2002 20:45:22 +0000 (20:45 +0000)] 
Fixed C++ comments.

21 years agoWCMD_parse: allow slashes in command filenames.
Uwe Bonnes [Thu, 12 Sep 2002 20:43:54 +0000 (20:43 +0000)] 
WCMD_parse: allow slashes in command filenames.

21 years agoCleanup warning when building on Mingw.
Steven Edwards [Thu, 12 Sep 2002 20:43:24 +0000 (20:43 +0000)] 
Cleanup warning when building on Mingw.

21 years ago- Made remove trailing whitespace a default off option.
Patrik Stridvall [Thu, 12 Sep 2002 20:42:44 +0000 (20:42 +0000)] 
- Made remove trailing whitespace a default off option.
- Add support for C++ to C comment conversion.

21 years ago- Complete rewrite of scrolling code: smaller, faster, cleaner.
Dimitrie O. Paun [Thu, 12 Sep 2002 18:10:41 +0000 (18:10 +0000)] 
- Complete rewrite of scrolling code: smaller, faster, cleaner.
  We now properly scroll the window, rather than invalidating it on
  every scroll action.
- A bug or two got squashed.
- Many code cleanups, simplifications, etc.
- Some documentation updates.

21 years agoRemove support for 'file', 'name', and 'mode' in .spec files.
Dimitrie O. Paun [Thu, 12 Sep 2002 18:10:05 +0000 (18:10 +0000)] 
Remove support for 'file', 'name', and 'mode' in .spec files.

21 years agoMake hex digits static const & share them.
Jon Griffiths [Thu, 12 Sep 2002 18:03:11 +0000 (18:03 +0000)] 
Make hex digits static const & share them.

21 years agoImplementation and test for SHCopyKeyA/W.
Jon Griffiths [Thu, 12 Sep 2002 18:02:14 +0000 (18:02 +0000)] 
Implementation and test for SHCopyKeyA/W.

21 years agoFix the behavior of GetOverlappedResult() and WSAGetOverlappedResult()
Martin Wilck [Thu, 12 Sep 2002 17:56:30 +0000 (17:56 +0000)] 
Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult()
with non-manual-reset (auto-reset) events in the OVERLAPPED structures.

21 years agoInstall tchar.h.
Andriy Palamarchuk [Thu, 12 Sep 2002 17:54:09 +0000 (17:54 +0000)] 
Install tchar.h.

21 years agoSpec files documentation. Added information about wide strings. Based
Andriy Palamarchuk [Thu, 12 Sep 2002 17:53:22 +0000 (17:53 +0000)] 
Spec files documentation. Added information about wide strings. Based
on comments by Patrik Stridvall.

21 years agoFixed buffer size in DIR_TryModulePath for Win32 modules.
Michael Beach [Thu, 12 Sep 2002 17:51:07 +0000 (17:51 +0000)] 
Fixed buffer size in DIR_TryModulePath for Win32 modules.

21 years agoRemoved the __uint* types from basetsd.h since they don't exist under
Alexandre Julliard [Thu, 12 Sep 2002 17:29:12 +0000 (17:29 +0000)] 
Removed the __uint* types from basetsd.h since they don't exist under
Windows. Fixed a few other issues with type definitions.

21 years agoMove the name directive from the .spec file to the Makefile.
Dimitrie O. Paun [Thu, 12 Sep 2002 17:24:14 +0000 (17:24 +0000)] 
Move the name directive from the .spec file to the Makefile.

21 years agoAdd support for naming the DLL from the command line.
Dimitrie O. Paun [Thu, 12 Sep 2002 17:23:25 +0000 (17:23 +0000)] 
Add support for naming the DLL from the command line.

21 years agoNew CUPS libraries return "none" as default printer instead of NULL.
Marcus Meissner [Thu, 12 Sep 2002 00:52:59 +0000 (00:52 +0000)] 
New CUPS libraries return "none" as default printer instead of NULL.

21 years agoMake all spec files grep-able.
Dimitrie O. Paun [Thu, 12 Sep 2002 00:52:39 +0000 (00:52 +0000)] 
Make all spec files grep-able.

21 years agoMoved mode setting out of .spec file into Makefile.
Dimitrie O. Paun [Thu, 12 Sep 2002 00:52:16 +0000 (00:52 +0000)] 
Moved mode setting out of .spec file into Makefile.

21 years agoGreatly improved drawing code: eliminates all flicker, faster, cleaner
Dimitrie O. Paun [Thu, 12 Sep 2002 00:51:29 +0000 (00:51 +0000)] 
Greatly improved drawing code: eliminates all flicker, faster, cleaner
tics drawing, better tooltip positioning, code cleanups and
simplifications.

21 years ago- Rewrite the drawing code. It now is much smaller, easier to follow,
Dimitrie O. Paun [Thu, 12 Sep 2002 00:51:09 +0000 (00:51 +0000)] 
- Rewrite the drawing code. It now is much smaller, easier to follow,
  and faster. Moreover, it now supports the dwRop operation, and it is
  in good shape to support the missing features.
- Draw the dragged image semi-transparently (will work when we support
  alpha blending).

21 years agoAdd ImageList states (ILS_*) definitions.
Dimitrie O. Paun [Thu, 12 Sep 2002 00:50:39 +0000 (00:50 +0000)] 
Add ImageList states (ILS_*) definitions.

21 years agoImplemented buffer management functions, a couple of workstation
Andriy Palamarchuk [Wed, 11 Sep 2002 02:35:17 +0000 (02:35 +0000)] 
Implemented buffer management functions, a couple of workstation
information functions, created conformance tests.

21 years agoStore the global settings in Make.rules.in instead of duplicating them
Francois Gouget [Wed, 11 Sep 2002 01:09:58 +0000 (01:09 +0000)] 
Store the global settings in Make.rules.in instead of duplicating them
in each Makefile.in file.
Introduce generate_from_template which replaces generate_configure
and generate_generic
Simplify the wrapper generation by using generate_from_template.
Rename configure.in to configure.ac. Now works with autoconf 2.5x.

21 years ago- Implement dumping of COFF debug symbol table.
Andreas Mohr [Wed, 11 Sep 2002 00:49:48 +0000 (00:49 +0000)] 
- Implement dumping of COFF debug symbol table.
- Fix winedump syntax description.
- Spelling fixes.

21 years agoA few more conformance tests for heap memory allocation.
Andriy Palamarchuk [Wed, 11 Sep 2002 00:48:47 +0000 (00:48 +0000)] 
A few more conformance tests for heap memory allocation.

21 years agoAdded policy access constants, type definition.
Andriy Palamarchuk [Wed, 11 Sep 2002 00:48:26 +0000 (00:48 +0000)] 
Added policy access constants, type definition.

21 years ago- Implement autopaging.
Dimitrie O. Paun [Wed, 11 Sep 2002 00:47:32 +0000 (00:47 +0000)] 
- Implement autopaging.
- Remove incorrect FIXMEs.
- Small cleanups.

21 years agoCode cleanups and simplifications, documentation updates.
Dimitrie O. Paun [Wed, 11 Sep 2002 00:47:09 +0000 (00:47 +0000)] 
Code cleanups and simplifications, documentation updates.

21 years agoFix the Wine detection when using the Wine source tree.
Francois Gouget [Wed, 11 Sep 2002 00:45:16 +0000 (00:45 +0000)] 
Fix the Wine detection when using the Wine source tree.

21 years agoFix detection of 'ln -s'.
Francois Gouget [Tue, 10 Sep 2002 00:42:43 +0000 (00:42 +0000)] 
Fix detection of 'ln -s'.
Fix computation of TOPOBJDIR.
Install exes and dlls in $(libdir).
-Wl,-rpath is not relevant for dlls.

21 years agoAdded the new header winternl.h.
Patrik Stridvall [Tue, 10 Sep 2002 00:33:34 +0000 (00:33 +0000)] 
Added the new header winternl.h.