reactos.git
13 years agoBug 5501: [PATCH] Adding Wing32 support by Carlo Bramini
Daniel Reimer [Wed, 14 Jul 2010 10:59:32 +0000 (10:59 +0000)]
Bug 5501: [PATCH] Adding Wing32 support by Carlo Bramini

svn path=/trunk/; revision=48036

13 years agoBye bye NtUserCreateCursorHandle.
Jérôme Gardou [Wed, 14 Jul 2010 10:23:13 +0000 (10:23 +0000)]
Bye bye NtUserCreateCursorHandle.
Thanks GedMurphy for explaining me how to suppress that.
Please clean win32k after this commit.

svn path=/trunk/; revision=48035

13 years ago[USER32]
Jérôme Gardou [Wed, 14 Jul 2010 09:54:44 +0000 (09:54 +0000)]
[USER32]
  - There is no exported "CopyCursor", it's a macro.
  - There is no "NtUserCreateCursorIconHandle" function in win32k. Use correct functions to create a cursorIcon handle.
  - Bring in WINE's CreateIconIndirect
[WIN32K]
  - Dereference CursorIcon Object in NtUserCallOneParam
  - Shared Icons need their bitmaps to be unowned

svn path=/trunk/; revision=48034

13 years ago[USER32]
Jérôme Gardou [Tue, 13 Jul 2010 21:38:34 +0000 (21:38 +0000)]
[USER32]
  - Partly merge 48026

svn path=/trunk/; revision=48031

13 years ago[WS2_32]
Cameron Gutman [Tue, 13 Jul 2010 00:54:52 +0000 (00:54 +0000)]
[WS2_32]
- Update the catalog ID when we locate the matching provider
- mswsock from aicom-network-branch can successfully create sockets now

svn path=/trunk/; revision=48023

13 years ago[AFD]
Cameron Gutman [Mon, 12 Jul 2010 22:56:37 +0000 (22:56 +0000)]
[AFD]
- Implement IOCTL_AFD_GET_TDI_HANDLES

svn path=/trunk/; revision=48020

13 years agoThanks to Samuel Serapion and his trout, explaining me my fault.
Daniel Reimer [Mon, 12 Jul 2010 19:55:52 +0000 (19:55 +0000)]
Thanks to Samuel Serapion and his trout, explaining me my fault.

svn path=/trunk/; revision=48019

13 years ago[DNSAPI]
Cameron Gutman [Mon, 12 Jul 2010 19:36:42 +0000 (19:36 +0000)]
[DNSAPI]
- Merge r45450 from aicom-network-branch

svn path=/trunk/; revision=48018

13 years agoTidy up tree from duplicate files.
Daniel Reimer [Mon, 12 Jul 2010 19:25:20 +0000 (19:25 +0000)]
Tidy up tree from duplicate files.

svn path=/trunk/; revision=48017

13 years ago[PSDK]
Cameron Gutman [Mon, 12 Jul 2010 19:21:11 +0000 (19:21 +0000)]
[PSDK]
- Add the missing WSANO_ADDRESS definition

svn path=/trunk/; revision=48016

13 years agoForgot to remove the old libpng.
Daniel Reimer [Mon, 12 Jul 2010 19:07:39 +0000 (19:07 +0000)]
Forgot to remove the old libpng.

svn path=/trunk/; revision=48015

13 years agoUpdate libjpeg from 6b to 8b.
Daniel Reimer [Mon, 12 Jul 2010 19:05:15 +0000 (19:05 +0000)]
Update libjpeg from 6b to 8b.
Add a new libpng 1.4.3 to main tree, linked dynamically, as libjpeg is, too.
Add libtiff 3.9.4, linked dynamically, too.
Enable both libs in wine/config.h which results in working png and tiff support in windowscodecs.dll

svn path=/trunk/; revision=48014

13 years agoremove the old and static linked libpng. A new one will follow into the main tree...
Daniel Reimer [Mon, 12 Jul 2010 19:02:47 +0000 (19:02 +0000)]
remove the old and static linked libpng. A new one will follow into the main tree, linked as dll for windowscodecs.dll.

