Alexandre Julliard
|
593dec5d66
|
Authors: Warren Baird <warren.baird@cimmetry.com>, Dave Belanger <dave.belanger@cimmetry.com>
Moved code out of assert statements so you can safely compile with
-DNDEBUG.
|
2003-10-08 19:08:23 +00:00 |
Mike McCormack
|
8365577125
|
Don't share some protected mode interrupts in winedos.
|
2003-10-08 19:07:45 +00:00 |
Alexandre Julliard
|
7b7efbe031
|
Removed creation of loader/ne and win32 directories.
|
2003-10-08 04:28:08 +00:00 |
Alexandre Julliard
|
687ecfa312
|
Moved a few more functions to the dlls/kernel directory.
|
2003-10-08 04:24:49 +00:00 |
Alexandre Julliard
|
b81d9e7cf4
|
Link all remaining files that contain kernel APIs into kernel32.dll
instead of ntdll.dll. Removed a number of no longer needed files.
|
2003-10-08 03:57:02 +00:00 |
Alexandre Julliard
|
2f4f2908ae
|
Removed dependency on ntdll_misc.h.
|
2003-10-08 03:52:11 +00:00 |
Alexandre Julliard
|
953849f2fc
|
Added hack to call CreateFileW through a pointer so that we don't need
to link to kernel functions.
Commented out SMB support in NtReadFile for now.
|
2003-10-08 03:51:31 +00:00 |
Alexandre Julliard
|
01def427b7
|
Pass the cdrom device path in CDROM_InitRegistry so that ntdll doesn't
need to call DRIVE_GetDevice.
Get rid of GetDriveType calls.
|
2003-10-08 02:59:22 +00:00 |
Warren Baird
|
7f77f0f15d
|
Changed InternetSetStatusCallback declaration to
InternetSetStatusCallbackA/W.
|
2003-10-08 02:57:07 +00:00 |
Warren Baird
|
e845fd9c59
|
Handle cases where XGetImage or X11DRV_DIB_CreateXImage fail.
|
2003-10-08 02:54:15 +00:00 |
Alexandre Julliard
|
87ae825bf8
|
Get rid of the argv0 and full_argv0 global variables.
|
2003-10-08 00:45:01 +00:00 |
Alexandre Julliard
|
5986e3a724
|
Added wine_get_argv0_path() to retrieve the path of the wine binary.
|
2003-10-08 00:36:09 +00:00 |
Alexandre Julliard
|
af192f83b6
|
Store a "removable" flag instead of the full drive type in the server
file object; this way we don't need to use GetDriveTypeW in the loader
code.
Make sure we always have a valid builtin_load_info pointer.
|
2003-10-08 00:25:32 +00:00 |
Alexandre Julliard
|
146afcc98c
|
Removed references to GetSystemDirectoryW.
Optimized module lookup a bit.
Keep track of the modref pointer across builtin dll loads to avoid
having to look it up by name afterwards.
|
2003-10-07 22:56:34 +00:00 |
Daniel Marmier
|
7e0ddbc60f
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 22:54:17 +00:00 |
Warren Baird
|
1f5d1beb0d
|
Added extern "C".
|
2003-10-07 22:52:20 +00:00 |
Steven Edwards
|
c48c16471c
|
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
|
2003-10-07 22:51:09 +00:00 |
Mike McCormack
|
0a96e52ca2
|
When registering a dll, search the dll's directory for dll
dependencies too.
|
2003-10-07 22:49:44 +00:00 |
Rein Klazes
|
c6c404dcd6
|
Added a check for <scsi/scsi.h> and include it in dlls/ntdll/cdrom.c.
|
2003-10-07 22:49:22 +00:00 |
Uwe Bonnes
|
3e83ec296e
|
Added some tests around fget(w)s.
|
2003-10-07 05:30:36 +00:00 |
Uwe Bonnes
|
7b8b62e61a
|
fget(w)s(): Don't drop characters when buffer is not large enough.
|
2003-10-07 05:22:04 +00:00 |
Uwe Bonnes
|
16fa009085
|
_write(): Don't fragment WriteFile() for TEXT mode write.
|
2003-10-07 04:01:28 +00:00 |
Alexandre Julliard
|
5d9422b09f
|
Rewrite of the dll file search algorithm to better deal with the
broken behavior of RtlDosSearchPath_U.
|
2003-10-07 03:48:42 +00:00 |
Alexandre Julliard
|
509e4d175a
|
A couple more fixes in RtlGetFullPathName_U.
Reverted my previous fix in RtlDosSearchPath_U, extension handling is
supposed to be broken.
|
2003-10-07 03:46:34 +00:00 |
Alexandre Julliard
|
8d174d3f47
|
Store the global shell, progman and taskman windows in the server
(based on a patch by Martin Fuchs).
|
2003-10-07 03:40:23 +00:00 |
Uwe Bonnes
|
6fbcacbb92
|
_read(): In _O_TEXT mode make Readfile calls in chunks as big as
possible.
|
2003-10-07 03:33:58 +00:00 |
Dave Belanger
|
d1fa4b2d73
|
Spit out EMR_RESTOREDC metarecords with -1 as argument as long as we
don't get to the saved state we want.
|
2003-10-07 03:32:28 +00:00 |
Jukka Heinonen
|
ca2902f3d1
|
Use correct pointer when accessing real mode interrupt vectors under
Win16.
|
2003-10-07 03:32:03 +00:00 |
Jason Edmeades
|
e0faa866e0
|
DXTn stride is to the next block, which is the equivalent to 4 rows
worth of bytes.
|
2003-10-07 03:31:46 +00:00 |
Daniel Marmier
|
ee1eb63b31
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 03:30:47 +00:00 |
Alexandre Julliard
|
632676b17e
|
Moved the final process init and dependency loading to
dlls/ntdll/loader.c, (ab)using the LdrInitializeThunk entry point.
|
2003-10-06 21:18:51 +00:00 |
Vincent Béron
|
5dc5bf5d8a
|
Change resources from last language file used to LANG_NEUTRAL.
|
2003-10-06 21:13:01 +00:00 |
Uwe Bonnes
|
32f47b0648
|
MSVCRT___RTDynamicCast: Reject a NULL cppobj.
|
2003-10-06 21:10:44 +00:00 |
Jon Griffiths
|
bdcc0e3619
|
Implemented GetCPInfoExA/W.
Documentation updates.
|
2003-10-06 21:07:06 +00:00 |
Pavel Roskin
|
671f02c606
|
Read and write binary files in binary mode on Windows.
|
2003-10-06 21:05:28 +00:00 |
Kevin Koltzau
|
d658fa4688
|
Added missing defines and fixed a few typos.
|
2003-10-06 21:04:27 +00:00 |
Alex Pasadyn
|
0f5db95401
|
Fix buffer length error code for NtQueryInformationToken.
|
2003-10-06 21:04:06 +00:00 |
Daniel Marmier
|
0348649853
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-06 21:03:32 +00:00 |
Vincent Béron
|
3ce7ed5c15
|
Get rid of useless comment (empty function header).
|
2003-10-06 20:57:36 +00:00 |
Pavel Roskin
|
7035adcae4
|
Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
|
2003-10-04 04:21:19 +00:00 |
Dave Belanger
|
78711dd6f5
|
Improved generation of font signature from freetype face charmaps.
|
2003-10-04 04:15:47 +00:00 |
Alexandre Julliard
|
841f898663
|
Converted process creation to Unicode.
|
2003-10-04 04:09:41 +00:00 |
Dave Belanger
|
f0d96a2619
|
Face families are in the top 4 bits of lfPitchAndFamily, so mask with
0xF0 before testing.
|
2003-10-04 04:00:08 +00:00 |
Dimitrie O. Paun
|
16c62e645c
|
Merge all binary resources for user32 in one file.
|
2003-10-04 03:58:57 +00:00 |
Kevin Koltzau
|
0af4fb9e6d
|
Initial implementation of uxtheme.dll, mostly stubbed out for now.
|
2003-10-04 03:48:11 +00:00 |
Alexandre Julliard
|
5e3549bf3b
|
Implemented RtlCreateProcessParameters and related functions.
|
2003-10-04 03:11:57 +00:00 |
Pavel Roskin
|
16ffa577a9
|
Use a better icon. Comment out the binary resource.
|
2003-10-04 03:10:59 +00:00 |
Hans Leidekker
|
c9d30a46f1
|
Dutch translation of progman.
Correct typo in English resources.
|
2003-10-04 03:09:06 +00:00 |
Dave Belanger
|
325f646fdc
|
Implemented the SetArcDirection metarecord in EMF driver.
|
2003-10-04 03:08:25 +00:00 |
Pavel Roskin
|
e3f6ed2d68
|
Don't pass unused pointers to RegCreateKeyEx() - this prevents score
saving on Windows 2000.
|
2003-10-04 03:07:16 +00:00 |