- Oct 15, 2003
-
-
Alexandre Julliard authored
-
- Oct 09, 2003
-
-
- Oct 08, 2003
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
need to call DRIVE_GetDevice. Get rid of GetDriveType calls.
-
Alexandre Julliard authored
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.
-
- Oct 04, 2003
-
-
Alexandre Julliard authored
-
- Oct 03, 2003
-
-
- Oct 02, 2003
-
-
Alexandre Julliard authored
using ntdll functions. Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx where it belongs.
-
Alexandre Julliard authored
-
- Sep 29, 2003
-
-
Alexandre Julliard authored
-
- Sep 26, 2003
-
-
Alexandre Julliard authored
ShellExecute by changing PATH in the new process, instead of being done in SearchPath.
-
- Sep 24, 2003
-
-
Alexandre Julliard authored
RtlGetVersion and RtlVerifyVersionInfo. Moved the 16-bit and DOS version support to dlls/kernel.
-
- Sep 18, 2003
-
-
Alexandre Julliard authored
loaded. This makes it possible to remove the InstallShield hack in OpenFile16. Moved LoadLibrary32_16 to kernel.
-
Alexandre Julliard authored
functions on top of their 32-bit counterpart, and moved them to dlls/kernel.
-
- Sep 16, 2003
-
-
Alexandre Julliard authored
-
- Add test for FindNextFile that checks last error value.
-
- Sep 05, 2003
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- Sep 02, 2003
-
-
- Aug 26, 2003
-
-
Alexandre Julliard authored
-
- Aug 23, 2003
-
-
Alexandre Julliard authored
dlls/kernel.
-
- Aug 20, 2003
-
-
use of the ntdll equivalents.
-
-
- Aug 19, 2003
-
-
Alexandre Julliard authored
registry accesses.
-
- Aug 12, 2003
-
-
Alexandre Julliard authored
by Alex Pasadyn). Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
-
- Jul 21, 2003
-
-
- it would fail if DeviceIoControl succeeded. - it would leak handles in some cases.
-
- Jul 03, 2003
-
-
Alexandre Julliard authored
-
- Jun 27, 2003
-
-
- Jun 26, 2003
-
-
functions with ntdll equivalent - replaced status setter/getter for wine async structures with direct access to a (now included) IO_STATUS_BLOCK structure - since we now have a IO_STATUS_BLOCK in async_private, we no longer need in most of the user (derivated) structures a field for LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK) - rewrote the async.h users accordingly - implemented ntdll.Nt{Read|Write}File and let kernel32.{Read|Write}File(Ex)? use those new ntdll functions - rewrote smb read/write interfaces to be more ntdll stylish (no overlapped yet)
-
- Jun 24, 2003
-
-
Don't publish internal information. Add a function for detecting UNC names. Account for the fact that NT allows either separator character.
-
Alexandre Julliard authored
Moved critical section and resource update functions to dlls/kernel. Started moving some of the thread functions too.
-
dlls/kernel subdir (also splitting 16bit APIs in a separate file) - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the kernel32 equivalent - implemented a few information classes in NtQueryInformationFile and NtSetInformationFile (still lots of missing classes) - enhanced the get_file_info server request in order to implement correctly NtQueryInformationFile (change time & file alloc size) - rewrote registry loading to comply with latest changes
-
- Jun 23, 2003
-
-
ntdll counterparts - {Enter|Leave}CriticalSection is now a pure forward from kernel32 to ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32) - replaced a few kernel32 heap management calls from ntdll, with RtlHeap* equivalents
-
- Jun 21, 2003
-
-
handles as wineserver handles - console input handle object is no longer waitable (input record synchronisation is now implemented as a simple semaphore), and removed FD_TYPE_CONSOLE from fd types in wineserver - console handles now always have their two lower bit set so one can distinguish a console handle from a kernel object handle - implemented some undocumented kernel32 console related APIs (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW, VerifyConsoleIoHandle, DuplicateConsoleHandle) - allowed a few kernel32 APIs to take console pseudo-handles (FlushFileBuffer, GetFileType, WaitFor*Object*) - simplified the console inheritance at process creation - in console tests, no longer create a console if one already exists
-
- Jun 18, 2003
-
-
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
-
- Jun 14, 2003
-
-
Alexandre Julliard authored
(spotted by Uwe Bonnes).
-
- Jun 04, 2003
-
-
-
Migrate int21 set drive routine to winedos.
-
- May 19, 2003
-
-
- May 15, 2003
-
-
if error returned from CreateFileW is ERROR_SHARING_VIOLATION.
-
- Apr 22, 2003
-
-