Adrian Thurston
975feaf0e7
Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
...
Removed a redundant include.
Added some c++ protection.
1999-02-25 16:32:10 +00:00
Juergen Schmied
b791a5211d
Changed pidl structure to match the pidl's used in lnk-files.
1999-02-24 15:58:51 +00:00
Juergen Schmied
671c8846d1
Implemented reading of *.lnk-files.
1999-02-24 15:58:26 +00:00
Juergen Schmied
e7fb5ecfd4
new file, including the IShellLink definition.
1999-02-24 15:57:20 +00:00
Ulrich Weigand
1d90d69f08
Modified process creation sequence: call PE_CreateModule in the
...
context of the new process (in TASK_CallToStart).
Changed all PE/Module routines so as to always operate on the current
process; adapted all callers.
1999-02-24 14:27:07 +00:00
Marcus Meissner
219cfd8387
Optimized away more includes, readded some #includes for necessary
...
prototypes.
1999-02-24 13:05:13 +00:00
1b9fef5d48
Added low-level Netware installation check.
1999-02-24 13:03:40 +00:00
Joseph Pranevich
93a2ce6e69
Added GetBackgroundColor call to the console struct. Will be used
...
later.
1999-02-24 11:08:29 +00:00
Joseph Pranevich
a82b91cd49
Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
...
(Interrupt list did not have correct.)
1999-02-24 10:58:37 +00:00
Lionel Ulmer
75e8a78efa
Added stubs for two missing methods of DInput.
1999-02-24 10:53:30 +00:00
Thuy Nguyen
582cf8f6f4
Fixed a bug.
1999-02-24 10:52:26 +00:00
Thuy Nguyen
6d2e1735f9
Added support for larger files.
1999-02-24 10:36:34 +00:00
Huw D M Davies
3da9ff32ff
Fixes buffer overrun problems with GetDIBits.
1999-02-24 09:47:37 +00:00
Stephane Lussier
110cdb1cd8
Fixed some SendMessage bugs.
1999-02-24 09:43:09 +00:00
Sylvain St.Germain
b0191cc642
Fix COM_ExternalLockFreeList to do not fail with an empty list.
1999-02-24 09:42:30 +00:00
Zygo Blaxell
6d7773c974
Implemented some CRTDLL string functions.
1999-02-22 10:21:56 +00:00
Marcus Meissner
61afa33b03
Some more recursive include fixes/optimizations.
1999-02-22 10:16:00 +00:00
Juergen Schmied
6349d97bd4
- eliminated one element of the pidl struct (dwSFGAO)
...
- changed some superflous FIXME
1999-02-22 09:57:12 +00:00
Juergen Schmied
fa3f2eeae0
- header uses the last macros now
...
- rewrote IDropTarget according to the new COM headers
(was local declared not using the already written prototypes)
- corrected Drop method (wrong parameter count)
1999-02-22 09:53:59 +00:00
Francois Gouget
b233fc310a
Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
...
Added the interface implementation structures.
I remembered from an email that even when asked for a
IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
considered that we would only implement the latter. The
IDirectInputDeviceA_xxx methods have been renamed to
IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
implementation as before.
Renamed the implementation structures to XxxImpl.
1999-02-22 09:52:54 +00:00
Francois Gouget
f18c8df550
Use latest COM macros
...
Defined the IDirectInputDeviceA interface independently from
IDirectInputDevice2A.
Removed the 32 suffix of the interfaces. Hopefully this will not
cause any problem with the renaming.
Moved the implementation specific stuff to dinput.c (well, the
interfaces at least).
1999-02-22 09:50:36 +00:00
Alexandre Julliard
214399f283
Changed initial process creation to avoid memory allocations.
...
Removed a few unused fields in PDB and THDB.
1999-02-21 18:35:27 +00:00
Alexandre Julliard
13e55192b9
Removed thread queue functions.
...
Changed initial thread creation to avoid memory allocations.
Moved server startup to THREAD_CreateInitialThread.
1999-02-21 18:34:18 +00:00
Alexandre Julliard
d16927efdb
Removed use of per-thread wait_struct, cleaned up a bit.
1999-02-21 18:29:59 +00:00
Alexandre Julliard
d6cb784269
Removed MEM_MAPPED_FILE_Ops.
1999-02-21 18:28:40 +00:00
Alexandre Julliard
2f07306eaf
Added a few exception codes.
1999-02-21 18:27:28 +00:00
Michael Veksler
3fbb8dc829
- Fix headers to include less or smaller header files.
...
- Fix header and source files to include missing header files to avoid
warnings and errors.
1999-02-21 18:23:26 +00:00
Marcus Meissner
4ede296356
Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
...
wine_sigaction __PIC__ cases, since "g" will not work with
-fomit-frame-pointer ("g" is referenced using %esp which was
invalidated before). Bug found and (other) fix suggested by
<daniel@mat.utfsm.cl> Daniel Serpell.
1999-02-21 18:18:42 +00:00
Marcus Meissner
a7f878519a
Added missing WINAPIs.
1999-02-21 18:16:08 +00:00
Stephane Lussier
b50272bd75
Fix problem where you need mouse activity to unlock some 16 bits
...
thread with multi-threaded apps.
1999-02-21 18:15:26 +00:00
Francis Beaudet
eb5a29b6ce
Implemented the OleCreateFontIndirect method and the associated COM
...
object. That object supports the IFont and IDispatch interfaces.
1999-02-20 16:48:53 +00:00
Marcus Meissner
3b092846c4
Problems reported by Donald Page, PR 105-107.
1999-02-20 16:46:39 +00:00
Joseph Pranevich
f0e0df3f7a
More commenting, better debugging of color problems, and support for
...
the new TerminalType option in wine.ini. This allows us to select
which terminal type we are really using so that we can, for example,
use its color capabilities.
1999-02-20 16:43:40 +00:00
Joseph Pranevich
019693b47e
Support for the new InitialRows andf InitialColumns options in wine.ini
...
(Generic replacement for XtermResolution option...)
1999-02-20 16:42:49 +00:00
Joseph Pranevich
cebba4dfb0
Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
1999-02-20 16:42:17 +00:00
Joseph Pranevich
23b6eebba6
Removal of obsolete XtermResolution option.
1999-02-20 16:41:58 +00:00
Joseph Pranevich
522911299d
Add information about the new wine.conf options.
1999-02-20 16:41:29 +00:00
Eric Pouech
761e314c06
Fixed backtrack issue on 16bit code.
1999-02-20 16:40:47 +00:00
Eric Pouech
2820592e1f
Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
1999-02-20 16:40:26 +00:00
Eric Pouech
b1518654a1
Fixed comment for Wine documentation.
1999-02-20 16:39:51 +00:00
Alexandre Julliard
6d4ee73906
Added get/set_handle_info request.
1999-02-20 16:13:28 +00:00
Alexandre Julliard
fb02ee91b5
Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
1999-02-20 16:10:38 +00:00
Bertho Stultiens
b17522817b
Fix a couple of 64bit platform problems and speed up compilation. See
...
tools/wrc/CHANGES for details.
1999-02-20 16:09:24 +00:00
Marcus Meissner
9a73d86723
mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
...
correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
1999-02-20 16:08:23 +00:00
Zygo Blaxell
d6cab5049d
Added a check for the existence of wine.sym before installing it.
1999-02-20 16:07:49 +00:00
Francis Beaudet
1921ef213a
Added some new stubs for the OLE menu descriptor methods.
1999-02-20 16:05:50 +00:00
Martin Walker
4d1d359c2b
Fixed message filtering check.
1999-02-19 16:50:24 +00:00
Juergen Schmied
3426d85319
- made the security functions consistent. advapi calls down to ntdll now
...
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
- nt-header cleanup
1999-02-19 16:29:05 +00:00
Huw D M Davies
34acebc14b
Fixed a few broken includes.
1999-02-19 16:03:19 +00:00
Alexandre Julliard
f0a0e126f3
Reverted broken close button change.
1999-02-19 16:02:32 +00:00