Alexandre Julliard
|
e995f8cfda
|
Added define for S_ISLNK if missing.
|
2000-12-06 20:20:11 +00:00 |
Francois Gouget
|
e550ebe429
|
Fixed the case of "Winelib".
|
2000-12-02 20:17:13 +00:00 |
Alexandre Julliard
|
6170666f25
|
Moved useful NE format definitions to winbase16.h.
|
2000-12-01 21:31:02 +00:00 |
Dimitrie O. Paun
|
1ec253d205
|
Supply dummy getrlimit if absent.
|
2000-12-01 20:47:11 +00:00 |
Alexandre Julliard
|
e296bf3717
|
Renamed CallTo16* functions to wine_call_to_16* and export them from
kernel32.spec.
|
2000-11-29 19:39:30 +00:00 |
Alexandre Julliard
|
27bb311d70
|
Added implementation of lstat to port.c.
|
2000-11-29 17:48:06 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Alexandre Julliard
|
5b971f009a
|
Moved wsprintf functions to dlls/user.
|
2000-11-26 22:39:50 +00:00 |
Francois Jacques
|
7163957908
|
- support for arguments with referenced types
- imported type libraries
- dispinterfaces
- dual interfaces
- ref count problems
- memory leaks fixed
|
2000-11-25 23:51:30 +00:00 |
Andreas Mohr
|
434466c8e2
|
Added GdiSeeGdiDo16.
|
2000-11-25 01:39:31 +00:00 |
Dimitrie O. Paun
|
c7b49e5d2c
|
Fixed typo in macro ICOM_METHOD11 parameter list.
|
2000-11-25 01:28:39 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
James Hatheway
|
b134ed7c38
|
Increase number of parameters possible for ICOM_* macros to 11.
|
2000-11-15 23:05:13 +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
|
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
|
db4c45671f
|
Do builtin modules fixups in library/loader.c before calling the
load_dll callback.
|
2000-11-08 23:02:48 +00:00 |
Alexandre Julliard
|
85423c6a6b
|
Added new library.h header for libwine definitions.
Added getpagesize() and wine_anon_mmap() portability functions.
|
2000-11-08 04:28:54 +00:00 |
Juergen Schmied
|
ebcc72c925
|
Better handling of custom templates and hooks.
Bug fixes.
|
2000-11-01 01:50:21 +00:00 |
Alexandre Julliard
|
634824be58
|
Raise an exception when a stub entry point is called.
|
2000-10-26 22:03:34 +00:00 |
Alexandre Julliard
|
b85a6adc58
|
Duplicate resource directory searching routines instead of calling
pe_resource.c internal functions.
Made GetFileResource16 and GetFileResourceSize16 callable directly
instead of defining extra internal functions.
|
2000-10-23 01:38:29 +00:00 |
Francois Gouget
|
0062892c66
|
Added/fixed missing extern "C".
|
2000-10-19 20:32:18 +00:00 |
Konrad Rieck
|
c6f0a4ed87
|
Changed repne to repnz for Solaris assembler.
|
2000-10-13 17:03:52 +00:00 |
Francois Gouget
|
48fc4aaaea
|
Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
API to winnls.h.
Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
winnt.h.
|
2000-10-12 23:20:29 +00:00 |
Francois Gouget
|
5b317bc556
|
Enable anonymous struct/union support by default in both C and C++.
Disable them for compilers known not to support them.
Disable them for the WINE code.
|
2000-10-12 20:44:41 +00:00 |
Francois Gouget
|
fcc199c78a
|
Fix the return type of mixerMessage16.
|
2000-09-29 00:23:04 +00:00 |
Alexandre Julliard
|
ab170a9c84
|
Fixed a few non portable zero-size array declarations.
|
2000-09-27 00:25:24 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Alexandre Julliard
|
56b9fea89a
|
A few includes cleanup.
|
2000-09-26 00:02:22 +00:00 |
Alexandre Julliard
|
74af67ef42
|
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
|
2000-09-26 00:00:55 +00:00 |
Alexandre Julliard
|
0ff083bab8
|
Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
Farnum).
|
2000-09-24 19:51:15 +00:00 |
Alexandre Julliard
|
b59627c89f
|
Added support for exception handling while in vm86 mode.
Fixed a couple of bugs in vm86 support.
|
2000-09-24 03:11:54 +00:00 |
Damyan Ognyanoff
|
72140b02c3
|
IErrorInfo is now derived from IUnknown.
|
2000-09-22 22:07:53 +00:00 |
Alexandre Julliard
|
45b2c868bb
|
Added preliminary support for switching to vm86 mode with proper
exception handling.
|
2000-09-18 02:15:07 +00:00 |
Huw D M Davies
|
52b2d2cff6
|
Add some Str* prototypes to shlwapi.h.
|
2000-09-13 20:28:31 +00:00 |
Alexandre Julliard
|
7f04a17ec6
|
Added missing __volatile__.
|
2000-09-12 23:41:07 +00:00 |
Erik Hofman
|
566e77ba4d
|
Added missing const to external tables definitions.
|
2000-09-07 18:42:52 +00:00 |
Alexandre Julliard
|
8328a9d67d
|
Fixed finally handler name.
|
2000-08-23 19:19:35 +00:00 |
Alexandre Julliard
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Alexandre Julliard
|
c7e7df8b17
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
Alexandre Julliard
|
c97bb4c5d6
|
Added Unicode ctype support.
|
2000-08-11 20:53:40 +00:00 |
Alexandre Julliard
|
aea78538c8
|
Added UTF-8 conversion support.
|
2000-08-11 00:44:33 +00:00 |
Alexandre Julliard
|
5ab9d860f2
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
James Hatheway
|
8b5b0076a1
|
Fixed typo in the IDispatch_GetTypeInfo macro.
|
2000-08-09 22:22:05 +00:00 |
Alexandre Julliard
|
691171b8e6
|
Small dll interfaces cleanups.
|
2000-08-08 20:49:16 +00:00 |
Ove Kaaven
|
e6b51bf25f
|
Protect the prototypes in here from C++ name mangling...
|
2000-08-07 02:35:05 +00:00 |
Alexandre Julliard
|
3850c1ae16
|
Moved most USER string functions to dlls/user.
Cleaned up a few more inter-dll dependencies.
|
2000-08-06 02:42:46 +00:00 |
Andreas Mohr
|
ae50941ae5
|
Fixed the Win16/Win32 structure size/alignment differences of
ws_hostent, ws_protoent, ws_servent, ws_netent.
|
2000-08-03 22:19:09 +00:00 |
Juergen Schmied
|
ec85c6be75
|
Implemented the ErrorInfo interfaces.
|
2000-08-03 04:34:59 +00:00 |
Alexandre Julliard
|
08aad6ac25
|
Fixed IShellLinkA/W definitions.
|
2000-08-03 04:21:23 +00:00 |