Jérôme Gardou [Sun, 22 Dec 2013 16:58:58 +0000 (16:58 +0000)]
[CMIDRIVER]
- Do not use the WAVERT interface, it's a win vista+ thing
svn path=/trunk/; revision=61334
Amine Khaldi [Sun, 22 Dec 2013 16:51:58 +0000 (16:51 +0000)]
[STRMBASE]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61333
Jérôme Gardou [Sun, 22 Dec 2013 15:42:47 +0000 (15:42 +0000)]
[NTOSKRNL]
- Stop being shy and claim having WDM 1.30, like windows 2003 does
svn path=/trunk/; revision=61332
Jérôme Gardou [Sun, 22 Dec 2013 15:26:17 +0000 (15:26 +0000)]
[CMIPCI]
- Use correct calling convention for some callbacks
- Actually use DriverEntry as entry point
CORE-7094 CORE-7668 #Comment Please retest after r61331
svn path=/trunk/; revision=61331
Amine Khaldi [Sat, 21 Dec 2013 19:15:13 +0000 (19:15 +0000)]
[USBHUB]
* Do not include debug.h into the main header.
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61330
Amine Khaldi [Sat, 21 Dec 2013 19:11:16 +0000 (19:11 +0000)]
[WINED3D]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61329
Amine Khaldi [Sat, 21 Dec 2013 18:59:44 +0000 (18:59 +0000)]
[DMUSIC]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61328
Amine Khaldi [Sat, 21 Dec 2013 18:21:51 +0000 (18:21 +0000)]
[DEVENUM]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Extract the resource IDs into resource.h and include it in both the main header and the resource file.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61327
Amine Khaldi [Sat, 21 Dec 2013 17:31:51 +0000 (17:31 +0000)]
[DDRAW]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61326
Amine Khaldi [Sat, 21 Dec 2013 16:50:22 +0000 (16:50 +0000)]
[D3DX9_36]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61325
Amine Khaldi [Sat, 21 Dec 2013 16:44:34 +0000 (16:44 +0000)]
[D3DCOMPILER_43]
* Move some inclusions to the main header.
* Remove inclusions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61324
Amine Khaldi [Sat, 21 Dec 2013 15:33:19 +0000 (15:33 +0000)]
[D3D9]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61323
Amine Khaldi [Sat, 21 Dec 2013 15:04:43 +0000 (15:04 +0000)]
[D3D8]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove useless inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61322
Amine Khaldi [Sat, 21 Dec 2013 14:59:21 +0000 (14:59 +0000)]
[USBEHCI]
* Do not include debug.h into the main header.
CORE-7716
svn path=/trunk/; revision=61321
Amine Khaldi [Sat, 21 Dec 2013 14:19:14 +0000 (14:19 +0000)]
[USBEHCI]
* Move hardware.h inclusion to the main header.
* Define INITGUID in the main header.
CORE-7716
svn path=/trunk/; revision=61320
Amine Khaldi [Sat, 21 Dec 2013 14:15:30 +0000 (14:15 +0000)]
[EXPLORER]
* Add resource.h inclusion to the main header.
* Remove some unneeded inclusions.
CORE-7716
svn path=/trunk/; revision=61319
Amine Khaldi [Sat, 21 Dec 2013 14:07:54 +0000 (14:07 +0000)]
[LIBTIFF]
* Introduce a main header.
* Remove some unneeded inclusions.
CORE-7716
svn path=/trunk/; revision=61318
Amine Khaldi [Sat, 21 Dec 2013 13:53:05 +0000 (13:53 +0000)]
[CMAKE]
* Support only debug and release configuration types (in the VS solutions).
svn path=/trunk/; revision=61317
Amine Khaldi [Sat, 21 Dec 2013 13:47:09 +0000 (13:47 +0000)]
[DXDIAG]
* Remove some commented out inclusions.
svn path=/trunk/; revision=61316
Amine Khaldi [Sat, 21 Dec 2013 13:45:16 +0000 (13:45 +0000)]
[EVENTLOG]
* Do not include debug.h into the main header.
CORE-7716
svn path=/trunk/; revision=61315
Amine Khaldi [Sat, 21 Dec 2013 13:29:23 +0000 (13:29 +0000)]
[SNDREC32]
* Attempt to fix a.. crime against style.
svn path=/trunk/; revision=61314
Amine Khaldi [Sat, 21 Dec 2013 13:23:51 +0000 (13:23 +0000)]
[LSASRV]
* Fix build. Eric, please inspect.
svn path=/trunk/; revision=61313
Eric Kohl [Sat, 21 Dec 2013 11:35:14 +0000 (11:35 +0000)]
[ADVAPI32]
LsapCopyLocalGroups: Determine the size of each client SID and copy it into the local adress space.
svn path=/trunk/; revision=61312
Giannis Adamopoulos [Sat, 21 Dec 2013 10:44:10 +0000 (10:44 +0000)]
[user32_apitest]
- Arch, don't allow the mouse to create unexpected messages because this will surely cause failures. Also if you move the mouse during the test you will also get these failures
svn path=/trunk/; revision=61311
Amine Khaldi [Thu, 19 Dec 2013 23:20:27 +0000 (23:20 +0000)]
[USETUP]
* Turkish translation update by Erdem Ersoy.
CORE-7408
svn path=/trunk/; revision=61308
Amine Khaldi [Thu, 19 Dec 2013 23:18:30 +0000 (23:18 +0000)]
[TRANSLATIONS]
* Turkish translation update by Erdem Ersoy.
CORE-7408
svn path=/trunk/; revision=61307
Amine Khaldi [Thu, 19 Dec 2013 22:49:16 +0000 (22:49 +0000)]
[FREELDR]
* Include the proper header instead of incompatibly redefining a type.
svn path=/trunk/; revision=61306
Amine Khaldi [Thu, 19 Dec 2013 22:45:32 +0000 (22:45 +0000)]
[SYSAUDIO]
* Do not include debug.h into the main header.
svn path=/trunk/; revision=61305
Amine Khaldi [Thu, 19 Dec 2013 22:39:27 +0000 (22:39 +0000)]
[WDMAUD]
* Do not include debug.h into the main header.
svn path=/trunk/; revision=61304
Thomas Faber [Thu, 19 Dec 2013 21:39:09 +0000 (21:39 +0000)]
[KERNEL32_TEST]
- Move ROS-only tests into apitest
svn path=/trunk/; revision=61303
Thomas Faber [Thu, 19 Dec 2013 21:30:10 +0000 (21:30 +0000)]
[WINETESTS]
- Do not suppress nonexistent warnings
svn path=/trunk/; revision=61302
Thomas Faber [Thu, 19 Dec 2013 20:29:17 +0000 (20:29 +0000)]
[SHIMGVW]
- Add Save button functionality. Patch by Ricardo Hanke.
CORE-7702
svn path=/trunk/; revision=61301
Amine Khaldi [Thu, 19 Dec 2013 19:49:20 +0000 (19:49 +0000)]
[EXPLORER]
* Add Albanian translation. By Ardit Dani.
CORE-7713 #resolve #comment Committed in r61300. Thanks !
svn path=/trunk/; revision=61300
Thomas Faber [Thu, 19 Dec 2013 19:42:33 +0000 (19:42 +0000)]
[DLLS]
- Warnings are not okay
[SHELL32]
- Comment out unused variables in WIP code
svn path=/trunk/; revision=61299
Amine Khaldi [Thu, 19 Dec 2013 19:17:38 +0000 (19:17 +0000)]
[EXPLORER]
* Remove unneeded header inclusion.
svn path=/trunk/; revision=61298
Amine Khaldi [Thu, 19 Dec 2013 19:11:37 +0000 (19:11 +0000)]
[APPLICATIONS]
* Add Albanian translation for notepad, taskkill and wmic. By Ardit Dani.
CORE-7712 #resolve #comment Committed in r61297. Thanks !
svn path=/trunk/; revision=61297
Jérôme Gardou [Thu, 19 Dec 2013 18:52:57 +0000 (18:52 +0000)]
[SHELL32]
- Fix a GCC warning.
svn path=/trunk/; revision=61296
Amine Khaldi [Thu, 19 Dec 2013 16:20:28 +0000 (16:20 +0000)]
[FASTFAT]
* Do not include debug.h into the main header.
svn path=/trunk/; revision=61295
Amine Khaldi [Thu, 19 Dec 2013 12:51:32 +0000 (12:51 +0000)]
[SHELL32]
* Initial go at the Drag & Drop support. Work is still ongoing here. Brought to you by Huw Campbell.
CORE-3760
svn path=/trunk/; revision=61294
Amine Khaldi [Thu, 19 Dec 2013 11:44:30 +0000 (11:44 +0000)]
[SHELL32]
* Make the Recycle Bin icon reflect whether the bin is empty or not. Brought to you by Huw Campbell.
CORE-3712 #resolve #comment Committed in r61293. Cheers ;)
svn path=/trunk/; revision=61293
James Tabor [Thu, 19 Dec 2013 03:35:27 +0000 (03:35 +0000)]
[User32]
- Fixes TC 8 and GetWindowText issues. See CORE-7447 and CORE-7695.
svn path=/trunk/; revision=61292
Eric Kohl [Wed, 18 Dec 2013 22:27:11 +0000 (22:27 +0000)]
[ADVAPI32]
ConvertStringSidToSidW: Fix a wrong entry in the SID table.
svn path=/trunk/; revision=61291
Eric Kohl [Tue, 17 Dec 2013 21:01:18 +0000 (21:01 +0000)]
[ADVAPI32]
Do not deregister the logon process after logon. Close the port when the DLL is unloaded.
svn path=/trunk/; revision=61285
Eric Kohl [Tue, 17 Dec 2013 20:56:52 +0000 (20:56 +0000)]
[LSASRV]
LsapLogonUser: Copy the local groups SID array from the clients adress space the servers adress space.
svn path=/trunk/; revision=61284
Eric Kohl [Mon, 16 Dec 2013 14:03:46 +0000 (14:03 +0000)]
[ADVAPI32]
- Remove the old logon code. It is not needed any longer.
- LogonUserW: Pass two SIDs (LogonSid and LocalSid) to LsaLogonUser.
- LogonUserW: Use a better token source name.
svn path=/trunk/; revision=61281
Thomas Faber [Sun, 15 Dec 2013 22:01:53 +0000 (22:01 +0000)]
[SPEC2DEF]
- Fix the order of NONAME/PRIVATE/DATA in def file output
svn path=/trunk/; revision=61280
Thomas Faber [Sun, 15 Dec 2013 19:46:09 +0000 (19:46 +0000)]
[MPLAY32]
- Correctly set the trackbar range for long files. Patch by Ricardo Hanke (foreverwinter at hotmail dot de)
CORE-7631 #resolve #comment Thanks! Committed in r61279
svn path=/trunk/; revision=61279
Eric Kohl [Sat, 14 Dec 2013 20:27:45 +0000 (20:27 +0000)]
[NETCFGX]
Formatting. No code changes!
svn path=/trunk/; revision=61273
Eric Kohl [Sat, 14 Dec 2013 18:19:30 +0000 (18:19 +0000)]
[NETSHELL]
CORE-4949
Fix the network adapter name retrieval code. Adapter names should be visible again. Retest please.
svn path=/trunk/; revision=61272
Jérôme Gardou [Sat, 14 Dec 2013 16:10:59 +0000 (16:10 +0000)]
[BROWSEUI]
- Actually return the operation result.
svn path=/trunk/; revision=61271
Eric Kohl [Sat, 14 Dec 2013 15:58:35 +0000 (15:58 +0000)]
[DEVMGR]
CORE-6350
Hack: Call the "Install hardware" wizard when the user clicks the "update driver" button.
svn path=/trunk/; revision=61270
Dmitry Gorbachev [Fri, 13 Dec 2013 17:50:57 +0000 (17:50 +0000)]
[CMAKE]
Use -ffat-lto-objects option for LTCG builds. GCC 4.9 now defaults
to slim LTO, which (owing to linker bug #13557) fails with undefined
reference errors.
[LWIP]
Compile with -fno-builtin-malloc -fno-builtin-free. GCC bug #56578.
svn path=/trunk/; revision=61266
Dmitry Gorbachev [Fri, 13 Dec 2013 17:50:49 +0000 (17:50 +0000)]
[CMAKE][INCLUDE]
- In DPRINT1(), ASSERT(), etc. - print relative (to REACTOS_SOURCE_DIR)
paths to reduce debug log spam.
- Unify GCC and MSVC versions of _WARN() macro.
svn path=/trunk/; revision=61265
Dmitry Gorbachev [Thu, 12 Dec 2013 16:52:49 +0000 (16:52 +0000)]
Update FreeLdr linker script file. Remove unused files.
svn path=/trunk/; revision=61262
Eric Kohl [Thu, 12 Dec 2013 13:51:50 +0000 (13:51 +0000)]
[FASTFAT]
Fix coding style and indentation in remaining files. No code changes!
svn path=/trunk/; revision=61261
Eric Kohl [Wed, 11 Dec 2013 11:42:44 +0000 (11:42 +0000)]
[FASTFAT]
Fail, if we try to overwrite an eixting read-only file.
svn path=/trunk/; revision=61260
Eric Kohl [Tue, 10 Dec 2013 18:48:55 +0000 (18:48 +0000)]
[FASTFAT]
Set the archive attribute for opened non-directory files in overwrite or supersede mode.
svn path=/trunk/; revision=61259
Eric Kohl [Tue, 10 Dec 2013 09:53:21 +0000 (09:53 +0000)]
[FASTFAT]
Set the archive attribute for new non-directory files.
svn path=/trunk/; revision=61258
Daniel Reimer [Mon, 9 Dec 2013 21:31:07 +0000 (21:31 +0000)]
[RAPPS]
- Update existant entries
CORE-7504 #resolve #comment Committed in r61255. Thanks!
CORE-7497 #resolve #comment Committed in r61255. Thanks!
CORE-7493 #resolve #comment Bochs is now loaded directly from sf.net mirror... Committed in r61255. Thanks!
CORE-7490 #resolve #comment Committed in r61255. Thanks!
svn path=/trunk/; revision=61255
Eric Kohl [Mon, 9 Dec 2013 18:48:13 +0000 (18:48 +0000)]
[FASTFAT]
Fix coding style and indentation in remaining files. No code changes!
svn path=/trunk/; revision=61254
Eric Kohl [Mon, 9 Dec 2013 12:55:23 +0000 (12:55 +0000)]
[FASTFAT]
VfatSetInformation:
- Rename the variable RC to Status.
- Get rid of variable CanWait.
svn path=/trunk/; revision=61253
Eric Kohl [Mon, 9 Dec 2013 10:35:15 +0000 (10:35 +0000)]
[FASTFAT]
Fix coding style and indentation. No code changes!
svn path=/trunk/; revision=61252
James Tabor [Mon, 9 Dec 2013 01:55:48 +0000 (01:55 +0000)]
[Win32SS]
- Improvements to the message system. Fix hook write backs. Reduced memory when calling back from server side. Disabled post or send, leaving it in place just for a while, to test. See CORE-7447.
svn path=/trunk/; revision=61251
James Tabor [Sun, 8 Dec 2013 22:44:02 +0000 (22:44 +0000)]
[Win32k]
- Fix timer for CORE-4701. Test application now works.
svn path=/trunk/; revision=61250
Sylvain Petreolle [Sun, 8 Dec 2013 18:27:56 +0000 (18:27 +0000)]
[TRANSLATIONS]
Add Spider Solitaire description to shortcuts.inf.
CORE-7247 #resolve
svn path=/trunk/; revision=61249
Sylvain Petreolle [Sun, 8 Dec 2013 17:50:02 +0000 (17:50 +0000)]
[APPWIZ]
Fix Gecko installer download.
CORE-7687 #resolve
svn path=/trunk/; revision=61248
Eric Kohl [Sun, 8 Dec 2013 14:31:40 +0000 (14:31 +0000)]
[WINLOGON]
Fix coding style and indentation. No code changes!
svn path=/trunk/; revision=61247
Amine Khaldi [Sun, 8 Dec 2013 11:16:53 +0000 (11:16 +0000)]
[PSDK]
* Fix a FIXME.
* Add missing wincrypt.h inclusion.
svn path=/trunk/; revision=61245
James Tabor [Sun, 8 Dec 2013 00:40:54 +0000 (00:40 +0000)]
[Win32k]
- Restore code from revision 48982 by Giannis Adamopoulos. See CORE-6554.
- Port sync wine winpos code. Fixes all the wine win:test_children/popup_zorder tests except "move hwnd_F and its popups down" that is if'ed out. Side effect, ReactOS regressed from 29 to 48 failures for the DeferWindowPos API test. That is not bad compared to wine ran 347 tests and 52 failures, ReactOS ran 385 tests.
- Keeping code if'ed out for now and added a flag to set most bottom window.
svn path=/trunk/; revision=61244
Amine Khaldi [Sat, 7 Dec 2013 20:26:32 +0000 (20:26 +0000)]
[WS2_32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61243
James Tabor [Sat, 7 Dec 2013 01:37:47 +0000 (01:37 +0000)]
[RosApps]
- Add cat, ps and winefile for testing. Building winefile (cmake hacked please check it) is syned up with wine head (winefile.c/h only).
svn path=/trunk/; revision=61241
Amine Khaldi [Fri, 6 Dec 2013 23:30:49 +0000 (23:30 +0000)]
[RPCRT4_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61238
Amine Khaldi [Fri, 6 Dec 2013 23:26:11 +0000 (23:26 +0000)]
[RPCRT4]
* Sync with Wine 1.7.1.
[PSDK]
* Update rpcdce.h, rpcdcep.h and rpcndr.h.
CORE-7469
svn path=/trunk/; revision=61237
Amine Khaldi [Fri, 6 Dec 2013 15:38:38 +0000 (15:38 +0000)]
[ADVAPI32/CRED]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61236
Amine Khaldi [Fri, 6 Dec 2013 15:21:08 +0000 (15:21 +0000)]
[TRANSLATIONS]
* Add Albanian translations to all the base/system folder. Brought to you by Ardit Dani.
CORE-7675 #resolve #comment Committed in r61235. Thanks !
svn path=/trunk/; revision=61235
Amine Khaldi [Fri, 6 Dec 2013 15:04:04 +0000 (15:04 +0000)]
[ADVAPI32/CRYPT]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61234
Amine Khaldi [Fri, 6 Dec 2013 15:00:40 +0000 (15:00 +0000)]
[CMD][EXPLORER_NEW]
* Add Albanian translation. By Ardit Dani.
CORE-7674
svn path=/trunk/; revision=61233
Amine Khaldi [Fri, 6 Dec 2013 10:26:52 +0000 (10:26 +0000)]
[README.WINE]
* uuid is our own lib and it's not synced with Wine.
CORE-7469
svn path=/trunk/; revision=61232
Amine Khaldi [Fri, 6 Dec 2013 10:20:01 +0000 (10:20 +0000)]
[ACTIVEDS]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61231
Amine Khaldi [Thu, 5 Dec 2013 16:40:32 +0000 (16:40 +0000)]
[TRANSLATIONS]
* Add Albanian translation for reactos, usetup, vmwinst and welcome. By Ardit Dani.
CORE-7673 #resolve #comment Committed in r61228. Thanks !
svn path=/trunk/; revision=61228
Hermès Bélusca-Maïto [Thu, 5 Dec 2013 02:19:57 +0000 (02:19 +0000)]
[ROSAPPS]
Remove the legacy directory.rbuild file.
[VGAFONTEDIT]
- Add necessary headers definitions for CPI font files.
- Add some (unused for now) PSFv1 definitions.
- Add a (unused for now) VGAFONT structure that defines whether the font is stored as RAW, CPI or PSF.
svn path=/trunk/; revision=61227
Hermès Bélusca-Maïto [Thu, 5 Dec 2013 01:00:49 +0000 (01:00 +0000)]
[VGAFONTEDIT]
- Convert resource file in the Amine way ;)
- Remove legacy .rbuild file.
- Just start to introduce cpi.h header for future support of CPI font files.
- Split up precompiled header into raw, psf and cpi headers for each supported font format.
svn path=/trunk/; revision=61226
Amine Khaldi [Wed, 4 Dec 2013 20:44:14 +0000 (20:44 +0000)]
[WBEMDISP]
* Import from Wine 1.7.1.
[PSDK]
* Import wbemdisp.idl from Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61225
Amine Khaldi [Wed, 4 Dec 2013 19:50:17 +0000 (19:50 +0000)]
[SHDOCLC]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61224
Amine Khaldi [Wed, 4 Dec 2013 18:15:07 +0000 (18:15 +0000)]
* Right...
svn path=/trunk/; revision=61223
Amine Khaldi [Wed, 4 Dec 2013 18:11:32 +0000 (18:11 +0000)]
[TRANSLATIONS]
* Add Albanian translation to almost all the applications folder. Brought to you by Ardit Dani.
CORE-7672 #resolve #comment Committed in r61222. Thanks !
svn path=/trunk/; revision=61222
Amine Khaldi [Wed, 4 Dec 2013 16:19:51 +0000 (16:19 +0000)]
[IEXPLORE]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61221
Amine Khaldi [Wed, 4 Dec 2013 16:18:44 +0000 (16:18 +0000)]
[EXTRAC32]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61220
Amine Khaldi [Wed, 4 Dec 2013 16:17:23 +0000 (16:17 +0000)]
[XCOPY]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61219
Amine Khaldi [Wed, 4 Dec 2013 16:16:01 +0000 (16:16 +0000)]
[REG]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61218
Amine Khaldi [Wed, 4 Dec 2013 16:13:32 +0000 (16:13 +0000)]
[ODBC32]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61217
Amine Khaldi [Wed, 4 Dec 2013 16:11:26 +0000 (16:11 +0000)]
[README.WINE]
* Update the status of expand, msiexec and taskkill.
CORE-7469
svn path=/trunk/; revision=61216
Daniel Reimer [Wed, 4 Dec 2013 00:02:47 +0000 (00:02 +0000)]
[WIN32]
Update all German RC files of non Wine DLLs except the missing one in BROWSEUI.
svn path=/trunk/; revision=61213
Hermès Bélusca-Maïto [Tue, 3 Dec 2013 23:57:16 +0000 (23:57 +0000)]
[KERNEL32]: Fix QueryPerformanceFrequency: it's when NtQueryPerformanceCounter returns a frequency of zero, that HW perf counters are not implemented.
svn path=/trunk/; revision=61212
Daniel Reimer [Tue, 3 Dec 2013 21:21:19 +0000 (21:21 +0000)]
[ACLUI]
Fix completely b0rked dialog layouts in the one and only dialog in this dll. 12 languages were fixed and the german translation updated.
svn path=/trunk/; revision=61209
Amine Khaldi [Tue, 3 Dec 2013 11:27:55 +0000 (11:27 +0000)]
[TWAIN_32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61208
Amine Khaldi [Tue, 3 Dec 2013 11:27:32 +0000 (11:27 +0000)]
[TWAIN_32]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61207
Amine Khaldi [Tue, 3 Dec 2013 10:33:02 +0000 (10:33 +0000)]
[INETCPL]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61206
Amine Khaldi [Mon, 2 Dec 2013 22:45:51 +0000 (22:45 +0000)]
[VERSION_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61202
Amine Khaldi [Mon, 2 Dec 2013 22:45:16 +0000 (22:45 +0000)]
[VERSION]
* Sync with Wine 1.7.1.
CORE-7469
svn path=/trunk/; revision=61201