James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
Andreas Mohr
|
c9cf70d448
|
Some more cleanups.
|
2001-01-26 20:40:50 +00:00 |
Alexandre Julliard
|
4d77fc44bc
|
Got rid of WPRINTF_ExtractVAPtr.
|
2001-01-25 22:24:26 +00:00 |
Patrik Stridvall
|
0c61028734
|
Documentation ordinal fixes.
|
2001-01-25 22:22:21 +00:00 |
Jon Griffiths
|
4ab1558d8a
|
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
|
2001-01-22 02:17:29 +00:00 |
Alexandre Julliard
|
8bb7fb960c
|
Fixed a number of incompatibilities in OEM icons/cursors handling.
|
2001-01-20 02:48:30 +00:00 |
Ulrich Czekalla
|
ebc5fe96c6
|
Prevent buffer overflow in TEXT_NextLineW.
|
2001-01-20 02:16:52 +00:00 |
Alexandre Julliard
|
16cbf4022c
|
Store USER icons and cursors as resources instead of xpm bitmaps.
|
2001-01-18 20:32:01 +00:00 |
Alexandre Julliard
|
a90797d09d
|
Updated debug channels.
|
2001-01-15 20:23:05 +00:00 |
Alexandre Julliard
|
a41b2cfdd0
|
Moved tweak support to USER dll. Removed tweak.h and cache.h.
|
2001-01-15 20:12:55 +00:00 |
Dmitry Timoshkov
|
7462099847
|
Added unicode window proc for the listbox control.
Replaced all ansi calls by their unicode equivalents.
Removed use of the custom local heap.
|
2001-01-09 21:51:04 +00:00 |
François Gouget
|
54300e592c
|
Move HDWP to winuser.h.
Convert HWINSTA to STRICT.
|
2001-01-09 20:56:06 +00:00 |
François Gouget
|
da2b6a9f26
|
Fixed some HFILE vs. HANDLE mismatches.
If not used the last parameter of CreateFile must be 0, not -1.
|
2001-01-06 01:29:18 +00:00 |
Marcus Meissner
|
0fb5457516
|
16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.
|
2001-01-02 20:28:25 +00:00 |
Ulrich Weigand
|
cc195924a6
|
Added check whether unaligned memory access is allowed.
Added macros to access unaligned WORDs / DWORDs.
|
2000-12-27 04:18:26 +00:00 |
Eric Pouech
|
66267d067e
|
Added some 16 bit entry points needed by multimedia DLLs.
|
2000-12-22 01:30:36 +00:00 |
Patrik Stridvall
|
188002fe71
|
Fixed some issues found by winapi_check.
|
2000-12-21 21:08:58 +00:00 |
François Gouget
|
5e5c52d477
|
DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
|
2000-12-19 23:31:52 +00:00 |
Dmitry Timoshkov
|
4e62b9df8b
|
New unicode edit control.
|
2000-12-19 19:36:49 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Ulrich Weigand
|
975914003b
|
Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
|
2000-12-19 03:38:53 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Alexandre Julliard
|
a67369ea00
|
Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
|
2000-12-12 00:48:06 +00:00 |
Alexandre Julliard
|
bf67259a41
|
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
correct names.
Cleaned up a few dependencies on internal drive.c functions.
|
2000-12-12 00:44:42 +00:00 |
Dimitrie O. Paun
|
981a9a409b
|
Fixed indentation problems resulting from automatic renaming, other
aesthetic fixes.
|
2000-12-12 00:35:54 +00:00 |
Gerard Patel
|
158e2cb6cb
|
Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
|
2000-12-11 03:39:08 +00:00 |
Alexandre Julliard
|
91222da881
|
Moved most builtin controls structures into their respective C file.
Created new controls.h file private to user32.dll and moved remaining
builtin controls definitions there.
|
2000-12-10 23:01:33 +00:00 |
Alexandre Julliard
|
9877906b26
|
Removed dependencies on the internals of the CLASS structure.
Added support for having both ASCII and Unicode window procedures for
builtin classes.
|
2000-12-07 23:39:16 +00:00 |
Aric Stewart
|
6f96a8b337
|
Added Chinese resources.
|
2000-12-05 20:46:24 +00:00 |
Ken Coleman
|
2743c81e77
|
Added a first-cut version of MapVirtualKeyExW() that has the same
functionality (and limitations) as the ANSI version.
|
2000-12-05 03:56:56 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Alexandre Julliard
|
3a0f8b7953
|
Finished separation of shell32 and wsock32.
|
2000-12-01 20:48:41 +00:00 |
Alexandre Julliard
|
5ce2329a95
|
Finished separation of advapi32.
|
2000-11-30 20:31:41 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Alexandre Julliard
|
80338d4afd
|
Export a few 16-bit functions needed by higher-level dlls.
|
2000-11-30 18:53:38 +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 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Alexandre Julliard
|
2682bc24ca
|
Fixed a few dependencies on 16-bit or internal functions. Fixed a few
warnings.
|
2000-11-27 22:03:23 +00:00 |
Alexandre Julliard
|
3062240db4
|
Added entry for PrivateExtractIconsA.
|
2000-11-27 22:01:21 +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 |
Alexandre Julliard
|
07b1ac8412
|
Fixed typos.
|
2000-11-25 21:43:04 +00:00 |
Ove Kaaven
|
2c691b31ce
|
Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
|
2000-11-25 03:06:03 +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 |
Francois Gouget
|
da0acca7d8
|
Use DUMMYxxxNAME for anonymous struct/unions.
|
2000-11-10 22:34:39 +00:00 |
Alexandre Julliard
|
f6def56675
|
Removed .s files.
|
2000-11-08 05:06:32 +00:00 |
Alexandre Julliard
|
f3613815ba
|
Added missing dependency for 16-bit resource files.
|
2000-11-06 05:31:14 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |