Pierre d'Herbemont
68467db6c6
- Detection of .size instruction.
...
- Detection of the assembler name prefix.
2004-06-18 19:36:26 +00:00
Andreas Mohr
64d7e24028
Added some missing static control styles.
2004-06-17 19:54:17 +00:00
Huw Davies
c22171836b
Add support for bitmap fonts.
2004-06-16 20:06:26 +00:00
Francois Gouget
299a1382b9
Don't use Unicode string literals unless we specifically know they do
...
what we want to.
2004-06-15 20:24:47 +00:00
Ulrich Czekalla
06a60621ab
ScrollDC should take into account overlapped windows. With this change
...
ScrollWindowEx can be moved out of X11drv.
2004-06-15 17:04:02 +00:00
Alexandre Julliard
cc461324da
Store the number of processors in the PEB structure.
...
More correct support for setting critical section spin counts (based
on a patch by Robert Shearman).
2004-06-15 00:52:03 +00:00
Alexandre Julliard
410db2ada4
Rewrote SetFilePointer to use SetFilePointerEx.
2004-06-14 19:40:44 +00:00
Eric Pouech
eb25084eee
- implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath,
...
SymMatchFileName
- made use of SymFindFileInPath to lookup .dbg and .pdb files
- fixed a crash in CodeView enum handling
2004-06-14 17:58:31 +00:00
Alexandre Julliard
9af2bd4803
Yet another fix for the MacOS X environ brain damage.
2004-06-14 17:07:30 +00:00
Eric Pouech
b0fd2ade62
- Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess.
...
- Make use of it in kernel32.
2004-06-14 17:02:00 +00:00
Pierre d'Herbemont
552b06a0a4
Don't use .previous instruction on Darwin.
2004-06-14 17:00:38 +00:00
Dmitry Timoshkov
411aee581e
Fix CBR_BLOCK definition.
2004-06-14 16:58:02 +00:00
Mike McCormack
f2d6c19f33
Add the aclapi.h header file.
2004-06-14 16:54:18 +00:00
Andreas Mohr
f32a105376
Additional KLF_xxx defines.
2004-06-03 23:20:16 +00:00
Alexandre Julliard
10e6f57fab
Set the WINEPRELOADRESERVE variable when starting a new process.
2004-06-03 00:25:08 +00:00
Hans Leidekker
dc61a30bcc
MinGW portability fix.
2004-06-03 00:09:54 +00:00
Christian Costa
7590fe58f4
Added d3dxof dll, part of Direct3D.
2004-06-03 00:03:23 +00:00
Jon Griffiths
34401d84b7
Added PPOINTL, a pointer to a POINTL struct.
2004-06-01 19:45:59 +00:00
Mike McCormack
773784ea01
Added definitions for the IShellWindows interface.
2004-06-01 19:42:07 +00:00
Mike McCormack
59f3fa1e69
Added definitions for the IFolderViewOC interface.
2004-06-01 19:41:51 +00:00
Alexandre Julliard
910234eafb
Pass the environ variable from main to try to avoid Darwin's
...
_NSGetEnviron() ugliness.
2004-05-29 00:26:03 +00:00
Alexandre Julliard
b1abca8a5d
Initial version of the Wine preloader, used to reserve memory
...
areas at startup. Based on the work of Mike McCormack.
2004-05-28 20:59:22 +00:00
Alexandre Julliard
a8877ba6dc
Make sure __ASM_GLOBAL_FUNC generates code in the text segment.
2004-05-28 19:30:25 +00:00
Jon Griffiths
880c0c8614
Give a struct tag to OPENILENAMEA/W to allow forward declarations.
2004-05-27 20:00:51 +00:00
Ivan Leo Puoti
3e42f6953e
Changed my name, so update copyright info.
2004-05-27 02:25:13 +00:00
Alexandre Julliard
2dff1fe1e5
Moved environ definition to port.h.
2004-05-25 18:05:39 +00:00
Jon Griffiths
32e3d89947
Add a couple of missing listview macros.
2004-05-25 18:04:30 +00:00
Alexandre Julliard
94d74b5fed
Added support for managing reserved memory areas in libwine and ntdll.
...
Try to reserve everything above 0x80000000 on startup.
2004-05-25 01:29:24 +00:00
Alexandre Julliard
eb04fd22f8
Converted the memory views list to use the standard functions from
...
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.
2004-05-21 20:58:44 +00:00
Eric Pouech
48a865983d
- removed file extension from module (and suffixed ELF modules with
...
<elf>)
- added generic thunk support for builtin modules (with the help of
winebuild's new markers for thunks)
- for ELF modules, no longer generating SymTagPublicSymbols objects
from ELF public symbol table
- because of last point, rewrote stabs symbols' address and size
management by parsing directly the symtab instead of using
SymTagPublicSymbols objects
- cleaned up SymTagPublicSymbols object names for native modules
- fixed off by one errors in array management
- SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
resynchronization of internal ELF modules list)
- new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
in SymEnumModules (as well as loader with <wine-loader>)
- some minor internal clean-ups
- enhanced const correctness
2004-05-18 21:29:09 +00:00
Eric Pouech
bde649c356
Added some missing prototypes.
2004-05-18 20:43:29 +00:00
Patrik Stridvall
2f339b2523
Added the IInternetSession interface.
2004-05-17 20:51:02 +00:00
Alexandre Julliard
8c29b5f0cc
Removed the no longer used SMB file I/O support, we can't do reliable
...
file I/O in user space anyway.
2004-05-14 22:24:48 +00:00
Eric Pouech
bcc2a5c540
- rewrote the file code so that streams manage low level file desc
...
(the code was written the other way around)
- reworked the flag handling code (now the stream._flag is closer to
what MS does)
- simplified temp files handling by using FILE_FLAG_DELETE_ON_CLOSE in
CreateFile
- fixed a couple of bugs
2004-05-12 00:12:26 +00:00
Raphael Junqueira
a4215336ef
- Typo fix in dmusicf.h.
...
- IDirectMusicChordTrack loading.
- Many IsDirty and GetClassID stubs.
2004-05-11 22:18:43 +00:00
Eric Pouech
64af08e69c
Better have internal & external TEB definitions have the same size.
2004-05-10 19:58:48 +00:00
Eric Pouech
9ff652da2b
Fixed a missing typedef.
2004-05-10 19:58:15 +00:00
Jake Hamby
9e8d507c4f
IMessageFilter::HandleInComingCall() should be HandleIncomingCall().
2004-05-10 19:55:00 +00:00
Alexandre Julliard
c07ce0571e
Moved loading of the home registry files to the server, there's no
...
real need to make these configurable.
2004-05-07 04:13:21 +00:00
Kevin Koltzau
57f7a2c181
Implemented IsAsyncMoniker.
2004-05-07 03:49:19 +00:00
Dimitrie O. Paun
f950d97381
Remove the last remaining wine options when running programs.
...
Keep support for --help, and --version when they are the only options
on the command line.
2004-05-06 23:51:43 +00:00
Ulrich Czekalla
b41466b3b1
Allow applications, under certain conditions, to set data into the
...
clipboard even if they are not the clipboard owners.
2004-05-06 23:40:30 +00:00
Alexandre Julliard
ab92cfe0a0
Replaced LPINPUT_RECORD by PINPUT_RECORD.
2004-05-05 05:54:44 +00:00
Kevin Koltzau
f0b47e2631
Implemented CoInternetCombineUrl and CoInternetCompareUrl.
2004-05-05 01:32:00 +00:00
Alexandre Julliard
47a88ba221
Explicitly specify alignment of 64-bit types.
2004-05-04 00:43:02 +00:00
Jon Griffiths
ee9777e0e2
Add the IMAPIProp/IPropData definitions.
2004-05-03 20:19:35 +00:00
Ferenc Wagner
c0c6c4d8c7
Disable buffering of test output to keep more information in case of a
...
crash.
2004-05-03 20:19:13 +00:00
Alexandre Julliard
643617f2ae
Moved most remaining file functions to dlls/kernel.
...
Removed files/file.c and include/file.h.
2004-05-01 05:25:07 +00:00
Alexandre Julliard
72f87b8c06
Use pread/pwrite everywhere to avoid changing the file position while
...
the client is using it.
Get rid of the no longer used truncate_file request.
2004-05-01 02:50:06 +00:00
Chris Morgan
8aeb463d49
Stub cmc_query_configuration() and add xcmc.h header file.
2004-05-01 02:39:33 +00:00