Alexandre Julliard
84dc1390ca
Remove .so extension from main module file name after loading it so
...
that GetModuleFileName returns the right thing.
2002-07-31 17:53:42 +00:00
Alexandre Julliard
69b2201883
Rewrote atom test in C.
2002-07-31 17:45:00 +00:00
Rafael Kitover
530d50c827
Changed dos_handles to store dups of stdio/out/err as per Ove Kaaven's
...
suggestion.
2002-07-31 17:44:30 +00:00
Nicolas Escuder
2a0dd0be05
Speed and buffer improvement, code clean up, and fix some bug
...
on close / reset waveout.
2002-07-31 17:23:47 +00:00
Alexandre Julliard
267ca68253
Fixed HANDLE<->HFILE conversions, since they will be different types
...
when handles are void*.
2002-07-31 17:20:00 +00:00
Alexandre Julliard
04b5a86c46
Merged the NAS driver written by Nicolas
...
Escuder <n.escuder@alineanet.com>.
2002-07-30 02:44:19 +00:00
Eric Pouech
72a7369ebc
Added ability to defer breakpoint setting for breakpoint defined by an
...
absolute address.
2002-07-30 00:06:34 +00:00
Eric Pouech
6f129541d1
Fixed regression on internal vars.
2002-07-30 00:03:34 +00:00
Alexandre Julliard
29f265fab1
Set the correct permissions on the PE image sections.
2002-07-29 23:59:26 +00:00
Marcus Meissner
786d24903b
Check for mkstemp, added a port implementation if it is not
...
present. Use mkstemp() in various places needing tmp files.
2002-07-29 23:55:39 +00:00
Chris Morgan
6ecade7c84
Some dos VGA error handling. Misc TRACE changes.
2002-07-29 23:51:57 +00:00
Eric Pouech
bad8b4ca49
Added source command.
2002-07-29 23:50:59 +00:00
Juergen Schmied
c1f9d386eb
- Implemented IMallocSpy hooks in IMalloc.
...
- Moved memory related functions into ifs.c.
- Implemented stubs for the MallocSpy.
2002-07-29 23:30:20 +00:00
Gerald Pfeifer
22780c814d
Fixed format string.
2002-07-29 23:29:23 +00:00
Jukka Heinonen
216e0248bc
VGA emulation now supports outw and outl.
2002-07-29 23:29:03 +00:00
Jukka Heinonen
b975aaaa2b
Add VGA controller framebuffer between VGA window and
...
DirectDrawSurface.
2002-07-29 23:28:52 +00:00
Steven Edwards
9f573fa9a6
Portability fix.
2002-07-29 23:28:29 +00:00
Steven Edwards
9138fbb6ad
Fix building/linking resources on Mingw.
2002-07-29 23:28:09 +00:00
Alexandre Julliard
fb2eca812d
Import comctl32 functions from shell32 by ordinal.
...
Removed some unnecessary ordinals in comctl32.spec.
2002-07-29 00:24:58 +00:00
Michael Stefaniuc
d97432ac94
Include <stdlib.h> needed by exit().
2002-07-29 00:15:31 +00:00
Michael Stefaniuc
5c55df649b
Converted HENHMETAFILE and HMETAFILE to a void*.
2002-07-29 00:14:59 +00:00
Alexandre Julliard
13f2a17eb2
Convert HTASK to void* (based on a patch by Michael Stefaniuc).
2002-07-28 23:48:27 +00:00
Alexandre Julliard
3bd7d224fc
Added a winebuild man page.
2002-07-28 18:58:41 +00:00
Alexandre Julliard
15a75259bd
Added support for importing by ordinal.
2002-07-28 17:54:31 +00:00
Alexandre Julliard
112c665f83
Set correct dll file name when building a .def file.
2002-07-28 17:52:01 +00:00
Alexandre Julliard
90423aa317
Fixed potential memory corruption.
2002-07-28 17:50:06 +00:00
Ryan Cumming
08be8f06cc
Implementation of RtlGetNtVersionNumbers.
2002-07-28 17:49:26 +00:00
Rafael Kitover
44d3fd429e
Minor fix for ide-scsi cdroms.
2002-07-28 17:48:01 +00:00
Jukka Heinonen
0984b34783
Add decoding logic for VGA indexed registers.
2002-07-28 17:42:30 +00:00
Michael Stefaniuc
37553b7a13
- Converted HHOOK to a void*.
...
- Changed the internal HOOK_* functions to pass only HHOOK's between
them.
- Fixed wrong HHOOK <-> HANDLE16 conversions.
2002-07-28 17:42:05 +00:00
Alexandre Julliard
98acc0fcbf
RDW_FRAME should be RDW_NOFRAME when validating (spotted by Duane
...
Clark).
2002-07-26 00:09:37 +00:00
Gerald Pfeifer
2cbbcc1875
#include <unistd.h> which is required for unlink().
2002-07-25 23:57:54 +00:00
Bang Jun-Young
17eb169922
Make compile on NetBSD.
2002-07-25 23:57:34 +00:00
Marcus Meissner
99f4890788
Factored out the OLE 16 bit allocator from StringFromCLSID.
...
Implemented ProgIDFromCLSID16.
2002-07-25 23:55:55 +00:00
Andriy Palamarchuk
9b9d85fe4c
winebuild searches libraries specified in -l parameter only in the
...
library directories specified before in the -L parameter, but
winemaker added -L parameter after -l.
2002-07-25 23:55:29 +00:00
Alexandre Julliard
d25878f28e
Put correct ordinal hints in the import table.
2002-07-25 00:25:40 +00:00
Uwe Bonnes
4072c64a1f
Fill lpcbAvail for PeekNamedPipe.
2002-07-25 00:22:03 +00:00
Duane Clark
ebc6feb50b
Bug fixes.
2002-07-25 00:18:23 +00:00
Alexandre Julliard
1f6ce57b24
Removed ordinal 0.
2002-07-24 19:05:50 +00:00
Alexandre Julliard
891d23e57f
Added support for ordinal hint in PE_FindExportedFunction.
2002-07-24 19:04:41 +00:00
Andreas Mohr
7df2d9f187
Misc spelling fixes.
2002-07-24 19:02:50 +00:00
Andriy Palamarchuk
609c93df49
Updated MFC legal issues section according to the new license, some
...
other changes.
2002-07-24 19:01:11 +00:00
Uwe Bonnes
a47eb31d2a
WCMD_run_program: don't try to run an empty line.
2002-07-24 19:00:48 +00:00
Uwe Bonnes
6b4d9e0932
More verbose output when file not found.
2002-07-24 19:00:25 +00:00
Uwe Bonnes
b17ed7e048
WCMD_batch: increase possible line length and warn if still too small.
2002-07-24 19:00:05 +00:00
Duane Clark
94324019b6
Combined implementations of ShellExecute/Ex.
2002-07-24 18:59:38 +00:00
Jon Griffiths
fe1e3e5c73
PathAppendA/W: Don't skip '\\' if path is UNC.
...
PathGetCharTypeA/W: '/' is invalid, make non-ASCII compatible too.
Implement PathCompactPathExA/W.
Update docs, remove signed/unsigned warnings with -W.
2002-07-24 18:58:57 +00:00
Alexandre Julliard
37a4c9b8fe
First pass implementation of CxxFrameHandler (thanks to Juergen
...
Schmied for help in testing it).
2002-07-24 03:02:51 +00:00
Andreas Mohr
5ec74d6f72
- Move "questions and comments" at the top of the document.
...
- Removed elfdll documentation.
- Properly documented Desktop and Managed config.
- Rearranged config entries according to importance.
- "wine.conf" -> "the wine config file" in some cases.
- Updated to new FTP URLs.
- Fix non-backslash-escaped paths (ouch !).
- Replace text references by real links.
- Misc. other updates.
2002-07-24 03:00:02 +00:00
Lionel Ulmer
e1ae23e094
Properly check that the font resource is not already there.
2002-07-24 01:58:01 +00:00