Stefan Leichter
8550dc2fd6
Added stub for DllRegisterServer.
2002-05-19 22:22:52 +00:00
Stefan Leichter
7f4066a421
Added version info resource.
2002-05-19 22:22:36 +00:00
Francois Gouget
ea668d1be1
Make the 'error' string of a couple of checks consistent with the
...
others.
2002-05-19 22:22:06 +00:00
Francois Gouget
2204b50a95
Fixed the WinExec prototype.
2002-05-19 22:21:45 +00:00
Francois Gouget
905cb7e316
Implemented _getws.
2002-05-19 22:21:17 +00:00
Francois Gouget
69e3500950
Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
2002-05-19 22:20:31 +00:00
Vincent Béron
244462cc70
Correct implementation of VerSetConditionMask.
2002-05-19 22:20:09 +00:00
Alexandre Julliard
23d3ef19ef
Generate a kernel32 dependency for dlls that have no imports to handle
...
the winebuild-generated implicit import.
2002-05-17 04:32:20 +00:00
Alexandre Julliard
844968c495
Added check for numeric ids and null pointers (thanks to Dimitrie).
2002-05-17 04:17:48 +00:00
Alexandre Julliard
2ab7625934
Removed most imports of ntdll since we no longer import Wine internal
...
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard
6044307c3a
A few fixes for mingw cross-compilation.
2002-05-17 03:31:08 +00:00
Alexandre Julliard
0aa28b5b8d
Export the debugging API from libwine instead of ntdll.
...
Removed debugres_[aw].
2002-05-17 02:55:48 +00:00
Bill Medland
dff78edb02
Remove leading whitespace from printcap entries.
2002-05-17 00:10:15 +00:00
Christian Costa
fc37ef6130
Do not create a window each time VGA_DoSetMode is called. The window
...
is created the first time and then just resized.
2002-05-17 00:09:35 +00:00
Alexandre Julliard
bf90f4db87
Adapted to use the argc/argv variables from libwine.
...
Automatically import libraries that contain the symbols that the
.spec.c file is using.
2002-05-16 23:17:37 +00:00
Alexandre Julliard
702b158e70
Export global argc/argv variables from libwine and remove the
...
__wine_get_main_args functions from ntdll.
2002-05-16 23:16:01 +00:00
Alexandre Julliard
d8d313d110
Fixed struct msghdr access for platforms that have msg_accrights
...
(reported by Warren Baird).
2002-05-16 23:12:03 +00:00
Philip Brown
f8369deded
Need to undef NOERROR for Solaris.
2002-05-16 23:09:29 +00:00
Warren Baird
c43b5c8f11
Some fixes for compiling on Sparc.
2002-05-16 23:08:01 +00:00
Alexandre Julliard
a0994a7d42
Better usage message. Flush stderr before exiting.
2002-05-16 20:32:50 +00:00
Alexandre Julliard
59008670be
Moved the selector access functions out of winnt.h into libwine.
2002-05-16 20:32:16 +00:00
Eric Pouech
ff8a62d8fe
Fixed hangs when playing an ASCII resource.
2002-05-16 20:28:26 +00:00
Christian Costa
2fd4a55d07
Handle properly the requested video mode in Int10h SET VIDEO MODE
...
function by managing the bit 7 of AL.
2002-05-16 20:27:54 +00:00
Andriy Palamarchuk
e02fd411f1
Place "Common Files" under "Program Files" instead of root directory.
2002-05-16 20:27:27 +00:00
Marcus Meissner
f9bf085108
Tell the user if winedefault.reg is not loaded.
2002-05-16 20:26:40 +00:00
Alexandre Julliard
9b6f433ebb
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
...
wcstol and friends.
2002-05-16 18:58:47 +00:00
Alexandre Julliard
1f18f61bfa
Fixed missing call to make_c_identifier.
2002-05-16 18:44:06 +00:00
Christian Costa
53268a54d1
Added DMA and SoundBlaster emulation.
2002-05-16 18:34:48 +00:00
William Stinson
a60d05b405
Explain patch -p0 option.
2002-05-16 18:31:57 +00:00
Steven Edwards
fb2a70463e
Fixed snprintf warnings.
2002-05-16 18:31:27 +00:00
Steven Edwards
0a2d211139
Added check for sys/mman.h.
2002-05-16 18:29:11 +00:00
Andriy Palamarchuk
cc030e9a27
Fixed incorrect format where single backslashes were used instead of
...
double ones in attribute values.
2002-05-16 18:28:29 +00:00
Johan Gill
b4f3cc9507
lpmmioinfo can sometimes, proven in the read case, be NULL.
2002-05-16 18:27:52 +00:00
Dustin Navea
1222aa63d5
Fixes for kde3 and Desktop directory.
2002-05-14 23:20:45 +00:00
Dustin Navea
629895b7f9
Fix for $libdir check.
2002-05-14 23:19:28 +00:00
Alexandre Julliard
c3e06df941
Portability fixes.
2002-05-14 23:18:23 +00:00
John K. Hohm
34909c206c
Added comcat.dll with factory and manager but E_NOTIMPL work methods.
2002-05-14 21:50:56 +00:00
Eric Pouech
e53cd36e63
Removed Trace macro and replaced it by Wine debug channel facility.
...
Made the font lookup at startup more robust and now save registry at
startup time if a new font is chosen (as spotted by Sylvain Petreolle).
Fixed an update bug spotted by Jason Edmeades.
2002-05-14 21:45:13 +00:00
Vincent Béron
736e81c67a
Better implementation of GetCalendarInfo{A,W}, not perfect.
2002-05-14 21:44:07 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
ec329ab3b4
Updated make_dlls script for new import scheme.
2002-05-14 20:42:52 +00:00
Sander van Leeuwen
d919c27a97
- Center property sheet page during creation (padding)
...
(some applications rely on this behaviour when resizing the page)
- Mask away WS_THICKFRAME page style
- Page navigation by resource id (by unknown author)
2002-05-14 18:38:07 +00:00
Alexandre Julliard
9bb05fc48e
Specify the complete source file list for a dll inside the main
...
makefile and get rid of the subdirectories makefiles.
2002-05-14 18:36:54 +00:00
Alexandre Julliard
011c08db44
No longer used.
2002-05-14 04:02:31 +00:00
Aric Stewart
697a8e44f7
Improved NLS file for codepage 932 (SJIS).
2002-05-14 03:59:32 +00:00
Aric Stewart
5679be34d9
Do not invalidate the rect while drawing.
...
Implemented GetSubItemRect and a quick change to notifications sent
for OwnerData items.
2002-05-14 03:58:46 +00:00
Robert Coeyman
38fc50d202
Added the rest of the register manipulation code to int 10. It only
...
handles the setting of the 16-color palette registers and overscan.
2002-05-14 03:57:26 +00:00
Guy L. Albertelli
ec67a95525
- Change traces to trace full window handle and improve some traces.
...
- Send WM_NOTIFY to parent not to self.
- Implement PGS_AUTOSCROLL via MOUSEMOVE and Timer routines.
2002-05-14 03:50:53 +00:00
Guy L. Albertelli
f8acf0c440
Support PGN_SCROLL notify and return either the button heigth or width.
2002-05-14 03:50:23 +00:00
Guy L. Albertelli
501d951123
Fix memory dump where length is not a multiple of 4.
2002-05-14 03:49:26 +00:00