Francois Gouget
a94d649f76
Replaced references to interfaces.h by wine/obj_xxx.h headers instead
...
since these headers already provide the necessary definitions.
1999-02-02 16:14:23 +00:00
Eric Pouech
6aa4f2e7dc
Removed references to obsolete msdos/cdrom.c file.
...
Make use of new Wine internal CD ROM interface.
1999-02-02 16:10:10 +00:00
Eric Pouech
d4926497aa
Fixed tracks indexing in mcicda.c
...
Make use of new Wine internal CD ROM interface.
1999-02-02 15:25:16 +00:00
Eric Pouech
a3e27393b2
New Wine internal interface for handling CD Rom (especially audio CD
...
ROM).
1999-02-02 15:22:03 +00:00
Zygo Blaxell
f861e2773c
Change a few types to match you-know-who's declarations.
...
HTREEITEM is a struct _TREEITEM FAR*
GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
Adjustment of Wine C code to match the new types included.
1999-02-02 13:59:17 +00:00
Uwe Bonnes
72b76a9ebb
Fixed GET_LZ_STATE macro.
1999-02-02 13:55:12 +00:00
Lionel Ulmer
1b95d7369f
Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
1999-02-02 13:27:38 +00:00
Albert den Haan
9cab0d1078
Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
1999-02-02 13:02:59 +00:00
Marcus Meissner
e233d1ae3f
reslen could be used uninitialised in GetFileResource32 (fixes some
...
strange VerQueryValue crashes).
1999-02-02 10:39:33 +00:00
Jan D
6563cc8a23
Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
...
LOCALE_IINTLCURRDIGITS.
1999-02-02 10:35:55 +00:00
Ulrich Weigand
90c245cdbf
Bugfix: Preserve EAX in UnMapSLFixArray().
1999-02-02 10:34:46 +00:00
Eric Kohl
a0a516d60e
Fixes little pointer bug in DPA_DeletePtr().
1999-02-02 10:33:08 +00:00
Ulrich Weigand
16bdc256b9
Implemented KERNEL.434 (UnicodeToAnsi).
1999-02-02 10:27:31 +00:00
Eric Pouech
6ec6492ff6
GetDiskFreeSpaceEx32A can get null pointers and still not crash.
1999-02-02 10:25:41 +00:00
Huw D M Davies
9be2f2a89a
Clear up args to PSDRV_AdvancedSetupDialog.
1999-02-02 10:21:52 +00:00
Huw D M Davies
4a0d405f52
Reduce MAX_FONT_SIZE to 1000.
1999-02-02 10:13:14 +00:00
Alexandre Julliard
4b461128d6
Added input queue to server-side console object,
...
read/write_console_input requests, and use them for
Read/WriteConsoleInput.
1999-01-31 19:04:30 +00:00
Geoff Clare
0b78af7c01
Fix to allow for recvmsg() returning less data than is needed.
1999-01-31 18:57:28 +00:00
Alexandre Julliard
e27326a739
Attempt at fixing the MAX_PATH multiple definition problem.
1999-01-31 18:55:54 +00:00
Alexandre Julliard
4ff2a27c09
Changed DOS extended error handling to be based on SetLastError;
...
should be more thread-safe this way.
1999-01-31 15:23:45 +00:00
Alexandre Julliard
a27b48b132
Handle set_file_time requests changing only one of access/mod time.
1999-01-31 15:08:31 +00:00
Alexandre Julliard
d757fc60bb
Clear last error on all successful requests.
1999-01-31 15:06:28 +00:00
Alexandre Julliard
73e6d8cd40
Fixed error handling in 16-bit functions (untested).
1999-01-31 15:05:28 +00:00
Alexandre Julliard
0ad42fa789
Added a lot of new error definitions.
1999-01-31 15:04:42 +00:00
Alexandre Julliard
cb8ef7d2bb
Dialog window should not be destroyed in DefDlgProc; this break
...
modeless dialogs.
1999-01-31 15:02:23 +00:00
Alexandre Julliard
57f96abee0
Release 990131.
1999-01-31 10:46:35 +00:00
Ulrich Weigand
6d76a209db
Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
...
usable by the VERSION code.
1999-01-31 10:13:44 +00:00
Ulrich Weigand
9a61495c8f
Added GetResDirEntryA for use by the VERSION code.
1999-01-31 10:13:13 +00:00
Ulrich Weigand
ccdbcd6edf
Removed old VER.DLL code.
1999-01-31 10:12:28 +00:00
Ulrich Weigand
ce8217734e
Implementation of VERSION.DLL. Based on old misc/ver.c.
...
- Accessing PE version info resources should work correctly now.
- Fixed memory leaks.
- Clean separation of 16- and 32-bit parts.
- Minor bugfixes.
1999-01-31 10:11:54 +00:00
Ulrich Weigand
d43a46a457
Add new subdirectories dlls/ver and dlls/version.
1999-01-31 10:11:04 +00:00
Ulrich Weigand
667fc3af66
Implementation of VER.DLL. Thunks up to VERSION.DLL.
1999-01-31 10:08:42 +00:00
Pascal Cuoq
7607815b74
IsCharAlpha32A: use look-up table from ole2nls.c.
1999-01-31 10:03:18 +00:00
Pascal Cuoq
2e4e8c6244
LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
...
NORM_IGNORESYMBOLS in string mapping mode.
1999-01-31 10:02:30 +00:00
NF Stevens
e00bb9d3f7
Create X window for child windows reparented to be top level windows.
1999-01-31 10:01:41 +00:00
Juergen Schmied
e4b41afa4a
Stub for PathQualify32[A|W].
1999-01-31 10:00:26 +00:00
Alexandre Julliard
1c24d79b18
Authors: Lionel Ulmer <ulmer@directprovider.net>, Babrian Viktor <v@ulysses.sch.bme.hu>
...
- added support for ColorKeying during blits
- miscellaneous fixes
1999-01-31 09:25:35 +00:00
Alex Korobka
6479f0fab2
Added an implementation of MRSW locks.
1999-01-31 09:24:44 +00:00
Ove Kaaven
17a9e349ff
Added missing includes (the PSP handling was incorrect, as the
...
MZ_SUPPORTED definition was missing). Added a simple handler for
direct console input, which needs to be improved.
1999-01-31 09:23:59 +00:00
Ove Kaaven
408b0852c7
Small fix.
1999-01-31 09:22:58 +00:00
Juergen Schmied
ab9ac83e97
List handles WaitForMultipleObjects is waiting for when running with
...
-debugmsg +win32.
1999-01-31 09:22:14 +00:00
Juergen Schmied
bf635b66a2
Stub for GetSecurityDescriptorControl.
1999-01-31 09:21:31 +00:00
Juergen Schmied
535f32ffd5
Stub for GetUserObjectSecurity.
1999-01-31 09:20:36 +00:00
Juergen Schmied
f74fa4e6c8
Implemented handling of REG_MULTI_SZ and fixed small bug in
...
RegSetValue.
1999-01-31 09:19:46 +00:00
Juergen Schmied
afd5580fcb
Every EM_GETLINE send between a 32W to a 32A window returned
...
incomplete values before (the first 2 chars where cut away).
1999-01-31 09:18:58 +00:00
Huw D M Davies
1b450209ec
Fix typo in SetWindowPos32.
1999-01-31 09:17:38 +00:00
Marcus Meissner
3ad2b93f2d
Enable/disable relay32 debugging on the fly. Start app with
...
-debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
1999-01-30 15:55:28 +00:00
Lionel Ulmer
a1d6d247d4
Added check for the presence of Mesa's header files.
1999-01-30 15:54:43 +00:00
Andreas Mohr
cb1f2c43f2
Fixed error messages.
1999-01-30 15:52:50 +00:00
Bernd Herd
3747221dfa
Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
1999-01-30 15:51:54 +00:00