Eric Kohl [Sun, 22 May 2011 08:57:33 +0000 (08:57 +0000)]
[MSPORTS]
Determine serial port names COM1-4 and parallel port names LPT1-2 from their resources. Other serial and parallel are still named COMx and LPTx.
svn path=/trunk/; revision=51843
Amine Khaldi [Sat, 21 May 2011 17:44:39 +0000 (17:44 +0000)]
[CMAKE/IDL]
* Make sure to declare all the output files, so that the cleanup step could take care of them.
svn path=/trunk/; revision=51842
Olaf Siejka [Sat, 21 May 2011 16:24:21 +0000 (16:24 +0000)]
Converting POLISH localisation strings to UTF-8. Part 1/x -
- base/applications. pl-PL.rc conversion;
- add PRAGMA, required by MSVC to rsrc/modulename/resource.rc, instead of individual localisation files. Localisation files already converted to UTF-8 will be placed at the end, after PRAGMA.
Tested on rbuild/cmake/nmake
svn path=/trunk/; revision=51841
Amine Khaldi [Sat, 21 May 2011 15:27:24 +0000 (15:27 +0000)]
[FREELDR]
* Make KeBugCheckEx definition consistent with the declaration. Fixes an msvc error.
svn path=/trunk/; revision=51840
Amine Khaldi [Sat, 21 May 2011 12:39:48 +0000 (12:39 +0000)]
[CMAKE]
* Merge more msvc fixes from the cmake branch.
svn path=/trunk/; revision=51838
Amine Khaldi [Sat, 21 May 2011 12:30:26 +0000 (12:30 +0000)]
[CMAKE]
* Merge some msvc fixes from the cmake branch.
svn path=/trunk/; revision=51837
Amine Khaldi [Sat, 21 May 2011 09:38:52 +0000 (09:38 +0000)]
[CMAKE]
* Fix cmake build. Now both rbuild and cmaked based builds compile and boot to shell.
svn path=/trunk/; revision=51836
James Tabor [Sat, 21 May 2011 06:34:02 +0000 (06:34 +0000)]
[Win32k|User32]
- Move creation of the scrollbar Gray brush from user32 to win32k.
- Noticed a color and pattern (patchy white pattern) difference when using GreCreateBitmap and it did not work the same as the main function. Correcting this fixed the Gray brush. Someone from YAROTOWS needs to look into this.
svn path=/trunk/; revision=51835
James Tabor [Sat, 21 May 2011 00:35:53 +0000 (00:35 +0000)]
[Win32csr]
- Hack fix to allow Alt-Tab/Esc to be supported. More investigation is required, see bug 6198.
svn path=/trunk/; revision=51834
James Tabor [Sat, 21 May 2011 00:24:38 +0000 (00:24 +0000)]
[User32]
- When active or inactive set the appropriate action so the correct keyboard mode can be returned.
svn path=/trunk/; revision=51833
James Tabor [Sat, 21 May 2011 00:22:25 +0000 (00:22 +0000)]
[User32]
- Uses KF_Xxx flags instead of made up ones. Someone let wine know there are standard flags to use.
svn path=/trunk/; revision=51832
James Tabor [Sat, 21 May 2011 00:12:48 +0000 (00:12 +0000)]
[User32]
- Add Switch Class support. See bug 5378. Original patch by David Quintana. Alt-Tab works the same as windows, Alt-Esc needs more work.
svn path=/trunk/; revision=51831
Sylvain Petreolle [Fri, 20 May 2011 22:29:54 +0000 (22:29 +0000)]
Rehaul the bootcd tree.
All dlls and drivers are in their normal directories instead of having all in reactos\.
Original implementation by zefklop in cmake branch.
svn path=/trunk/; revision=51830
Sylvain Petreolle [Fri, 20 May 2011 21:31:47 +0000 (21:31 +0000)]
Fix dependency graph in yEd.
- ntdll target was not found when added in first.
- ntoskrnl has to be in the graph despite being an EXECUTABLE.
svn path=/trunk/; revision=51829
Sylvain Petreolle [Thu, 19 May 2011 21:55:57 +0000 (21:55 +0000)]
Add bootcdregtest target to cmake build.
svn path=/trunk/; revision=51824
Gregor Schneider [Thu, 19 May 2011 18:24:57 +0000 (18:24 +0000)]
[shell32/shell32_new] Improve German translation
svn path=/trunk/; revision=51823
Gregor Schneider [Thu, 19 May 2011 18:04:10 +0000 (18:04 +0000)]
[appwiz] Allow passing directories to the create new shortcut wizard
See issue #6169 for more details.
svn path=/trunk/; revision=51822
Eric Kohl [Thu, 19 May 2011 17:56:35 +0000 (17:56 +0000)]
[SETUPAPI]
Implement CM_Get_Class_Registry_PropertyW.
svn path=/trunk/; revision=51821
Ged Murphy [Thu, 19 May 2011 08:19:07 +0000 (08:19 +0000)]
Merge r51819
svn path=/trunk/; revision=51820
Gregor Schneider [Wed, 18 May 2011 22:08:44 +0000 (22:08 +0000)]
[shell32] One sizeof shall suffice
svn path=/trunk/; revision=51819
Eric Kohl [Wed, 18 May 2011 09:08:24 +0000 (09:08 +0000)]
[MSPORTS]
Remove reference to non-existing files and unused libraries.
svn path=/trunk/; revision=51818
Gregor Schneider [Tue, 17 May 2011 19:33:22 +0000 (19:33 +0000)]
[syssetup] Remove duplicate code, adjust message box text to fit the context
svn path=/trunk/; revision=51814
Eric Kohl [Tue, 17 May 2011 19:24:19 +0000 (19:24 +0000)]
[MSPORTS]
- Implement a simple class installer that assigns the friendly name "Serial Port (COMx)" to all serial ports.
- Enable the class installer in ports.inf.
- Add parallel port installer configuration to ports.inf (disabled).
svn path=/trunk/; revision=51813
Gregor Schneider [Tue, 17 May 2011 18:32:51 +0000 (18:32 +0000)]
[msconfig/freeldr]
- Load freeldr.ini first chance, boot.ini on second chance
- Make freeldr list box scrollable
- Fix some FIXME's
[msgconfig/system]
- Implement parsing and displaying system.ini contents
See issue #1986 for more details.
svn path=/trunk/; revision=51811
Eric Kohl [Tue, 17 May 2011 13:32:12 +0000 (13:32 +0000)]
[SETUPAPI]
Fix SetupDiCreateDevRegKeyW: When trying to open a devices driver key (DIREG_DRV) the function always created a new driver instance key. The fixed version checks for an existing driver value. If the driver value exists, it opens or creates the driver instance key. If the driver value does not exist, the function generates a new driver instance key and sets a new driver value for the device instance.
svn path=/trunk/; revision=51809
Eric Kohl [Tue, 17 May 2011 10:06:36 +0000 (10:06 +0000)]
[SETUPAPI]
- SetupDiCreateDeviceInfoW: Really create a new device instance instead and return its device info data instead of returning the device info data for an existing device.
- Implement SetupDiDeleteDeviceInfo.
svn path=/trunk/; revision=51807
Eric Kohl [Mon, 16 May 2011 23:37:19 +0000 (23:37 +0000)]
[CFGMGR32]
- Add forwarders for functions that have been implemented in setupapi.dll.
- Remove forwarders which are not exported by cfgmgr32.dll.
svn path=/trunk/; revision=51803
Eric Kohl [Mon, 16 May 2011 23:12:12 +0000 (23:12 +0000)]
[SETUPAPI]
- Add stubs CM_Get_Class_Registry_PropertyA/W.
- Move CMP_RegisterNotification, CMP_UnregisterNotification and CMP_WaitNoPendingInstallEvents.
- Remove stubs TPWriteProfileString and suErrorToIds because they are part of setupx.dll (16 bit DLL).
svn path=/trunk/; revision=51802
Sylvain Petreolle [Mon, 16 May 2011 21:26:08 +0000 (21:26 +0000)]
Add cmake configure script for unix.
svn path=/trunk/; revision=51801
Matthias Kupfer [Mon, 16 May 2011 19:13:15 +0000 (19:13 +0000)]
restart German translation - please don't delete existing work in future
svn path=/trunk/; revision=51800
Amine Khaldi [Mon, 16 May 2011 18:53:45 +0000 (18:53 +0000)]
[CMAKE]
* Add the missing temporary import libs.
svn path=/trunk/; revision=51799
Pierre Schweitzer [Mon, 16 May 2011 18:06:14 +0000 (18:06 +0000)]
[NTOSKRNL]
- Fix the fix for IopStoreSystemPartitionInformation(). The sizeof wasn't on an unicode string...
I blame the guy who first wrote that function!
Thanks to "rs" on IRC for having spotted the error.
svn path=/trunk/; revision=51797
Pierre Schweitzer [Mon, 16 May 2011 17:52:03 +0000 (17:52 +0000)]
[NTOSKRNL]
- Implemented IoSetSystemPartition(). This is required by MountMgr.
- Fixed buffer size in IopStoreSystemPartitionInformation(). No need to have a buffer twice bigger than maximum use.
svn path=/trunk/; revision=51796
Gregor Schneider [Mon, 16 May 2011 17:46:49 +0000 (17:46 +0000)]
[charmap] Carlo Bramini (carlo dot bramix at libero dot it):
- Fix font zoom when scrolling and changing fonts
- Optimize font zoom drawing
See issue #3500 for more details.
svn path=/trunk/; revision=51795
Gregor Schneider [Mon, 16 May 2011 17:29:27 +0000 (17:29 +0000)]
[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
See issue #6259 for more details.
svn path=/trunk/; revision=51793
Amine Khaldi [Mon, 16 May 2011 16:32:34 +0000 (16:32 +0000)]
[CMAKE]
* Fix the typo, fix the build.
svn path=/trunk/; revision=51792
Timo Kreuzer [Mon, 16 May 2011 16:11:31 +0000 (16:11 +0000)]
[CMAKE]
Fix build of rossym
svn path=/trunk/; revision=51791
Timo Kreuzer [Mon, 16 May 2011 15:47:44 +0000 (15:47 +0000)]
revert r51786
svn path=/trunk/; revision=51790
Timo Kreuzer [Mon, 16 May 2011 15:20:44 +0000 (15:20 +0000)]
2nd try to fix build
svn path=/trunk/; revision=51787
Timo Kreuzer [Mon, 16 May 2011 15:18:55 +0000 (15:18 +0000)]
try to fix build
svn path=/trunk/; revision=51786
Amine Khaldi [Mon, 16 May 2011 13:56:22 +0000 (13:56 +0000)]
* Fix rbuild build.
svn path=/trunk/; revision=51785
Amine Khaldi [Mon, 16 May 2011 13:29:58 +0000 (13:29 +0000)]
[CMAKE]
* Fix cmake build on trunk.
svn path=/trunk/; revision=51784
Timo Kreuzer [Mon, 16 May 2011 13:12:07 +0000 (13:12 +0000)]
[CMAKE]
Integrate cmake stuff into trunk
Only files added.
svn path=/trunk/; revision=51783
Timo Kreuzer [Mon, 16 May 2011 13:00:45 +0000 (13:00 +0000)]
[STLPORT]
Copy stlport headers from cmake branch
svn path=/trunk/; revision=51782
Timo Kreuzer [Mon, 16 May 2011 12:58:52 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 3/3
svn path=/trunk/; revision=51780
Timo Kreuzer [Mon, 16 May 2011 12:58:06 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 2/x
svn path=/trunk/; revision=51779
Timo Kreuzer [Mon, 16 May 2011 12:54:24 +0000 (12:54 +0000)]
[STLPORT]
Copy stlport from cmake branch 1/x
svn path=/trunk/; revision=51778
Matthias Kupfer [Mon, 16 May 2011 07:15:18 +0000 (07:15 +0000)]
fix line endings
svn path=/trunk/; revision=51776
Matthias Kupfer [Sun, 15 May 2011 22:34:20 +0000 (22:34 +0000)]
- some fixes in German country names
svn path=/trunk/; revision=51775
Matthias Kupfer [Sun, 15 May 2011 22:26:22 +0000 (22:26 +0000)]
- full English and German country list
- harcoded country names replaced by string identifiers
svn path=/trunk/; revision=51774
James Tabor [Sun, 15 May 2011 21:15:38 +0000 (21:15 +0000)]
[ApiTest]
- Add a test for stack corruption when in window procedure call out.
svn path=/trunk/; revision=51773
Matthias Kupfer [Sun, 15 May 2011 16:43:16 +0000 (16:43 +0000)]
- German translation fixes
svn path=/trunk/; revision=51769
Ged Murphy [Sun, 15 May 2011 15:55:49 +0000 (15:55 +0000)]
[SHELL32_NEW]
- Add the shell32 code which has been converted into C++ from the existing C code.
- This is a straight drop using the code Andrew sent to me, it's currently unchanged and untested
- All C++ conversion work to date was carried out by Andrew Hill <ash77 at reactos dot org>
svn path=/trunk/; revision=51768
Olaf Siejka [Sun, 15 May 2011 15:51:26 +0000 (15:51 +0000)]
[GLU32]
- Properly fix compiler warning, by initializing the integer array with zeros. Remove GNUC #ifdef, introduced in rev 42970. Patch by Markus (thechief at praise dash land dot de)
See issue #6179 for more details.
svn path=/trunk/; revision=51767
Ged Murphy [Sun, 15 May 2011 15:42:03 +0000 (15:42 +0000)]
Add the Windows version of SHIShellFolder_EnumObjects, but compile it out as per Wine's notes
Move the scope in the reg script
svn path=/trunk/; revision=51766
Ged Murphy [Sun, 15 May 2011 14:40:53 +0000 (14:40 +0000)]
[ATL]
- Add DECLARE_NO_REGISTRY
- Fix invalid pointer use and add an overloaded assignment operator in CComDynamicUnkArray
- Add UpdateWindow to the CWindow class
- Add missing error checks
Changes by Andrew Hill <ash77 at reactos dot org>
svn path=/trunk/; revision=51763
Rafal Harabien [Sun, 15 May 2011 14:18:13 +0000 (14:18 +0000)]
[RAPPS]
- Fix Swedish translation
svn path=/trunk/; revision=51762
Matthias Kupfer [Sun, 15 May 2011 14:00:08 +0000 (14:00 +0000)]
- make "Network connection" translatable
- fixes spacer for centered progressbar in minitui
svn path=/trunk/; revision=51761
Jérôme Gardou [Sun, 15 May 2011 12:38:35 +0000 (12:38 +0000)]
Revert something that shouldn't have been committed in 51757
svn path=/trunk/; revision=51758
Jérôme Gardou [Sun, 15 May 2011 12:20:44 +0000 (12:20 +0000)]
[RTL/HEAP]
Commit some stuff reviewed by aleksey long ago
- get rid of LastEntryInSegment in HEAP_SEGMENT struct
- Simplify code for page commit
- Simplify code for splitting entries
svn path=/trunk/; revision=51757
Jérôme Gardou [Sat, 14 May 2011 20:55:36 +0000 (20:55 +0000)]
[CMAKE/ROSTESTS]
Addendum to 51749
svn path=/trunk/; revision=51750
Timo Kreuzer [Sat, 14 May 2011 19:29:42 +0000 (19:29 +0000)]
[NTOSKRNL]
Patch by Paolo Bonzini <bonzini [at] gnu [dot] org>
Fix implementation of ExInterlockedAddLargeStatistic
The old version wasn't really atomic.
See issue #6223 for more details.
svn path=/trunk/; revision=51748
Timo Kreuzer [Sat, 14 May 2011 19:12:09 +0000 (19:12 +0000)]
[CRT]
- Implement __chkstk_ms for x86 and amd64
- amd64 code is based on code by Kai Tietz and Richard Henderson
- x86 code is based on old __chkstk implementation and code by Kai Tietz and Richard Henderson
- Function is required by newer gcc versions
svn path=/trunk/; revision=51747
Matthias Kupfer [Sat, 14 May 2011 18:32:59 +0000 (18:32 +0000)]
bring back progress bar for loading files
svn path=/trunk/; revision=51742
Rafal Harabien [Sat, 14 May 2011 16:01:54 +0000 (16:01 +0000)]
- Fix build
svn path=/trunk/; revision=51738
Rafal Harabien [Sat, 14 May 2011 15:52:49 +0000 (15:52 +0000)]
[UNIATA]
- Sync to 0.41b2
- Fixed bug with unnecessary call to AtapiEnableInterrupts() inside AtapiSendCommand() when DRQ is never asserted
- Added registry option AtapiSendDisableIntr to manage ATAPI command sending behavior. AFAIU, under VirtualBox it is unnecessary to disable interrupts around sending ATAPI commands.
- Implemented registry options for BUSY and DRQ timing adjustments.
- Added VirtualBox tuning option - VirtualBox value in registry. Sets timings and ATAPI (CD/DVD) related options to the most compatible values.
- Fixed bug with UDMA2 support on Intel ICH1/2/3/4/5 chips.
- Made some experimental changes in automatic slow-down algorithm. This code is rather old, but was not tested properly.
- Fixed bug with accessing SATA registers on Intel chips
- Many other fixes
svn path=/trunk/; revision=51736
Timo Kreuzer [Sat, 14 May 2011 14:24:39 +0000 (14:24 +0000)]
[NETEVENT]
Forgot this change
svn path=/trunk/; revision=51735
Timo Kreuzer [Sat, 14 May 2011 14:16:42 +0000 (14:16 +0000)]
[NETEVENT]
Rename netevent.mc to neteventmsg.mc
svn path=/trunk/; revision=51734
Jérôme Gardou [Sat, 14 May 2011 14:03:44 +0000 (14:03 +0000)]
[ROSTESTS/CMAKE]
- addendum to 51731
svn path=/trunk/; revision=51733
Timo Kreuzer [Sat, 14 May 2011 13:43:58 +0000 (13:43 +0000)]
[DWMAPI]
add names to dwmapi.spec stubs
svn path=/trunk/; revision=51730
Timo Kreuzer [Sat, 14 May 2011 12:57:52 +0000 (12:57 +0000)]
[SHELL32]
Owen Rudge <orudge at codeweavers dot com>:
Implement SHGetImageList
http://source.winehq.org/git/wine.git/commitdiff/
9db87f13d3f0f9e07accc9b5e12dccd202b88156
Fixes explorer++ main window
patch provided by igorko
svn path=/trunk/; revision=51729
Timo Kreuzer [Sat, 14 May 2011 12:28:40 +0000 (12:28 +0000)]
[AVIFIL32]
Merge resources back into 1 file
svn path=/trunk/; revision=51728
Timo Kreuzer [Sat, 14 May 2011 11:44:45 +0000 (11:44 +0000)]
[PSDK]
- stireg.h, wsipv6ok.h: Add missing newline
- hlguids.h, shlguid.h: add missing guids for MSVC
- winbase.h: add some missing WINBASEAPI modifiers
- winnt.h: create more portable definitions of GetCurrentFiber, move BitScanForward and BitScanReverse defintions out of __GNUC__ block
svn path=/trunk/; revision=51727
Timo Kreuzer [Sat, 14 May 2011 11:15:51 +0000 (11:15 +0000)]
[LIBXML2]
Fix compilation with MSVC
svn path=/trunk/; revision=51726
Timo Kreuzer [Sat, 14 May 2011 11:12:19 +0000 (11:12 +0000)]
[NOTEPAD]
enable Japanese resource file
svn path=/trunk/; revision=51725
Timo Kreuzer [Sat, 14 May 2011 10:59:35 +0000 (10:59 +0000)]
[COMCTL32]
Fix compilation with MSVC
svn path=/trunk/; revision=51724
Timo Kreuzer [Sat, 14 May 2011 09:32:07 +0000 (09:32 +0000)]
[USER32]
Convert all resources to utf-8
svn path=/trunk/; revision=51723
Timo Kreuzer [Sat, 14 May 2011 08:50:11 +0000 (08:50 +0000)]
[NTOSKRNL]
Fix pathes of resources
svn path=/trunk/; revision=51722
Timo Kreuzer [Sat, 14 May 2011 08:33:30 +0000 (08:33 +0000)]
[NTOSKRNL]
Merge r51181 from cmake branch:
Move macro definition out of macro instantiation.
Fixes compilation with MSVC
svn path=/trunk/; revision=51721
Timo Kreuzer [Sat, 14 May 2011 08:29:48 +0000 (08:29 +0000)]
[MKHIVE]
Merge msvc fixes from cmake branch
svn path=/trunk/; revision=51720
Rafal Harabien [Fri, 13 May 2011 22:43:04 +0000 (22:43 +0000)]
[RAPPS]
- Merge rapps changes from CMake branch
svn path=/trunk/; revision=51719
Eric Kohl [Fri, 13 May 2011 21:09:56 +0000 (21:09 +0000)]
[DEVMGMT]
- Set the focus for the treeview when the main window gets the focus.
- Select the root item after the devices tree has been built.
These changes enable the user to navigate the device tree using the keyboard.
svn path=/trunk/; revision=51715
Timo Kreuzer [Fri, 13 May 2011 20:43:21 +0000 (20:43 +0000)]
revert part of r51708
svn path=/trunk/; revision=51714
Timo Kreuzer [Fri, 13 May 2011 20:21:58 +0000 (20:21 +0000)]
[CRT]
Merge r51273 from cmake branch:
The crt library must provide a and w version of the functions and not rely to _UNICODE being set or not
svn path=/trunk/; revision=51713
Gabriel Ilardi [Fri, 13 May 2011 20:21:27 +0000 (20:21 +0000)]
[msi]
- Add post 51711 msi_ros.diff
svn path=/trunk/; revision=51712
Timo Kreuzer [Fri, 13 May 2011 20:12:28 +0000 (20:12 +0000)]
[MSI]
Merge r50719 from cmake branch:
- Fix reource files (strings must be in one line)
svn path=/trunk/; revision=51711
Timo Kreuzer [Fri, 13 May 2011 20:01:51 +0000 (20:01 +0000)]
Remove svn:mergeinfo property
svn path=/trunk/; revision=51709
Timo Kreuzer [Fri, 13 May 2011 19:51:09 +0000 (19:51 +0000)]
[FREELDR/HAL/NTOSKRNL]
Merge asm changes from cmake branch. No code change, only MSVC compatibility fixes
svn path=/trunk/; revision=51708
Timo Kreuzer [Fri, 13 May 2011 19:37:49 +0000 (19:37 +0000)]
[CRT]
Merge r50693 from cmake banch:
_CxxThrowException is stdcall, not cdecl.
svn path=/trunk/; revision=51707
Timo Kreuzer [Fri, 13 May 2011 19:19:05 +0000 (19:19 +0000)]
[GENINC]
Merge geninc tool from cmake branch
svn path=/trunk/; revision=51706
Timo Kreuzer [Fri, 13 May 2011 19:13:53 +0000 (19:13 +0000)]
[WIDL]
Update widl_ros.diff
The change was done in r49282 in cmake branch and mysteriously made it into trunk in r50063, which is a wine sync, but wine doesn't have that code.
svn path=/trunk/; revision=51704
Amine Khaldi [Fri, 13 May 2011 17:16:08 +0000 (17:16 +0000)]
* Reduce difference to the cmake branch, MSVC fixes.
svn path=/trunk/; revision=51702
Amine Khaldi [Fri, 13 May 2011 16:29:09 +0000 (16:29 +0000)]
* Reduce difference to the cmake branch.
svn path=/trunk/; revision=51701
Eric Kohl [Fri, 13 May 2011 15:56:50 +0000 (15:56 +0000)]
[UMPNPMGR]
Implement parts of PNP_CreateDevInst.
svn path=/trunk/; revision=51700
Giannis Adamopoulos [Fri, 13 May 2011 15:36:25 +0000 (15:36 +0000)]
[win32k]
- Return the correct menu bar rect in GetMenuBarInfo
svn path=/trunk/; revision=51699
Gabriel Ilardi [Fri, 13 May 2011 15:16:49 +0000 (15:16 +0000)]
[kbdit]
- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.
svn path=/trunk/; revision=51698
Eric Kohl [Fri, 13 May 2011 15:15:40 +0000 (15:15 +0000)]
[SETUPAPI]
CM_Create_DevNode_ExW: Copy the device id string into a local buffer before passing it to PNP_CreateDevInst because its 2nd argument is an 'in out' string. Using a writable string buffer prevents exceptions in case the device id passed to CM_Create_DevNode_ExW is a string constant.
svn path=/trunk/; revision=51697
Giannis Adamopoulos [Fri, 13 May 2011 14:47:36 +0000 (14:47 +0000)]
[win32k]
- Fix braindead logic that caused GetMenuItemRect to fail in every case
svn path=/trunk/; revision=51696
Gabriel Ilardi [Fri, 13 May 2011 13:25:44 +0000 (13:25 +0000)]
[input]
- Fix an Italian typo spotted by r3ddr4g0n
svn path=/trunk/; revision=51692
Giannis Adamopoulos [Fri, 13 May 2011 08:34:24 +0000 (08:34 +0000)]
[win32k]
- Dereference the SMWP object before deleting it. Fixes handle leak
svn path=/trunk/; revision=51690