Marcus Meissner
5dec0a72bd
Added some rpcrt4 stubs.
2000-11-15 22:11:50 +00:00
Jeremy White
3101315b79
Allow desktop=N in the [x11drv] section of .winerc, instead of
...
defaulting to desktop=640x480.
2000-11-15 22:11:33 +00:00
Alexandre Julliard
914406f854
Moved LDT handling to libwine.so. Changed the interface to use the
...
exported LDT_ENTRY structure.
2000-11-14 01:54:49 +00:00
Alexandre Julliard
41d6e2feba
Temp hack: do not import dlls that we link with at the ELF level.
2000-11-13 20:27:31 +00:00
Alexandre Julliard
3b0c1ec489
Fixed copy/paste typo spotted by Dimitrie O. Paun.
2000-11-13 19:36:18 +00:00
Guy L. Albertelli
418efdc410
Implement dragging on gripper to expand and compress bands. Actual
...
moving bands to different rows will be later.
2000-11-13 19:29:16 +00:00
Mike McCormack
1eac1911c7
- created server object for handling async i/o
...
- implemented WaitCommEvent with the EV_RXCHAR flag
- implemented GetOverlappedResult
2000-11-13 19:27:21 +00:00
Alexandre Julliard
745ec84c8b
Export the CallFrom16xxx functions from kernel32. Renamed them
...
__wine_call_from_16 to follow the naming convention.
2000-11-13 04:54:45 +00:00
Alexandre Julliard
3570bfd41f
Do not warn for unused imported dlls when forwards to the same dlls
...
are present.
2000-11-13 04:46:34 +00:00
Alexandre Julliard
f3a15607ad
Don't include wine internal functions in the relay debugging table.
2000-11-13 04:17:25 +00:00
Alexandre Julliard
caf5f89bcb
Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
2000-11-13 04:17:00 +00:00
Alexandre Julliard
8c540c657e
Replaced a few internal functions by exported ones.
2000-11-13 04:16:05 +00:00
Ove Kaaven
ccc538beac
Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
2000-11-13 04:14:49 +00:00
Marcus Meissner
45d31de317
Since we can no longer built .a files:
...
- remove -disable/-enable-dll option
- error and abort if no suitable shared library linking is possible
2000-11-13 04:14:05 +00:00
Francois Gouget
7f1ab7acf6
Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
...
Added AC_PATH_HEADER and AC_PATH_LIBRARY
Better header/library detection. Now works if things are already in
the include/library path
Look for the wine/MFC headers and libraries in more places so that it
works out of the box if Wine/MFC is installed in a standard place
(although there is not really a standard place yet for the MFC)
Renamed the '--with-xxx' options to have simpler more natural names
Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
2000-11-13 04:13:22 +00:00
Ove Kaaven
693c531f94
When a Win16 app sets a selector base to low DOS memory, make sure low
...
DOS memory is mapped first.
2000-11-13 04:12:33 +00:00
Ove Kaaven
f39a69a51d
Use the virtual real-mode interrupt table if low DOS memory isn't
...
mapped.
2000-11-13 04:12:12 +00:00
Ove Kaaven
b27ee9b89d
Reorganized DOS memory remapping slightly, so that the real-mode
...
interrupt table can exist even when low DOS memory isn't mapped,
and is copied down along with the BIOS area whenever it is mapped.
Added DOSMEM_SystemBase() which returns a pointer to the virtual
real-mode interrupt table and BIOS data segment.
Allowed DOSMEM_Init(TRUE) to be called more than once.
2000-11-13 04:11:57 +00:00
Alexandre Julliard
27939f00fd
Start using import tables for dlls that can already support it.
2000-11-12 03:50:10 +00:00
Alexandre Julliard
0a8114c152
Raise an exception for unimplemented 16-bit entry points too.
...
Added check for duplicate names in 16-bit spec files.
2000-11-12 03:45:55 +00:00
Alexandre Julliard
0ba2b569e2
The debugger "Auto" registry value should be a string.
2000-11-12 03:43:42 +00:00
Andreas Mohr
efc17535ac
Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
...
config file.
2000-11-12 03:41:47 +00:00
Eric Pouech
5394ab83c4
Make use of Windows structure for COFF info.
...
Fixed a few issues in COFF loading.
Cleaned up the code.
2000-11-12 03:40:55 +00:00
Hidenori Takeshima
4ca46fda34
Fix for APIs that don't have any ordinal (ordinal=@).
2000-11-12 03:40:27 +00:00
Stefan Leichter
a2053ab1c5
Made WINSPOOL_GetPrinterDriver work again.
2000-11-12 03:39:53 +00:00
Joerg Mayer
abe635cfd7
Get rid of some warnings about unused variables, signed/unsigned
...
comparisons and incomplete initializations.
2000-11-11 00:38:37 +00:00
Nerijus Baliunas
c4b8b266a9
Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
...
8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
2000-11-11 00:34:32 +00:00
Andreas Mohr
3ef4f43c09
Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
2000-11-11 00:32:05 +00:00
Eric Pouech
5aee80f654
Added another detection of strength-reduce bug in GCC.
2000-11-11 00:31:39 +00:00
Alexandre Julliard
a10fbddeb9
Build most programs as .so files.
2000-11-10 23:45:20 +00:00
Alexandre Julliard
626f425b6a
Added Makeprog.rules.in containing rules for building Winelib
...
programs.
2000-11-10 23:35:20 +00:00
Dimitrie O. Paun
864dc5981c
Use variable argument macros when compiling with gcc.
2000-11-10 23:31:06 +00:00
Jeremy White
28fd558077
Make winelauncher smarter about finding the Wine libraries and
...
binaries. Change the color scheme. Handle launches with no
arguments, correctly handle invocation as a mime-type handler from
KDE.
2000-11-10 22:35:06 +00:00
Francois Gouget
da0acca7d8
Use DUMMYxxxNAME for anonymous struct/unions.
2000-11-10 22:34:39 +00:00
Francois Gouget
6c97e45546
Added missing pointer types: Pxxx or LPxxx
...
Fixed the definition of FONTENUMPROC
Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
reading I believe)
Added missing definitions: PC_TRAPEZOID
Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
2000-11-10 22:33:45 +00:00
Francois Gouget
0b4e0d77ac
Added some STN_xxx macros.
2000-11-10 22:33:16 +00:00
Francois Gouget
8c9d3e4e68
HICON and HCURSOR should be interchangeable.
2000-11-10 22:32:45 +00:00
Francois Gouget
8bf0db9063
Added LPUDACCEL and HDF_RTLREADING.
2000-11-10 22:32:12 +00:00
Francois Gouget
a106edb71a
Convert include statements of not-found files to lower case by
...
default
Added --no-lower-include option to override the above
Beautified the interactive mode output to make it easier to follow
Interactive mode: support the --mfc and --wrap options for both
projects and targets
Fixed the mfc/wrap propagation between project and targets (goes both
ways)
Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
Don't put the stdafx.cpp file in the list of files to compile (it's
just there for pre-compiled headers, yuk)
Fixed LD_LIBRARY_PATH when linking an application with a library from
the same makefile
Don't forget 'extra' sources when looking for a file for configure.in
Renamed the '--no-makefile' option to '-no-generated-file'
2000-11-10 22:29:11 +00:00
Francois Gouget
45afff3836
Document the --lower-include options.
...
Document the --no-generated-files options.
2000-11-10 22:28:33 +00:00
Alexandre Julliard
99b25c50c5
Repaired relay debugging.
2000-11-10 20:49:07 +00:00
Alexandre Julliard
64e0ded1e0
We do not need to set SOVERSION for dlls.
2000-11-10 20:35:39 +00:00
Alexandre Julliard
8d5ace308b
Build test programs as .so files. Added missing imports.
2000-11-10 20:33:59 +00:00
Alexandre Julliard
591832ec2e
Added support for loading a Winelib app linked as a .so from the wine
...
launcher, based on the value of argv[0].
2000-11-10 01:38:28 +00:00
Alexandre Julliard
70098f6990
Don't link libwine_unicode into all dlls.
2000-11-10 01:07:42 +00:00
Alexandre Julliard
3da872daaf
Fixed language handling. Removed some dependencies on Wine internals.
2000-11-10 01:06:36 +00:00
Andreas Mohr
4bbc0b3aee
Added an explanation for the directory symlink stuff.
2000-11-10 01:04:55 +00:00
Stefan Leichter
695f2394cf
Corrected used registry key.
2000-11-10 01:04:29 +00:00
Huw D M Davies
73d4b5e081
Initialize nSocketFD to INVALID_SOCKET.
2000-11-10 01:04:08 +00:00
Alexandre Julliard
231cc27c80
Added some missing imports.
2000-11-09 20:41:13 +00:00