Christoph von Wittich
653f7f1919
sync comdlg32 with wine 1.1.11
...
svn path=/trunk/; revision=38383
2008-12-27 12:31:20 +00:00
Andrew Munger
22aa9ace50
Clarify comment.
...
svn path=/trunk/; revision=38382
2008-12-27 11:55:43 +00:00
Andrew Munger
ae171d25d2
Return mostly correct information so taskmgr doesn't just report zero for "System Cache".
...
svn path=/trunk/; revision=38381
2008-12-27 11:44:21 +00:00
Aleksey Bragin
769ff5b164
- Fix build.
...
svn path=/trunk/; revision=38380
2008-12-27 11:44:18 +00:00
Christoph von Wittich
b5e794bdfe
sync cryptnet with wine 1.1.11
...
svn path=/trunk/; revision=38379
2008-12-27 11:43:39 +00:00
Christoph von Wittich
6a5c426679
sync oleacc with wine 1.1.11
...
svn path=/trunk/; revision=38378
2008-12-27 11:08:40 +00:00
Christoph von Wittich
22610b8493
get rid of oleacc.h - it is autogenerated from the idl
...
svn path=/trunk/; revision=38377
2008-12-27 11:05:08 +00:00
Christoph von Wittich
82082818ca
sync crypt32 with wine 1.1.11
...
svn path=/trunk/; revision=38376
2008-12-27 11:03:19 +00:00
Aleksey Bragin
e73f968c8a
- Implement query case of SystemTimeAdjustmentInformation.
...
- Implement a better stub for setting case of SystemTimeAdjustmentInformation.
svn path=/trunk/; revision=38375
2008-12-27 10:58:46 +00:00
Dmitry Chapyshev
683099598f
- Fix 11 tests for OpenFile
...
svn path=/trunk/; revision=38374
2008-12-27 10:31:53 +00:00
Christoph von Wittich
128f584a7d
sync rsaenh to wine 1.1.11
...
svn path=/trunk/; revision=38373
2008-12-27 10:11:34 +00:00
Christoph von Wittich
a4c232b9e4
sync cabinet to wine 1.1.11
...
svn path=/trunk/; revision=38372
2008-12-27 10:00:27 +00:00
Andrew Munger
01a550f50b
Remove the i8042prt entry from the static hive, it was correctly installed by PnP all all tested cases.
...
svn path=/trunk/; revision=38371
2008-12-27 09:04:15 +00:00
Christoph von Wittich
4324dea95c
sync riched20 with wine 1.1.11
...
svn path=/trunk/; revision=38370
2008-12-27 08:49:35 +00:00
Christoph von Wittich
133de9dcc5
add EM_GETIMESTATUS and EM_SETIMESTATUS
...
svn path=/trunk/; revision=38369
2008-12-27 08:38:03 +00:00
Dmitry Chapyshev
d3294eb866
- Partial sync with Wine. It fixes 37 tests ("kernel32_winetest profile")
...
svn path=/trunk/; revision=38368
2008-12-27 08:34:30 +00:00
Dmitry Chapyshev
77f0be0bc8
- Formatting fix
...
svn path=/trunk/; revision=38367
2008-12-27 05:45:51 +00:00
Dmitry Chapyshev
0e4778a15d
- Fix SystemTimeToTzSpecificLocalTime. +378 passed tests
...
svn path=/trunk/; revision=38366
2008-12-27 05:31:06 +00:00
Michael Martin
51dc30a02c
- Fix VideoPortInt10 implementation. The previous implementation was passing a significantly smaller KV86M_REGISTERS struct vice CONTEXT struct to Ke386CallBios, resulting in memory corruption.
...
- Part 2 of ? fixes for bug 2286.
svn path=/trunk/; revision=38365
2008-12-27 04:01:26 +00:00
Michael Martin
a7e5b19f4c
- Lets try this again. Re-implement inet_aton so that it does not fail in 255.255.255.255. See bug 3962 for more info.
...
svn path=/trunk/; revision=38364
2008-12-27 02:54:03 +00:00
James Tabor
15381523f2
- Total commander crashes after pressing any key, see bug 2292.
...
svn path=/trunk/; revision=38363
2008-12-26 23:00:03 +00:00
KJK::Hyperion
873c2a2f8e
modified dll/win32/kernel32/k32.h
...
modified dll/win32/kernel32/kernel32.rbuild
modified dll/win32/kernel32/misc/comm.c
added dll/win32/kernel32/misc/commdcb.c
Define _KERNEL32_ globally for kernel32, outside the common header file
Reimplemented the whole BuildCommDCB family of APIs, deleting embarrassing code by my younger self, written almost 6 years ago. Passes the full Wine test suite, too
svn path=/trunk/; revision=38362
2008-12-26 22:09:38 +00:00
Aleksey Bragin
1015905d06
- Fix one more typo in the IoBuildPartialMdl code leading to ignore of TargetMdl flags and always setting MDL_ALLOCATED_FIXED_SIZE and MDL_ALLOCATED_MUST_SUCCEED even if a caller did not want so. Thanks to Alex Ionescu.
...
svn path=/trunk/; revision=38361
2008-12-26 21:57:11 +00:00
Aleksey Bragin
65dc6d8f5c
- Fix broken behavior of IoBuildPartialMdl, which instead of copying 4 flags from a source mdl to a target one was always setting all of them, thus often making resultant mdl unusable.
...
svn path=/trunk/; revision=38360
2008-12-26 20:34:40 +00:00
Aleksey Bragin
d3a5bca37f
- Don't try to set remaining bits if there are none. Fixes memory
...
corruption.
Patch sent to Wine: http://www.winehq.org/pipermail/wine-patches/2008-December/066716.html
svn path=/trunk/; revision=38359
2008-12-26 20:21:52 +00:00
Aleksey Bragin
7738237964
- Leftover, fixes build.
...
svn path=/trunk/; revision=38357
2008-12-26 16:27:44 +00:00
Samuel Serapion
ffe3ffa1cf
Correct SYSTEM_PROCESS_INFORMATION
...
svn path=/branches/ros-amd64-bringup/; revision=38356
2008-12-26 16:18:50 +00:00
Michael Martin
97048a494b
- Add missing assignments to CallingProcess variable. Part 1 of ? fixes for bug 2286.
...
svn path=/trunk/; revision=38355
2008-12-26 15:24:54 +00:00
Dmitry Gorbachev
4d4d9e60fb
[FORMATTING] Fix indentation.
...
svn path=/trunk/; revision=38354
2008-12-26 13:50:35 +00:00
Aleksey Bragin
fd4de76baf
- Fix 38352, XMLLoadFile seems to need a separate instance of Path, so revert that optimisation and leave it only to NormalizeFilename.
...
svn path=/trunk/; revision=38353
2008-12-26 13:25:55 +00:00
Aleksey Bragin
03a011db89
- Add defaultPath global var and use it instead of creating Path objects all the time a filename is queried and/or xml file is read.
...
svn path=/trunk/; revision=38352
2008-12-26 11:03:16 +00:00
Michael Martin
c5c0af3081
- Revert r38346 as its incorrect fix. Real problem is implementation of inet_aton in compat.c. So back to address 255.255.255.255 failing.
...
svn path=/trunk/; revision=38351
2008-12-26 10:38:21 +00:00
Andrew Munger
389caf97fd
Remove the entries for green, as they are imcomplete. Use the provided inf to install green.
...
svn path=/trunk/; revision=38350
2008-12-26 09:43:28 +00:00
James Tabor
ea9bc8715d
- Patch by Andre Wisplinghoff: Text is auto-selected when mouse down is hovered outside window (notepad). See bug 953.
...
svn path=/trunk/; revision=38349
2008-12-26 00:42:13 +00:00
James Tabor
131b8b30ad
- Example of a thread overrun? HAX-Fixes wine cursoricon test.
...
svn path=/trunk/; revision=38348
2008-12-25 23:44:23 +00:00
Jeffrey Morlan
238bb2f73a
Allow the DIR command to be interrupted via Ctrl-C even while in the middle of a directory. (Bug 3967)
...
svn path=/trunk/; revision=38347
2008-12-25 23:12:54 +00:00
Michael Martin
10d052aa36
- ipv4addrs should search for decimals not spaces when calling strtok. See bug 3962 for more info.
...
svn path=/trunk/; revision=38346
2008-12-25 12:43:32 +00:00
Christoph von Wittich
82cffd5af5
fix some more typos
...
svn path=/trunk/; revision=38345
2008-12-25 12:27:47 +00:00
James Tabor
1d97cdc07b
- Fix typo.
...
svn path=/trunk/; revision=38344
2008-12-25 11:36:51 +00:00
James Tabor
af2f0d64d5
- Check for same intput desktop with GetCursorPos. Cleanup GetCursorInfo.
...
svn path=/trunk/; revision=38343
2008-12-25 11:29:53 +00:00
James Tabor
d120bf4591
- Use Cursor position from server information. I guess the logic is, one workstation per system with multiple desktops. So we would always have one cursor pointer, not one per desktop.
...
svn path=/trunk/; revision=38342
2008-12-25 00:35:02 +00:00
Timo Kreuzer
93f32e7657
Initial x64 SEH support for rsym64. Together with the x64 SEH macros, it (partly) creates the needed tables. It has also revealed that there is something broken with DW_CFA_advance_loc4.
...
svn path=/branches/ros-amd64-bringup/; revision=38341
2008-12-25 00:20:47 +00:00
KJK::Hyperion
e4fdb61e4c
This is why we can't have nice things. Fixes r38338 build regression
...
svn path=/trunk/; revision=38340
2008-12-24 23:31:09 +00:00
KJK::Hyperion
456b1c9e58
Now a single test suite with 89 tests, instead of 89 test suites with 1 test each
...
Added dummy implementations of sanity checks for compilers/architectures I didn't write them for yet. Long story short: now compiles and runs with Visual C++, both x86 and x64
Added copyright/license header
svn path=/trunk/; revision=38339
2008-12-24 23:22:04 +00:00
KJK::Hyperion
d785178de6
The macro fairy left a DECLSPEC_NOINLINE under my pillow
...
svn path=/trunk/; revision=38338
2008-12-24 23:18:55 +00:00
James Tabor
1de27563a1
- Someone needs to wine they are using the wrong ACP. They might not care since wine is not an OS but just a hacky add on.
...
svn path=/trunk/; revision=38337
2008-12-24 23:07:13 +00:00
James Tabor
e5b0a21e66
[sginsberg] fixed some warnings.
...
svn path=/trunk/; revision=38336
2008-12-24 22:58:21 +00:00
Samuel Serapion
eb32a3cd15
From MSDN "If you are retrieving a pointer or a handle, this function supersedes the GetWindowLong function. To write code that is compatible with both 32-bit and 64-bit versions of Windows, use Get/SetWindowLongPtr."
...
svn path=/branches/ros-amd64-bringup/; revision=38335
2008-12-24 22:05:17 +00:00
Samuel Serapion
e47dc393c2
Re-add telnet since it builds(or will build).
...
svn path=/branches/ros-amd64-bringup/; revision=38334
2008-12-24 22:01:45 +00:00
Timo Kreuzer
5c2787148f
#define _alloca() to __builtin_alloca(), that's the only way it will work properly on x64 anyway.
...
svn path=/branches/ros-amd64-bringup/; revision=38333
2008-12-24 20:55:01 +00:00