Johannes Anderwald
67f6e0572a
- Allocate work item for each filter / pin being opened
...
- Use ExInterlockedInsertTailList to insert a new audio device to prevent race conditions when more than one audio device is present
- Free work item in their target worker routine
svn path=/trunk/; revision=40646
2009-04-22 10:57:28 +00:00
Johannes Anderwald
7a75a5802f
- Allocate a work item for each specific request (start / stop / close) and free allocated work items
...
svn path=/trunk/; revision=40645
2009-04-22 10:17:40 +00:00
Dmitry Chapyshev
7699f9cb05
- Add Font Embedding Dll (it is necessary for Iron and Chrome)
...
svn path=/trunk/; revision=40644
2009-04-22 08:51:09 +00:00
Cameron Gutman
c218692561
- Don't attempt to store packets and buffers in the same place
...
svn path=/trunk/; revision=40643
2009-04-22 03:27:33 +00:00
Johannes Anderwald
6964f7b809
- Add error debug traces
...
svn path=/trunk/; revision=40642
2009-04-21 22:55:21 +00:00
Johannes Anderwald
ec0c13b498
- Implement KSPROPERTY_PIN_CTYPE, KSPROPERTY_PIN_DATAFLOW, KSPROPERTY_PIN_COMMUNICATION for fast property handler
...
svn path=/trunk/; revision=40641
2009-04-21 22:05:33 +00:00
Johannes Anderwald
5979b226fa
- Implement FastDeviceIoControl for IPortFilterWavePci
...
- Partly implement fast property handler
svn path=/trunk/; revision=40640
2009-04-21 21:44:15 +00:00
Colin Finck
cbc24ae88e
Change some leftover .rbuild files from compiler="cpp" to compiler="cxx"
...
svn path=/trunk/; revision=40638
2009-04-21 19:53:10 +00:00
Hervé Poussineau
59b1bc70b2
Fix warning
...
svn path=/trunk/; revision=40637
2009-04-21 19:19:48 +00:00
Hervé Poussineau
a6f21e5d07
Disable partition table exploration, as long as it displays an error message if disk is not partitioned
...
svn path=/trunk/; revision=40636
2009-04-21 19:05:07 +00:00
Timo Kreuzer
0d56a2b19d
Some work on freetype font driver
...
svn path=/trunk/; revision=40635
2009-04-21 18:54:36 +00:00
Johannes Anderwald
d9e5339b37
- Implement handling a FastDeviceIoControl path (not yet used in portcls)
...
svn path=/trunk/; revision=40633
2009-04-21 10:02:57 +00:00
Johannes Anderwald
e84dcfd61b
- Fix return type of FastDeviceIo / FastRead / FastWrite
...
svn path=/trunk/; revision=40632
2009-04-21 09:56:20 +00:00
Christoph von Wittich
f27e9f53f1
sync SHELL_FindExecutable and SHELL_FindExecutableByOperation with wine 1.1.19
...
svn path=/trunk/; revision=40631
2009-04-21 09:49:59 +00:00
Michael Martin
e6661c0b54
- edit.c: Add TPM_RETURNCMD flag to TrackPopupMenu so that WM_COMMAND messages are not sent to the edit control.
...
Use WM_MENUSELECT vice WM_COMMAND to determine which clipboard message to send.
- Fixes vb apps edit context menu and maybe others. Bug #4404
svn path=/trunk/; revision=40630
2009-04-21 04:45:08 +00:00
Michael Martin
3e298b6351
- Revert 40628 as it breaks others applications menus.
...
svn path=/trunk/; revision=40629
2009-04-21 03:57:15 +00:00
Michael Martin
a94de86ccc
- menu.c: Only send WM_COMMAND messages to the top parent window.
...
- edit.c: Use WM_MENUSELECT vice WM_COMMAND to determine which clipboard message to send.
- Fixes vb apps edit context menu and maybe others. Bug #4404
svn path=/trunk/; revision=40628
2009-04-21 03:24:24 +00:00
James Tabor
602b3ffcf7
- Revert part of 40626.
...
svn path=/trunk/; revision=40627
2009-04-21 03:15:05 +00:00
James Tabor
48f3b7816a
- Add more EMF records types.
...
svn path=/trunk/; revision=40626
2009-04-21 03:10:54 +00:00
Cameron Gutman
cfc54ca7a2
- Add an ASSERT
...
svn path=/trunk/; revision=40625
2009-04-21 02:51:58 +00:00
KJK::Hyperion
def5539079
Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc removed from BUILTIN_CPPFLAGS in rules.mak)
...
Rbuild rationalization commit, umpteenth of infinite
modified tools/rbuild/backend/mingw/mingw.cpp
modified tools/rbuild/backend/mingw/mingw.h
modified tools/rbuild/backend/mingw/modulehandler.cpp
modified tools/rbuild/backend/mingw/modulehandler.h
modified tools/rbuild/backend/mingw/rules.mak
added tools/rbuild/compilerdirective.cpp
modified tools/rbuild/compilerflag.cpp
modified tools/rbuild/define.cpp
modified tools/rbuild/include.cpp
modified tools/rbuild/module.cpp
modified tools/rbuild/pch.h
modified tools/rbuild/project.cpp
modified tools/rbuild/rbuild.dsp
modified tools/rbuild/rbuild.h
modified tools/rbuild/rbuild.mak
modified tools/rbuild/rbuild.vcproj
modified Makefile
modified ReactOS-generic.rbuild
Almost all build rules moved to a makefile.auto include (rules.mak). Size of makefile.auto reduced to about half
The new rules correctly sort includes, defines and flags in priority order (built-in, project, module type, module, source file)
The new rules don't duplicate flags anymore. Flag sets are defined once, as makefile variables, and then referred to by variable name
Compiler-specific flags, includes and defines can now be set, for almost all compilers and tools
<compilerflag>, <define> and <include> have a new "compiler" attribute, containing a comma-separated list of compilers the directive applies to
C++ compiler renamed to "cxx", "cpp" now correctly refers to the C preprocessor (or work-alike, built-in preprocessors)
Drop "overridable" attribute for <define>, as it never worked right
New <redefine> tag: works like <define>, but undefines the variable before defining it. Several warnings suppressed thanks to it
Slightly changed rule for resource file; conversion to object file now a separate phase that prints "[CVTRES]"
Slightly changed definition of ${gas}
Echo "[AS]" instead of "[GAS]"
Echo "[RC]" for wrc
modified include/crt/mingw32/intrin.h
Now that the correct include paths are passed to the resource compiler, make headers more resource compiler-friendly
modified dll/directx/wine/ddraw/ddraw.rbuild
Apply GCC workaround for PSEH
modified dll/directx/wine/wined3d/wined3d.rbuild
modified dll/win32/riched20/riched20.rbuild
-Wno-format no longer required
modified dll/nls/idndl/idndl.rbuild
modified dll/nls/idndl_redist/idndl_redist.rbuild
modified dll/nls/normaliz_redist/normaliz_redist.rbuild
modified lib/3rdparty/icu4ros/icu4ros.rbuild
modified lib/nls/idna/idna.rbuild
modified lib/nls/normalize/normalize.rbuild
modified lib/nls/scripts/scripts.rbuild
C++ compiler now identified by "cxx"
modified drivers/storage/ide/uniata/uniata.rbuild
modified drivers/wdm/audio/drivers/mpu401/mpu401.rbuild
modified drivers/wdm/audio/drm/drmk/drmk.rbuild
Disable exceptions and RTTI for kernel mode C++ code
modified base/services/umpnpmgr/umpnpmgr.rbuild
modified dll/cpl/ncpa/ncpa.rbuild
modified dll/directx/amstream/amstream.rbuild
modified dll/directx/dinput8/dinput8.rbuild
modified dll/directx/dinput/dinput.rbuild
modified dll/directx/qedit/qedit.rbuild
modified dll/directx/quartz/quartz.rbuild
modified dll/win32/advapi32/advapi32.rbuild
modified dll/win32/atl/atl.rbuild
modified dll/win32/avifil32/avifil32.rbuild
modified dll/win32/browseui/browseui.rbuild
modified dll/win32/comcat/comcat.rbuild
modified dll/win32/crypt32/crypt32.rbuild
modified dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
modified dll/win32/imm32/imm32.rbuild
modified dll/win32/inetcomm/inetcomm.rbuild
modified dll/win32/localspl/localspl.rbuild
modified dll/win32/mlang/mlang.rbuild
modified dll/win32/msctf/msctf.rbuild
modified dll/win32/mshtml/mshtml.rbuild
modified dll/win32/msi/msi.rbuild
modified dll/win32/mstask/mstask.rbuild
modified dll/win32/msxml3/msxml3.rbuild
modified dll/win32/ntmarta/ntmarta.rbuild
modified dll/win32/objsel/objsel.rbuild
modified dll/win32/ole32/ole32.rbuild
modified dll/win32/oleaut32/oleaut32.rbuild
modified dll/win32/pdh/pdh.rbuild
modified dll/win32/rpcrt4/rpcrt4.rbuild
modified dll/win32/shell32/shell32.rbuild
modified dll/win32/shlwapi/shlwapi.rbuild
modified dll/win32/urlmon/urlmon.rbuild
modified dll/win32/wuapi/wuapi.rbuild
modified include/reactos/idl/idl.rbuild
modified dll/win32/kernel32/kernel32.rbuild
modified dll/nls/idndl/idndl.rbuild
modified lib/nls/idna/idna.rbuild
modified lib/nls/normalize/normalize.rbuild
modified lib/nls/scripts/scripts.rbuild
modified dll/win32/inseng/inseng.rbuild
Use <redefine> instead of <define> for version macros
modified base/setup/usetup/usetup.rbuild
modified base/system/autochk/autochk.rbuild
modified base/system/smss/smss.rbuild
modified dll/3rdparty/dxtn/dxtn.rbuild
modified dll/keyboard/kbda1/kbda1.rbuild
modified dll/keyboard/kbda2/kbda2.rbuild
modified dll/keyboard/kbda3/kbda3.rbuild
modified dll/keyboard/kbdal/kbdal.rbuild
modified dll/keyboard/kbdarme/kbdarme.rbuild
modified dll/keyboard/kbdarmw/kbdarmw.rbuild
modified dll/keyboard/kbdaze/kbdaze.rbuild
modified dll/keyboard/kbdazel/kbdazel.rbuild
modified dll/keyboard/kbdbe/kbdbe.rbuild
modified dll/keyboard/kbdbga/kbdbga.rbuild
modified dll/keyboard/kbdbgm/kbdbgm.rbuild
modified dll/keyboard/kbdbgt/kbdbgt.rbuild
modified dll/keyboard/kbdblr/kbdblr.rbuild
modified dll/keyboard/kbdbr/kbdbr.rbuild
modified dll/keyboard/kbdbur/kbdbur.rbuild
modified dll/keyboard/kbdcan/kbdcan.rbuild
modified dll/keyboard/kbdcr/kbdcr.rbuild
modified dll/keyboard/kbdcz1/kbdcz1.rbuild
modified dll/keyboard/kbdcz/kbdcz.rbuild
modified dll/keyboard/kbdda/kbdda.rbuild
modified dll/keyboard/kbddv/kbddv.rbuild
modified dll/keyboard/kbdes/kbdes.rbuild
modified dll/keyboard/kbdest/kbdest.rbuild
modified dll/keyboard/kbdfc/kbdfc.rbuild
modified dll/keyboard/kbdfi/kbdfi.rbuild
modified dll/keyboard/kbdfr/kbdfr.rbuild
modified dll/keyboard/kbdgeo/kbdgeo.rbuild
modified dll/keyboard/kbdgerg/kbdgerg.rbuild
modified dll/keyboard/kbdgneo/kbdgneo.rbuild
modified dll/keyboard/kbdgr/kbdgr.rbuild
modified dll/keyboard/kbdgrist/kbdgrist.rbuild
modified dll/keyboard/kbdhe/kbdhe.rbuild
modified dll/keyboard/kbdheb/kbdheb.rbuild
modified dll/keyboard/kbdhu/kbdhu.rbuild
modified dll/keyboard/kbdic/kbdic.rbuild
modified dll/keyboard/kbdinasa/kbdinasa.rbuild
modified dll/keyboard/kbdinben/kbdinben.rbuild
modified dll/keyboard/kbdindev/kbdindev.rbuild
modified dll/keyboard/kbdinguj/kbdinguj.rbuild
modified dll/keyboard/kbdinmal/kbdinmal.rbuild
modified dll/keyboard/kbdir/kbdir.rbuild
modified dll/keyboard/kbdit/kbdit.rbuild
modified dll/keyboard/kbdja/kbdja.rbuild
modified dll/keyboard/kbdkaz/kbdkaz.rbuild
modified dll/keyboard/kbdko/kbdko.rbuild
modified dll/keyboard/kbdla/kbdla.rbuild
modified dll/keyboard/kbdlt1/kbdlt1.rbuild
modified dll/keyboard/kbdlv/kbdlv.rbuild
modified dll/keyboard/kbdmac/kbdmac.rbuild
modified dll/keyboard/kbdne/kbdne.rbuild
modified dll/keyboard/kbdno/kbdno.rbuild
modified dll/keyboard/kbdpl1/kbdpl1.rbuild
modified dll/keyboard/kbdpo/kbdpo.rbuild
modified dll/keyboard/kbdro/kbdro.rbuild
modified dll/keyboard/kbdru1/kbdru1.rbuild
modified dll/keyboard/kbdru/kbdru.rbuild
modified dll/keyboard/kbdsg/kbdsg.rbuild
modified dll/keyboard/kbdsk1/kbdsk1.rbuild
modified dll/keyboard/kbdsk/kbdsk.rbuild
modified dll/keyboard/kbdsw/kbdsw.rbuild
modified dll/keyboard/kbdtat/kbdtat.rbuild
modified dll/keyboard/kbdth0/kbdth0.rbuild
modified dll/keyboard/kbdth1/kbdth1.rbuild
modified dll/keyboard/kbdth2/kbdth2.rbuild
modified dll/keyboard/kbdth3/kbdth3.rbuild
modified dll/keyboard/kbdtuf/kbdtuf.rbuild
modified dll/keyboard/kbdtuq/kbdtuq.rbuild
modified dll/keyboard/kbduk/kbduk.rbuild
modified dll/keyboard/kbdur/kbdur.rbuild
modified dll/keyboard/kbdurs/kbdurs.rbuild
modified dll/keyboard/kbdus/kbdus.rbuild
modified dll/keyboard/kbdusa/kbdusa.rbuild
modified dll/keyboard/kbdusl/kbdusl.rbuild
modified dll/keyboard/kbdusr/kbdusr.rbuild
modified dll/keyboard/kbdusx/kbdusx.rbuild
modified dll/keyboard/kbduzb/kbduzb.rbuild
modified dll/keyboard/kbdvntc/kbdvntc.rbuild
modified dll/keyboard/kbdycc/kbdycc.rbuild
modified dll/keyboard/kbdycl/kbdycl.rbuild
modified dll/ntdll/ntdll.rbuild
modified dll/win32/crtdll/crtdll.rbuild
modified dll/win32/dhcpcsvc/dhcpcsvc.rbuild
modified dll/win32/dnsapi/dnsapi.rbuild
modified dll/win32/fmifs/fmifs.rbuild
modified dll/win32/gdi32/gdi32.rbuild
modified dll/win32/lpk/lpk.rbuild
modified dll/win32/msvcrt/msvcrt.rbuild
modified dll/win32/opengl32/opengl32.rbuild
modified dll/win32/psapi/psapi.rbuild
modified dll/win32/rasdlg/rasdlg.rbuild
modified dll/win32/rasman/rasman.rbuild
modified dll/win32/samlib/samlib.rbuild
modified dll/win32/shimgvw/shimgvw.rbuild
modified dll/win32/smdll/smdll.rbuild
modified dll/win32/twain_32/twain_32.rbuild
modified dll/win32/uext2/uext2.rbuild
modified dll/win32/ufat/ufat.rbuild
modified dll/win32/ufatx/ufatx.rbuild
modified dll/win32/untfs/untfs.rbuild
modified dll/win32/user32/user32.rbuild
modified dll/win32/winspool/winspool.rbuild
modified dll/win32/ws2_32/ws2_32.rbuild
modified dll/win32/ws2help/ws2help.rbuild
modified dll/win32/wshirda/wshirda.rbuild
modified drivers/directx/dxapi/dxapi.rbuild
modified drivers/directx/dxgthk/dxgthk.rbuild
modified hal/halarm/generic/generic.rbuild
modified hal/halarm/up/halup.rbuild
modified hal/halppc/generic/generic.rbuild
modified hal/halppc/up/halup.rbuild
modified hal/halx86/generic/generic.rbuild
modified hal/halx86/hal_generic.rbuild
modified hal/halx86/hal_generic_pc.rbuild
modified hal/halx86/hal_generic_up.rbuild
modified hal/halx86/halmp.rbuild
modified hal/halx86/halup.rbuild
modified hal/halx86/halxbox.rbuild
modified lib/3rdparty/libwine/libwine.rbuild
modified lib/epsapi/epsapi.rbuild
modified lib/fslib/ext2lib/ext2lib.rbuild
modified lib/fslib/ntfslib/ntfslib.rbuild
modified lib/fslib/vfatlib/vfatlib.rbuild
modified lib/fslib/vfatxlib/vfatxlib.rbuild
modified lib/ntdllsys/ntdllsys.rbuild
modified lib/sdk/crt/crt.rbuild
modified lib/sdk/dxguid/dxguid.rbuild
modified lib/sdk/nt/nt.rbuild
modified lib/sdk/strmiids/strmiids.rbuild
modified lib/sdk/uuid/uuid.rbuild
modified lib/smlib/smlib.rbuild
modified lib/win32ksys/win32ksys.rbuild
modified ntoskrnl/ntoskrnl-generic.rbuild
modified subsystems/csr/csrsrv/csrsrv.rbuild
modified subsystems/ntvdm/ntvdm.rbuild
modified subsystems/win32/csrss/win32csr/win32csr.rbuild
modified dll/win32/kernel32/kernel32.rbuild
modified lib/drivers/oskittcp/oskittcp.rbuild
Goodbye _DISABLE_TIDENTS, __USE_W32API
svn path=/trunk/; revision=40624
2009-04-21 00:33:41 +00:00
KJK::Hyperion
eb3b62597d
Supersedes r40536, r40537
...
modified winetests/advpack/advpack.rbuild
modified winetests/browseui/browseui.rbuild
modified winetests/cabinet/cabinet.rbuild
modified winetests/comcat/comcat.rbuild
modified winetests/comdlg32/comdlg32.rbuild
modified winetests/gdiplus/gdiplus.rbuild
modified winetests/hlink/hlink.rbuild
modified winetests/imm32/imm32.rbuild
modified winetests/lz32/lz32.rbuild
modified winetests/mapi32/mapi32.rbuild
modified winetests/mlang/mlang.rbuild
modified winetests/msacm32/msacm32.rbuild
modified winetests/mshtml/mshtml.rbuild
modified winetests/msi/msi.rbuild
modified winetests/mstask/mstask.rbuild
modified winetests/netapi32/netapi32.rbuild
modified winetests/odbccp32/odbccp32.rbuild
modified winetests/ole32/ole32.rbuild
modified winetests/rsabase/rsabase.rbuild
modified winetests/rsaenh/rsaenh.rbuild
modified winetests/schannel/schannel.rbuild
modified winetests/shell32/shell32.rbuild
modified winetests/shlwapi/shlwapi.rbuild
modified winetests/urlmon/urlmon.rbuild
modified winetests/usp10/usp10.rbuild
modified winetests/uxtheme/uxtheme.rbuild
modified winetests/version/version.rbuild
modified winetests/winhttp/winhttp.rbuild
modified winetests/wininet/wininet.rbuild
-Wno-format no longer necessary
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>
svn path=/trunk/; revision=40623
2009-04-21 00:33:05 +00:00
James Tabor
324ce18cff
- Update DrawEscape, thanks Tommy.
...
svn path=/trunk/; revision=40622
2009-04-21 00:29:00 +00:00
James Tabor
087ad5b15d
- Update CancelDC and DrawEscape.
...
svn path=/trunk/; revision=40621
2009-04-21 00:14:56 +00:00
Cameron Gutman
b32a91734c
- Implement NdisQueryAdapterInstanceName
...
svn path=/trunk/; revision=40620
2009-04-20 23:36:28 +00:00
Christoph von Wittich
e1f0e61a6c
fix 7 setupapi misc winetests
...
svn path=/trunk/; revision=40618
2009-04-20 22:59:31 +00:00
Christoph von Wittich
9cd9566d14
add linebreaks
...
svn path=/trunk/; revision=40617
2009-04-20 22:50:49 +00:00
Cameron Gutman
cc5eedd8a0
- Implement NdisMRegisterUnloadHandler, NdisMRegisterDevice, and NdisMDeregisterDevice
...
svn path=/trunk/; revision=40614
2009-04-20 20:59:40 +00:00
Hervé Poussineau
7a499db296
Implement agnostic architecture for file system access, according to Advanced RISC Computing Specification Version 1.2
...
Some shortcuts still exist, and will need to be addressed later
Use this new API in the NTLDR-style loader
svn path=/trunk/; revision=40613
2009-04-20 20:04:23 +00:00
Cameron Gutman
549e5d1a61
- Implement NdisMGetDeviceProperty
...
svn path=/trunk/; revision=40610
2009-04-20 19:03:45 +00:00
Johannes Anderwald
b8ab2e557c
- Rename function to fix linking errors on x64
...
svn path=/trunk/; revision=40607
2009-04-20 14:14:07 +00:00
Dmitry Chapyshev
352fae1736
- Partially implement CancelDC, DrawEscape
...
- Add check of params for EnumObjects, SetMetaFileBitsEx
svn path=/trunk/; revision=40606
2009-04-20 12:28:59 +00:00
Christoph von Wittich
03fef42adf
sync SetupGetTargetPathW with wine
...
fixes all setupapi query winetests
svn path=/trunk/; revision=40603
2009-04-20 06:23:46 +00:00
Christoph von Wittich
3103b957bf
fix 4 setupapi parser winetests
...
svn path=/trunk/; revision=40602
2009-04-20 06:13:00 +00:00
Dmitry Gorbachev
0856d51609
More error checks. Bug #4393 .
...
svn path=/trunk/; revision=40601
2009-04-20 03:16:12 +00:00
Dmitry Gorbachev
697b88f8ec
Don't fail with Chinese language (bug #4393 ).
...
Please also fix 0.3.9.
svn path=/trunk/; revision=40600
2009-04-20 03:14:40 +00:00
Christoph von Wittich
df9a63f55e
import SetupEnumInfSectionsA/W from wine
...
fixes setupapi parser winetest crash
svn path=/trunk/; revision=40599
2009-04-19 23:08:05 +00:00
Johannes Anderwald
e035665105
- Forward & wait IRP_MN_START_DEVICE to lower device objects before starting the device
...
- Fix several irp leaks and return correct status in PcForwardIrpSynchronous
svn path=/trunk/; revision=40598
2009-04-19 22:57:21 +00:00
Johannes Anderwald
93d9523069
- Handle IRP_MN_QUERY_RESOURCE_REQUIREMENTS
...
svn path=/trunk/; revision=40597
2009-04-19 22:12:56 +00:00
Johannes Anderwald
39affd9197
- Silence a few debug prints
...
- Fix memory leaks on failure
svn path=/trunk/; revision=40596
2009-04-19 22:01:57 +00:00
Hervé Poussineau
ae4881eaf5
Don't directly call NtPlugPlayControl from setupapi, and replace it by RPC
...
As a bonus, setupapi is now (theorically) able to restart devices on remote machines
See issue #4400 for more details.
svn path=/trunk/; revision=40594
2009-04-19 21:36:59 +00:00
Johannes Anderwald
1d51cd9866
- Drivers might use this unused area
...
http://msdn.microsoft.com/en-us/library/ms793661.aspx
svn path=/trunk/; revision=40593
2009-04-19 20:13:37 +00:00
Johannes Anderwald
ca44e29f8a
- Activate IPortFilterWavePci
...
svn path=/trunk/; revision=40592
2009-04-19 19:15:58 +00:00
Aleksey Bragin
463e79f9de
- Don't display unformatted partitions twice.
...
See issue #4399 for more details.
svn path=/trunk/; revision=40590
2009-04-19 18:42:07 +00:00
Johannes Anderwald
70f0dc80ff
- Implement IPortFilterWavePci (based on IPortFilterWaveCyclic)
...
svn path=/trunk/; revision=40589
2009-04-19 18:32:53 +00:00
Cameron Gutman
0ffd4b7b1e
- Print the current and maximum lookahead to aid in debugging certain miniport drivers
...
svn path=/trunk/; revision=40587
2009-04-19 04:20:09 +00:00
Cameron Gutman
6e2352d0de
- Stub MiniSetComplete and MiniQueryComplete
...
- Register more handlers
svn path=/trunk/; revision=40586
2009-04-19 03:35:06 +00:00
Cameron Gutman
dfdb662012
- Return a better status for STATUS_CANCELLED, STATUS_FILE_CLOSED, and STATUS_REMOTE_NOT_LISTENING
...
svn path=/trunk/; revision=40585
2009-04-18 17:00:54 +00:00
Gregor Schneider
35ca7ca698
- Don't crash copying from a null pointer in a non client size calculation
...
- Several thousand more user32 win winetests should be executed now
svn path=/trunk/; revision=40584
2009-04-18 16:25:18 +00:00
Cameron Gutman
51d9909734
- Handle STATUS_NETWORK_UNREACHABLE
...
svn path=/trunk/; revision=40583
2009-04-18 15:35:34 +00:00