svn path=/trunk/; revision=48013

13 years ago[WINSOCK]
Cameron Gutman [Mon, 12 Jul 2010 18:58:17 +0000 (18:58 +0000)]
[WINSOCK]
- Merge r48011 from aicom-network-branch

svn path=/trunk/; revision=48012

13 years ago[MSAFD, PSDK]
Cameron Gutman [Mon, 12 Jul 2010 18:41:41 +0000 (18:41 +0000)]
[MSAFD, PSDK]
- Merge part of r45435

svn path=/trunk/; revision=48010

13 years ago[WINSOCK]
Cameron Gutman [Mon, 12 Jul 2010 18:31:45 +0000 (18:31 +0000)]
[WINSOCK]
- Add winsock headers required for the new mswsock code

svn path=/trunk/; revision=48009

13 years ago[USER32]
Jérôme Gardou [Mon, 12 Jul 2010 17:49:59 +0000 (17:49 +0000)]
[USER32]
  - Rewrite support of cursors, icons and bitmaps in user32.dll, based from WINE implementation.
One file to rule them all.
Now user32::cursoricon winetests don't crash anymore.

svn path=/trunk/; revision=48008

13 years ago[WIN32K]
Jérôme Gardou [Mon, 12 Jul 2010 16:52:10 +0000 (16:52 +0000)]
[WIN32K]
  - Get rid of rosdc::hVisRgn, as in yarotows (r46372)

svn path=/trunk/; revision=48007

13 years agoForgot one kernel32 include.
Daniel Reimer [Mon, 12 Jul 2010 15:31:49 +0000 (15:31 +0000)]
Forgot one kernel32 include.

svn path=/trunk/; revision=48006

13 years ago[LIB/RTL]
Amine Khaldi [Mon, 12 Jul 2010 14:50:31 +0000 (14:50 +0000)]
[LIB/RTL]
- Get rid of some unneeded assignment, cast and a variable.

svn path=/trunk/; revision=48005

13 years agoReapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild...
Daniel Reimer [Mon, 12 Jul 2010 10:35:11 +0000 (10:35 +0000)]
Reapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common".
Add SuperFinder XT to rapps.

svn path=/trunk/; revision=48004

13 years ago[NTOSKRNL]
Pierre Schweitzer [Sun, 11 Jul 2010 21:31:14 +0000 (21:31 +0000)]
[NTOSKRNL]
Merging some stuff from pierre-fsd/arty-newcc branches:
- Implemented FsRtlDissectDbcs(), FsRtlIsDbcsInExpression(), FsRtlIsFatDbcsLegal(), FsRtlIsHpfsDbcsLegal()
- Implemented FsRtlIsNameInExpressionPrivate()
- Rewritten FsRtlIsNameInExpression()
- Updated comments
About FsRtlIsNameInExpressionPrivate(), it comes with a fix there isn't in branch, which avoids reading string more than its own length, and this helps getting rid of a workaround later in code.

svn path=/trunk/; revision=48002

13 years agoProperly skip known crasher in gdi32:metafile test.
Sylvain Petreolle [Sun, 11 Jul 2010 19:11:51 +0000 (19:11 +0000)]
Properly skip known crasher in gdi32:metafile test.

Commit 48k dedicated to dreimer

svn path=/trunk/; revision=48000

13 years agoImplement _osplatform
Sylvain Petreolle [Sun, 11 Jul 2010 16:25:30 +0000 (16:25 +0000)]
Implement _osplatform
Import _makepath_s and _wmakepath_s from Wine.
Passes msvcrt data and dir tests.

svn path=/trunk/; revision=47999

13 years ago[ADVAPI32]
Eric Kohl [Sun, 11 Jul 2010 12:05:35 +0000 (12:05 +0000)]
[ADVAPI32]
Move event tracing functions to the proper file.

svn path=/trunk/; revision=47998

13 years ago[ADVAPI32]
Eric Kohl [Sun, 11 Jul 2010 09:45:54 +0000 (09:45 +0000)]
[ADVAPI32]
Remove unused code.

svn path=/trunk/; revision=47997

13 years ago[ADVAPI32/LSASRV]
Eric Kohl [Sun, 11 Jul 2010 09:33:44 +0000 (09:33 +0000)]
[ADVAPI32/LSASRV]
- Export LsaLookupPrivilegeName.
- Move mockup code from advapi32 to lsasrv (LsaLookupSids --> LsarLookupSids).
- Make LsaLookupSids call the server function LsarLookupSids.

svn path=/trunk/; revision=47996

13 years ago[WINLOGON]
Aleksey Bragin [Sun, 11 Jul 2010 08:07:52 +0000 (08:07 +0000)]
[WINLOGON]
- Create window station with all access rights.

svn path=/trunk/; revision=47992

13 years ago- Fix a typo.
Aleksey Bragin [Sat, 10 Jul 2010 21:39:55 +0000 (21:39 +0000)]
- Fix a typo.

svn path=/trunk/; revision=47991

13 years agoRevert rpcrt4 to 99% previous state :
Sylvain Petreolle [Sat, 10 Jul 2010 19:31:06 +0000 (19:31 +0000)]
Revert rpcrt4 to 99% previous state :
-keep out unix functions
-keep checks that prevent crashes in rpc cstub and rpc winetests

Patch By Samuel Serapion.

svn path=/trunk/; revision=47990

13 years agoFixup some base address after mshtml growup.
Sylvain Petreolle [Sat, 10 Jul 2010 18:47:45 +0000 (18:47 +0000)]
Fixup some base address after mshtml growup.

svn path=/trunk/; revision=47989

13 years agoAlso update comdlg32 address.
Sylvain Petreolle [Sat, 10 Jul 2010 14:34:20 +0000 (14:34 +0000)]
Also update comdlg32 address.

svn path=/trunk/; revision=47988

13 years agoUpdate comctl32 base address.
Sylvain Petreolle [Sat, 10 Jul 2010 13:11:28 +0000 (13:11 +0000)]
Update comctl32 base address.
Avoids inetcomm related comctl32 relocations.

svn path=/trunk/; revision=47986

13 years ago[NTOS]
Amine Khaldi [Sat, 10 Jul 2010 10:34:45 +0000 (10:34 +0000)]
[NTOS]
PnpBusTypeGuidGet : Really return status.
Dedicated to Richard ;)

svn path=/trunk/; revision=47985

13 years agoForgot to svn add this in previous commit, my bad.
Sylvain Petreolle [Fri, 9 Jul 2010 21:05:01 +0000 (21:05 +0000)]
Forgot to svn add this in previous commit, my bad.

svn path=/trunk/; revision=47983

13 years agoImport DnsNameCompare, DnsValidateName, DnsRecord* functions from Wine.
Sylvain Petreolle [Fri, 9 Jul 2010 20:56:12 +0000 (20:56 +0000)]
Import DnsNameCompare, DnsValidateName, DnsRecord* functions from Wine.
Fixes dnsapi:name tests.
Patch by Samuel Serapion.

svn path=/trunk/; revision=47982

13 years ago[FASTFAT]
Pierre Schweitzer [Fri, 9 Jul 2010 19:39:55 +0000 (19:39 +0000)]
[FASTFAT]
Check PathName length before accessing it. This fixes ntdll_winetest file test BSOD. But the test crashes a bit farther.

svn path=/trunk/; revision=47981

13 years ago[DDK]
Amine Khaldi [Fri, 9 Jul 2010 14:39:28 +0000 (14:39 +0000)]
[DDK]
- Remove ntddscsi.h
[PSDK]
- Import ntddscsi.h from mingw-w64.

svn path=/trunk/; revision=47979

13 years agoSync __crtGetStringTypeW from Wine.
Sylvain Petreolle [Fri, 9 Jul 2010 14:33:03 +0000 (14:33 +0000)]
Sync __crtGetStringTypeW from Wine.
Fixes msvcrt:locale crash.

svn path=/trunk/; revision=47978

13 years ago[FORMATTING]
Aleksey Bragin [Fri, 9 Jul 2010 13:04:33 +0000 (13:04 +0000)]
[FORMATTING]
- Fix wrong indentation.

svn path=/trunk/; revision=47977

13 years agoUkrainian translation patch for mstsc, notepad, paint, regedit, cmd, aclui, newdev...
Amine Khaldi [Thu, 8 Jul 2010 22:07:23 +0000 (22:07 +0000)]
Ukrainian translation patch for mstsc, notepad, paint, regedit, cmd, aclui, newdev and syssetup. By Igor Paliychuk (Igor-hkr[at]mail.ru)

svn path=/trunk/; revision=47974

13 years ago[NTOSKRNL]
Gabriel Ilardi [Thu, 8 Jul 2010 19:28:25 +0000 (19:28 +0000)]
[NTOSKRNL]
- Warn only once about FsRtlPrivateLock and FsRtlFastUnlockSingle being stubplemented.

svn path=/trunk/; revision=47972

13 years agoForgot to remove some now useless header
Daniel Reimer [Thu, 8 Jul 2010 18:44:59 +0000 (18:44 +0000)]
Forgot to remove some now useless header

svn path=/trunk/; revision=47971

13 years agoSync rpcrt4 to Wine 1.2rc6 (Samuel Serapion)
Daniel Reimer [Thu, 8 Jul 2010 18:39:18 +0000 (18:39 +0000)]
Sync rpcrt4 to Wine 1.2rc6 (Samuel Serapion)
http transport support commented out.
Remove unix functions that are no longer needed.
Comment out check in cpsf.c that caused 2nd stage dll registrations to fail.
All rpcrt4 tests no longer crash.

svn path=/trunk/; revision=47970

13 years ago[MSIMTF]
Gabriel Ilardi [Thu, 8 Jul 2010 15:34:30 +0000 (15:34 +0000)]
[MSIMTF]
- Silence debug spam again, lost after syncing.

svn path=/trunk/; revision=47969

13 years agoSync format_msg from kernel32 (Samuel Serapion)
Daniel Reimer [Thu, 8 Jul 2010 15:20:46 +0000 (15:20 +0000)]
Sync format_msg from kernel32 (Samuel Serapion)
Winetest now passes with 0 errors.

svn path=/trunk/; revision=47968

13 years ago[PSDK]
Amine Khaldi [Wed, 7 Jul 2010 22:29:21 +0000 (22:29 +0000)]
[PSDK]
- Update DPFLTR_TYPE enum.
[NTOSKRNL]
- Update kdbg/kdb_cli.c accordingly.

svn path=/trunk/; revision=47967

13 years ago[NTOSKRNL]
Pierre Schweitzer [Wed, 7 Jul 2010 20:27:04 +0000 (20:27 +0000)]
[NTOSKRNL]
Implement volume mount notification in RawFS

svn path=/trunk/; revision=47965

13 years ago[CRT]
Sylvain Petreolle [Wed, 7 Jul 2010 20:05:47 +0000 (20:05 +0000)]
[CRT]
-Export memmove_s and memcpy_s
-Implement rnd_s

svn path=/trunk/; revision=47964

13 years agoUkrainian translation Update for taskmgr (Igor Paliychuk)
Daniel Reimer [Wed, 7 Jul 2010 17:45:49 +0000 (17:45 +0000)]
Ukrainian translation Update for taskmgr (Igor Paliychuk)

svn path=/trunk/; revision=47963

13 years agoThis was not meant to be committed at all. the recent resources were much better...
Daniel Reimer [Wed, 7 Jul 2010 14:10:19 +0000 (14:10 +0000)]
This was not meant to be committed at all. the recent resources were much better and should stay

svn path=/trunk/; revision=47962

13 years agoSync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript,...
Daniel Reimer [Tue, 6 Jul 2010 23:29:26 +0000 (23:29 +0000)]
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3

svn path=/trunk/; revision=47961

13 years agosysreg doesn't like rain of SEMI-STUB debug
Sylvain Petreolle [Tue, 6 Jul 2010 20:01:55 +0000 (20:01 +0000)]
sysreg doesn't like rain of SEMI-STUB debug

svn path=/trunk/; revision=47960

13 years agoFix a FIXME in fastfat driver which also fixes a BSOD in kernel32 path winetest
Pierre Schweitzer [Tue, 6 Jul 2010 18:39:09 +0000 (18:39 +0000)]
Fix a FIXME in fastfat driver which also fixes a BSOD in kernel32 path winetest

svn path=/trunk/; revision=47959

13 years ago- Implement DeviceHandleToUsbDevice and remove IsHandleValid.
Michael Martin [Tue, 6 Jul 2010 12:02:33 +0000 (12:02 +0000)]
- Implement DeviceHandleToUsbDevice and remove IsHandleValid.
- Add call to DeviceHandleToUsbDevice for all Direct Call functions that pass DeviceHandle.
- Stop the processing of Asynchronous List after the Control Request has been processed by controller.
- Misc changes.

svn path=/trunk/; revision=47958

13 years agoUpdate package database to contain all winetests. This makes it possible to even...
Daniel Reimer [Tue, 6 Jul 2010 10:31:24 +0000 (10:31 +0000)]
Update package database to contain all winetests. This makes it possible to even use them in testman.

svn path=/trunk/; revision=47957

13 years agoAdd amstream, atl and avifil32 winetests.
Daniel Reimer [Tue, 6 Jul 2010 09:44:43 +0000 (09:44 +0000)]
Add amstream, atl and avifil32 winetests.
Sync opengl32, powrprof and fix quartz's testlist

svn path=/trunk/; revision=47956

13 years agoReenable a disabled feature of actxprxy which builds now with the new shell32 headers
Daniel Reimer [Tue, 6 Jul 2010 09:40:55 +0000 (09:40 +0000)]
Reenable a disabled feature of actxprxy which builds now with the new shell32 headers

svn path=/trunk/; revision=47955

13 years agoSync shell32 and mshtml winetests (this time with modified testlist.c). This will...
Daniel Reimer [Mon, 5 Jul 2010 23:00:52 +0000 (23:00 +0000)]
Sync shell32 and mshtml winetests (this time with modified testlist.c). This will unbreak build again :-P

svn path=/trunk/; revision=47954

13 years agoSync most idl files with Wine head. (Samuel Serapion)
Daniel Reimer [Mon, 5 Jul 2010 23:00:19 +0000 (23:00 +0000)]
Sync most idl files with Wine head. (Samuel Serapion)
Modify shell32 and uuid to work with the new idls.
This will break build till next commit.

svn path=/trunk/; revision=47953

13 years agoNext try, this time not converted to utf-8 and it seems to work.
Daniel Reimer [Mon, 5 Jul 2010 21:22:50 +0000 (21:22 +0000)]
Next try, this time not converted to utf-8 and it seems to work.

svn path=/trunk/; revision=47952

13 years agoRevert the cmd Translation on demand of the author.
Daniel Reimer [Mon, 5 Jul 2010 21:10:08 +0000 (21:10 +0000)]
Revert the cmd Translation on demand of the author.

svn path=/trunk/; revision=47951

13 years ago[QMGR]
Cameron Gutman [Mon, 5 Jul 2010 16:19:14 +0000 (16:19 +0000)]
[QMGR]
- Reapply r47268 to fix DHCP

svn path=/trunk/; revision=47950

13 years agounix has no io.h.
Sylvain Petreolle [Mon, 5 Jul 2010 12:43:09 +0000 (12:43 +0000)]
unix has no io.h.
move its include to a _WIN32 block.

svn path=/trunk/; revision=47948

13 years ago/me hides deep in the dark of loong warning messages
Daniel Reimer [Mon, 5 Jul 2010 11:39:50 +0000 (11:39 +0000)]
/me hides deep in the dark of loong warning messages

svn path=/trunk/; revision=47946

13 years agoupdate wine's unicode app to 1.2rc6. (Samuel Serapion)
Daniel Reimer [Mon, 5 Jul 2010 11:36:22 +0000 (11:36 +0000)]
update wine's unicode app to 1.2rc6. (Samuel Serapion)
update kernel32 nls files to be able to build it with the new unicode tool.
convert the cmd rc files to utf-8 to fix building.
Apply Igor Paliychuk's Ukrainian translation Patch.

svn path=/trunk/; revision=47945

13 years agoSilence zlibs warnings (Samuel Serapion)
Daniel Reimer [Mon, 5 Jul 2010 11:29:24 +0000 (11:29 +0000)]
Silence zlibs warnings (Samuel Serapion)
Update eeadme.wine

svn path=/trunk/; revision=47944

13 years agoRemove one leftover which is not really needed. Thx to Samuel for kicking me to get...
Daniel Reimer [Sun, 4 Jul 2010 20:27:45 +0000 (20:27 +0000)]
Remove one leftover which is not really needed. Thx to Samuel for kicking me to get my attention ;-)

svn path=/trunk/; revision=47943

13 years agofix widl unix build.
Sylvain Petreolle [Sun, 4 Jul 2010 20:20:10 +0000 (20:20 +0000)]
fix widl unix build.

svn path=/trunk/; revision=47942

13 years agoUpdate test lists for winetests too.
Kamil Hornicek [Sun, 4 Jul 2010 19:57:31 +0000 (19:57 +0000)]
Update test lists for winetests too.

svn path=/trunk/; revision=47941

13 years agoUpdate WIDL to Wine 1.2 rc6 + sync/modify two idl files making problems with the...
Daniel Reimer [Sun, 4 Jul 2010 19:52:38 +0000 (19:52 +0000)]
Update WIDL to Wine 1.2 rc6 + sync/modify two idl files making problems with the new widl. Patch by Samuel Serapion, tested by me

svn path=/trunk/; revision=47940

13 years agoSync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut3...
Daniel Reimer [Sun, 4 Jul 2010 19:08:47 +0000 (19:08 +0000)]
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6

svn path=/trunk/; revision=47939

13 years agoAnother updated wine header to fix some synched winetest's build process.
Daniel Reimer [Sun, 4 Jul 2010 19:06:38 +0000 (19:06 +0000)]
Another updated wine header to fix some synched winetest's build process.

svn path=/trunk/; revision=47938

13 years agoKatayama Hirofumi MZ <katayama DOT hirofumi DOT mz AT gmail DOT com>
Matthias Kupfer [Sun, 4 Jul 2010 16:40:03 +0000 (16:40 +0000)]
Katayama Hirofumi MZ <katayama DOT hirofumi DOT mz AT gmail DOT com>
- Preperation of quick preview für themes.
- See issue #5487 for details.

svn path=/trunk/; revision=47937

13 years ago[ADVAPI32/LSASRV]
Eric Kohl [Sun, 4 Jul 2010 12:51:39 +0000 (12:51 +0000)]
[ADVAPI32/LSASRV]
- Implement LookupPrivilegeNameW and LsaLookupPrivilegeName.
- Move lookup code from LookupPrivilegeNameW and LsarLookupPrivilegeValue into a separate file.

svn path=/trunk/; revision=47936

13 years agoSome more psdk updates needed for winetests.
Daniel Reimer [Sun, 4 Jul 2010 00:30:37 +0000 (00:30 +0000)]
Some more psdk updates needed for winetests.

svn path=/trunk/; revision=47935

13 years ago[ADVAPI32/LSASRV]
Eric Kohl [Sat, 3 Jul 2010 22:51:44 +0000 (22:51 +0000)]
[ADVAPI32/LSASRV]
- Implement LookupPrivilegeValueW and LsaLookupPrivilegeValue.
- Move lookup code from LookupPrivilegeValueW to LsarLookupPrivilegeValue.

svn path=/trunk/; revision=47934

13 years agoUpdate libxml to 2.7.7
Daniel Reimer [Sat, 3 Jul 2010 22:34:05 +0000 (22:34 +0000)]
Update libxml to 2.7.7
Resync zlib to 1.2.5.
Patch by Samuel Serapion and some lil includes cleanup by me.

svn path=/trunk/; revision=47933

13 years agoSync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink...
Daniel Reimer [Sat, 3 Jul 2010 12:45:23 +0000 (12:45 +0000)]
Sync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink, imm32, jscript, kernel32, localspl, msacm32, mscms, msi, mstask, msvcrtd, msxml3, ntdll, ole32, pdh, psapi, quartz, rasapi32, riched20 AND rsaenh Winetests.
TBD mshtml, shell32, oleaut32 which still fail to build here

svn path=/trunk/; revision=47931

13 years agoSync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20...
Daniel Reimer [Sat, 3 Jul 2010 12:42:55 +0000 (12:42 +0000)]
Sync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20, samlib to Wine 1.2rc5
Update some psdk Headers to get some more synched winetests build

svn path=/trunk/; revision=47930

13 years ago[win32k]
Michael Martin [Sat, 3 Jul 2010 12:37:51 +0000 (12:37 +0000)]
[win32k]
- Remove old win32k timer code.

svn path=/trunk/; revision=47929

13 years ago[win32k]
Michael Martin [Sat, 3 Jul 2010 11:46:08 +0000 (11:46 +0000)]
[win32k]
- Forgotten in r47924. Change name of BOOL parameter for UserSetCursorPos to better describe its purpose as done in c source.

svn path=/trunk/; revision=47927

13 years ago[usb/usbehci]
Michael Martin [Sat, 3 Jul 2010 11:40:58 +0000 (11:40 +0000)]
[usb/usbehci]
- Implement FdoDispatchInternalDeviceControl and remove IrpStub as its no longer needed.
- Implement Direct Call RemoveUsbDevice.
- Implement URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE.
- Use the port parameter in ExecuteControlRequest.
- Windows now identifies my thumb drive as a mass storage device.

svn path=/trunk/; revision=47926

13 years ago[win32k]
Michael Martin [Fri, 2 Jul 2010 10:49:11 +0000 (10:49 +0000)]
[win32k]
- Revert changes done in 47325 which partially broke mouse hooks.
- If the UserSetCursorPos is reached due to SetCursorPos, dont generate a mouse move message or call mouse hooks.

svn path=/trunk/; revision=47924

13 years agoPartially revert dnsapi changes as demanded by Samuel Serapion.
Daniel Reimer [Thu, 1 Jul 2010 14:00:03 +0000 (14:00 +0000)]
Partially revert dnsapi changes as demanded by Samuel Serapion.
Update the banner.bmp in credui.

svn path=/trunk/; revision=47922

13 years ago[KS]
Johannes Anderwald [Thu, 1 Jul 2010 11:59:42 +0000 (11:59 +0000)]
[KS]
- Fix bogus debug print leading to buffer overflow

svn path=/trunk/; revision=47921

13 years agoSync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg...
Daniel Reimer [Thu, 1 Jul 2010 11:09:47 +0000 (11:09 +0000)]
Sync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg, iccvid, imaadp32, imm32, jscript, localspl, localui, mapi32, mciavi32, mcicda, mciqtz32, mciseq, mciwave, mshtml, msrle32, msvfw32, msvidc32, msxml3, oleacc, oleaut32 to Wine 1.2rc5 (Samuel Serapion, small changes by me)
Remove Esperanto and Walon languages from comctl32, comdlg32, mpr, msi, shlwapi, wininet

svn path=/trunk/; revision=47920

13 years agoUkrainian translation Updates (Igor Paliychuk)
Daniel Reimer [Thu, 1 Jul 2010 08:08:04 +0000 (08:08 +0000)]
Ukrainian translation Updates (Igor Paliychuk)

svn path=/trunk/; revision=47919

13 years ago[PSDK]
Amine Khaldi [Wed, 30 Jun 2010 19:36:36 +0000 (19:36 +0000)]
[PSDK]
- Fix EVENT_FILTER_DESCRIPTOR redefinition.

svn path=/trunk/; revision=47918

13 years ago- move set of msg-time (for messages) back to msg queue (msg time is needed for all...
Matthias Kupfer [Wed, 30 Jun 2010 18:40:20 +0000 (18:40 +0000)]
- move set of msg-time (for messages) back to msg queue (msg time is needed for all mouse events not only mouse move)
- ClickLock will work again

svn path=/trunk/; revision=47917

13 years agoFix typo.
Sylvain Petreolle [Wed, 30 Jun 2010 17:19:23 +0000 (17:19 +0000)]
Fix typo.
Dedicated to Physicus

svn path=/trunk/; revision=47916

13 years ago[win32k]
Michael Martin [Wed, 30 Jun 2010 11:00:21 +0000 (11:00 +0000)]
[win32k]
- Remove dead code as in the old SetTimer and KillTimer functions.

svn path=/trunk/; revision=47915

13 years agoAdded Fox Audio Player to rapps and some more fixes. (Igor Paliychuk, myself)
Daniel Reimer [Wed, 30 Jun 2010 10:19:30 +0000 (10:19 +0000)]
Added Fox Audio Player to rapps and some more fixes. (Igor Paliychuk, myself)

svn path=/trunk/; revision=47914

13 years agoAdd Visual C++ 2008 SP1 runtime to rapps and rename the others correctly.
Daniel Reimer [Wed, 30 Jun 2010 07:15:16 +0000 (07:15 +0000)]
Add Visual C++ 2008 SP1 runtime to rapps and rename the others correctly.

svn path=/trunk/; revision=47913

13 years agoImplemented IRP dispatch to work in new PCI driver (PciDispatchIrp), fill out FDO...
evb [Wed, 30 Jun 2010 01:39:21 +0000 (01:39 +0000)]
Implemented IRP dispatch to work in new PCI driver (PciDispatchIrp), fill out FDO IRP handlers which all stubs now, make up/down-call work (PciPassIrpFromFdoToPdo, PciPassDownIrp)
Added the helper debug routines
PCI driver receive IRP_QUERY_INTERFACE now and hit stub

svn path=/trunk/; revision=47912

13 years ago[Win32k]
James Tabor [Tue, 29 Jun 2010 22:13:13 +0000 (22:13 +0000)]
[Win32k]
- Set caret blink rate for global server information too.

svn path=/trunk/; revision=47911

13 years ago[PORTCLS]
Johannes Anderwald [Tue, 29 Jun 2010 21:14:09 +0000 (21:14 +0000)]
[PORTCLS]
- Check if there is a silence buffer available when there is no audio mapping available
- ignore failure for allocation requirements

svn path=/trunk/; revision=47909

13 years ago[PCIX]: Fix 17 different bugs in the new PCI driver. ACPI and PCI IRQ Routing table...
Sir Richard [Tue, 29 Jun 2010 20:21:45 +0000 (20:21 +0000)]
[PCIX]: Fix 17 different bugs in the new PCI driver. ACPI and PCI IRQ Routing table detection now works, ACPI table mapping doesn't crash anymore, PciGetRegistryValue doens't always fail, some DPRINTs fixed, added missing "continues", "breaks", and early-"returns". Fixed missing, or extra "!"s. If you're going to try being clever with do while FALSE loops, get 'em right!
        The driver now works up to the point where eVb has last committed his code.

svn path=/trunk/; revision=47908

13 years ago[RTL]: RangeList APIs should not be allocating pool with a tag of 0, since this makes...
Sir Richard [Tue, 29 Jun 2010 19:23:16 +0000 (19:23 +0000)]
[RTL]: RangeList APIs should not be allocating pool with a tag of 0, since this makes the checked kernel ASSERT. Good thing nobody used these APIs (I wonder if they even work), but eVb's PCI driver now does.

svn path=/trunk/; revision=47907

13 years ago[win32k]
Michael Martin [Tue, 29 Jun 2010 14:37:52 +0000 (14:37 +0000)]
[win32k]
- Change percision of win32k timers to 0.5 miliseconds.
- Remove Destroy parameter from FindTimer as it is just odd and call RemoveTimer where needed.
- PostTimerMessages: No need to continue looping the remainder of the timers once the target timer has been found and message posted to message queue.

svn path=/trunk/; revision=47906