Klaas van Gend
93b12f8521
Added Dutch to the languages supported by MCI.
1999-10-13 12:24:46 +00:00
Klaas van Gend
1a3f3685d9
Updated status of internationalisation.
1999-10-13 12:23:19 +00:00
Ulrich Weigand
8c32184814
Bugfix: *Don't* resolve PE imports if asked not to ...
1999-10-13 12:22:47 +00:00
Ulrich Weigand
9f14ca6360
Bugfix: DdeNameService was broken.
1999-10-13 12:21:52 +00:00
Ulrich Weigand
2a343853ad
Bugfix: When loading an executable module fails, don't perform module
...
cleanup before the corresponding task is destroyed.
1999-10-13 12:21:06 +00:00
Klaas van Gend
92418ee65c
Moved bitmap resource to language-independent resource file.
1999-10-13 12:20:27 +00:00
Andreas Mohr
8670b6f227
Added warning for future VERSION_GetVersion() (mis-)users and made
...
OSVERSIONINFO warning more detailed.
1999-10-13 12:19:51 +00:00
Marcus Meissner
84e2d6bacc
Added stubs for RevokeActiveObject, GetActiveObject, fixed
...
RegisterActiveObject stub argtypes.
1999-10-13 12:19:09 +00:00
Marcus Meissner
e14deffd8b
Added german keyboard layout with "nodeadkeys" option enabled (just to
...
apostrophes are switched).
1999-10-13 12:18:03 +00:00
Marcus Meissner
0d4f3cfb1f
Stub for VideoCapDriverDescAndVer.
1999-10-13 12:16:51 +00:00
Marcus Meissner
d87a8abbbc
Replicate CreateDirectory() LastError workaround for the LFN part.
1999-10-13 12:16:06 +00:00
Marcus Meissner
229a28fc34
Also escape characters >=0x80 within the wineregistry savefile.
1999-10-13 12:15:19 +00:00
Marcus Meissner
7e09874d92
Don't use malloc/free in winaspi32.
1999-10-13 12:14:26 +00:00
Marcus Meissner
2b31a87b5d
Use 1 macro for rgbbitdepth -> byte determination.
...
xshm/image creation now uses 1/8 of the space for every image.
1999-10-13 12:13:35 +00:00
Marcus Meissner
b816680872
Replaced double ChangeDisplaySettingsA by (Ex)[AW].
1999-10-13 12:12:03 +00:00
Ulrich Weigand
79077f3253
Bugfix: Don't call GetVersionExA too early, to avoid breaking
...
automatic emulated Windows version detection.
1999-09-29 12:16:16 +00:00
Rein Klazes
260cd4ec94
First implementation of LoadTypeLibEx().
1999-09-29 12:15:05 +00:00
Marcus Meissner
97a99e51ea
Added stub for WMMMIDIRUNONCE called by midimap.drv.
1999-09-29 12:12:49 +00:00
Marcus Meissner
17d455b71d
Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
...
following WSACleanup will already free the structures.
1999-09-29 12:10:44 +00:00
Marcus Meissner
48dfed70df
Create DirectSound object even without sounddevice. Games can be
...
played without sound, but not without DirectSound object (tested with
Monkey Island 3).
1999-09-29 12:09:40 +00:00
Patrik Stridvall
e216de9794
Fixed some of the issues reported by winapi-check, by adding arguments
...
to varargs.
1999-09-29 10:27:00 +00:00
Patrik Stridvall
385dc18cea
Added ability to call winapi_check from the Makefiles.
1999-09-29 10:24:19 +00:00
Patrik Stridvall
410d89970d
Modification due to problems with winapi-check.
1999-09-29 10:23:18 +00:00
Patrik Stridvall
afe3b0cd54
- Adapted to changes in Wine.
...
- Minor improvements.
1999-09-29 10:22:00 +00:00
Alexandre Julliard
d6d994f11e
Made event manipulation routines public.
1999-09-28 16:40:07 +00:00
Peter Hunnisett
22b861c1be
- Moved dplay and dplayx to a proper home in the dlls directory.
...
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
- Implemented a class factory for dplay and dplobby. COM interfaces
now work for dp and dpl.
- Added a few more entries to dplayx.spec files. How do you find the
ordinals? I just guessed :(
- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
- Included some missing header file definitions.
- Implemented the dplay dll in terms of the dplayx dll. I haven't
tested it so it may not work...
- A few bug fixes and a little new implementatioe.n
- Updated document with a more detailed implementation plan.
1999-09-28 16:35:32 +00:00
Noomen Hamza
a018d8508f
Rewrite the ShowOwnedPopups function with a safety algorithm.
1999-09-28 16:26:09 +00:00
Karl Lessard
13409b32cd
Make ExecFocusedItem return -1 on failure.
1999-09-28 16:24:58 +00:00
Peter Hunnisett
89391af7e9
- Changed return code for failure on *_DllGetClassObject to
...
CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
- Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
- Changed "return 0;" with S_OK or DS_OK as appropriate.
1999-09-28 16:23:17 +00:00
Alexandre Julliard
de5e1af2bd
Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
1999-09-28 13:15:27 +00:00
Uwe Bonnes
20f7ef7355
Remember the allocated string to free it.
1999-09-28 13:08:36 +00:00
Gerard Patel
6df0694f7c
Force recalculation of menu when calling InsertMenuItem.
1999-09-28 13:05:54 +00:00
Ian Schmidt
cdff5431e0
Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
...
Explorer work better.
1999-09-28 13:04:58 +00:00
Eric Pouech
09c71b1c2d
Fixed typo in hDrv for sending message.
1999-09-28 13:03:55 +00:00
Eric Pouech
d19d25a0ea
Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
...
DLLs.
1999-09-27 13:38:57 +00:00
Eric Pouech
c26cccbe4b
Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
...
discrimination.
Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
1999-09-27 13:37:28 +00:00
Eric Pouech
c1e3bbff51
Check for OSS driver presence and return error accordingly.
1999-09-27 13:36:17 +00:00
Eric Pouech
322f45cfca
Got rid of hack on MIDHDR's reserved field for 16/32 bit
...
discrimination.
1999-09-27 13:35:15 +00:00
Eric Pouech
31655a69c8
Fixed crash with mapper loading.
...
Got rid of hack on WAVEHDR's reserved field for 16/32 bit
discrimination.
1999-09-27 13:34:21 +00:00
Eric Pouech
300da9c641
Got rid of hack on WAVEHDR's reserved field for 16/32 bit
...
discrimination.
1999-09-27 13:33:05 +00:00
Eric Pouech
5ca7bae8fb
Typo correction.
1999-09-27 13:32:26 +00:00
Ulrich Czekalla
e91d976e17
Fix integer based resource id assumption.
...
Add support for string based type ids.
1999-09-27 13:31:47 +00:00
Ove Kaaven
a39ad1af4b
Added some basic Winsock2 definitions.
1999-09-27 11:48:11 +00:00
Ove Kaaven
ec29ba802d
Added EXCEPT_EVENT to wineserver select loop.
1999-09-27 11:46:56 +00:00
Peter Ganten
0bac5e9315
Fix for VFAT_IOCTL_READDIR_BOTH.
1999-09-27 11:46:27 +00:00
Peter Ganten
b398479d3f
Small wing enhancement.
1999-09-27 11:45:46 +00:00
Stephane Lussier
5ca2ec4288
Return key should not be ignored in multiline edit even if
...
ES_WANTRETURN flag isn't set.
1999-09-27 11:45:07 +00:00
Francis Beaudet
ec09a400a7
DPtoLP needs to round the result.
...
Fixed MulDiv to deal better with negative numbers.
1999-09-27 11:44:01 +00:00
Francis Beaudet
d3d2477014
rcPaint has to be returned in logical coordinates but was intersected
...
with a client rectangle in device coordinates.
1999-09-27 11:42:34 +00:00
Richard Cohen
8b47ec24c4
Fixed GetRandomRgn.
1999-09-27 11:41:13 +00:00