Commit graph

32688 commits

Author SHA1 Message Date
Christoph von Wittich 0abf5b122d build resource file as well and set correct include path
svn path=/trunk/; revision=36091
2008-09-09 16:40:02 +00:00
Christoph von Wittich 360a688edf fix the msxml3 typelib
svn path=/trunk/; revision=36090
2008-09-09 16:16:53 +00:00
Christoph von Wittich 7c991b2ae4 add new stdole2 target for the real typelib (the other stdole2.tlb is a dll)
svn path=/trunk/; revision=36089
2008-09-09 16:15:39 +00:00
Christoph von Wittich d3dfcc4561 rename stdole2 target to stdole2.tlb
svn path=/trunk/; revision=36088
2008-09-09 16:14:26 +00:00
Christoph von Wittich 5c8abfd6a4 open TypeLibs with O_BINARY (patch already send to wine)
svn path=/trunk/; revision=36087
2008-09-09 16:13:36 +00:00
Christoph von Wittich 67f066c79b fix some syntax errors in idl files, deleted unused wtypes.idl
svn path=/trunk/; revision=36086
2008-09-09 16:11:24 +00:00
Stefan Ginsberg 422526a89e - Add missing FLS_MAXIMUM_AVAILABLE
svn path=/trunk/; revision=36085
2008-09-09 15:57:17 +00:00
Johannes Anderwald 401bef3301 - Implement INetCfgComponent_RaisePropertyUi
svn path=/trunk/; revision=36084
2008-09-09 14:29:25 +00:00
Johannes Anderwald 44804abd06 - Add INetCfgPnpReconfigCallback, INetCfgComponentControl, INetCfgComponentPropertyUi IIDS
svn path=/trunk/; revision=36083
2008-09-09 13:28:55 +00:00
Johannes Anderwald 0fa19c57c1 - Add INetCfgPnpReconfigCallback, INetCfgComponentControl, INetCfgComponentPropertyUi IIDS
svn path=/trunk/; revision=36082
2008-09-09 13:27:28 +00:00
Timo Kreuzer 73cee88355 - Add more parameter checks to NtGdiExtCreateRegion. Fixes a crash in gdi32_winetest clipping (12 failures left) and FF 3.1
- Do not copy more data than allocated for the region
- Add coordinate transformation
See issue #3724 for more details.

svn path=/trunk/; revision=36081
2008-09-09 13:19:10 +00:00
Johannes Anderwald ff228503bf - Handle NULL pointer in INetCfgComponent::GetDisplayName and INetCfgComponent_GetHelpText
- Initialize to zero NetCfgComponentItem
- Dont fail if subkey is not a guid (required because ReactOS TCP/IP guid is not yet generated)
- Fix enumeration of network components
- Register CNetCfg class


svn path=/trunk/; revision=36080
2008-09-09 11:26:54 +00:00
Johannes Anderwald fd6ffc2459 - Check for NULL before releasing INetCfg and INetCfgLock interface
- ONLY destroy property sheet page on success !!!
- Fix registration of LANStatusUI LANPropertyUI interfaces
- Fix creating LanPropertyUI interface
- Release LANPropertyUI interface when finished

svn path=/trunk/; revision=36079
2008-09-09 10:20:12 +00:00
Hervé Poussineau a0c4f776f2 Remove MingwKernelModeDriverModuleHandler, it is the same as MingwKernelModeDLLModuleHandler
svn path=/trunk/; revision=36078
2008-09-09 07:30:52 +00:00
Hervé Poussineau 93ec54f4e5 Remove GetExtraDependencies() function.
It was only called when the file extension was .c/.cc/.cpp/.cxx, and the function was returning empty string in those cases.

svn path=/trunk/; revision=36077
2008-09-09 07:21:37 +00:00
Hervé Poussineau 8bfedb5a6d Remove host attribute of module element. It wasn't used and can be deduced from module type
Remove MingwBootSectorModuleHandler class
Move module specific cflags, nasmflags and linkerflags to an array. One day, we won't be forced to create a new MingwModuleHandler each time we add a module type

svn path=/trunk/; revision=36076
2008-09-09 07:12:30 +00:00
Cameron Gutman c1c6da32a4 - Dereference the Fdo before we return if we fail
- Fail if we can't allocate memory
 - Also resize the buffer if we get STATUS_BUFFER_TOO_SMALL

svn path=/trunk/; revision=36068
2008-09-08 18:41:25 +00:00
Timo Kreuzer 5b75a3dfd7 fix saving/restoring of registers in DebugService
svn path=/trunk/; revision=36067
2008-09-08 18:21:19 +00:00
Cameron Gutman 35827a3001 - Check that memory allocation succeeded
svn path=/trunk/; revision=36066
2008-09-08 18:06:24 +00:00
Christoph von Wittich d206ae228c forgot to add these files
svn path=/trunk/; revision=36065
2008-09-08 16:58:34 +00:00
Christoph von Wittich 9f5ab44256 sync msxml3 to wine 1.1.3
svn path=/trunk/; revision=36064
2008-09-08 16:51:03 +00:00
Stefan Ginsberg 44e6af9dae - Fix a missed set of the Parameter entry in ConvertThreadToFiberEx
svn path=/trunk/; revision=36063
2008-09-08 16:44:13 +00:00
Stefan Ginsberg 167bb42611 - Move global variable declaration to .c file instead of a header. Hinted by Timo.
svn path=/trunk/; revision=36062
2008-09-08 16:28:38 +00:00
Jeffrey Morlan 8d7388ee07 - Batch: In a line generated by a 'for', add the \n that the parser expects. (Bug 3717)
- cmd_for: Don't leave raw_params uninitialized; could cause a crash in ExitBatch.

svn path=/trunk/; revision=36061
2008-09-08 16:23:33 +00:00
Aleksey Bragin 81fd8772b6 - Fix a typo.
svn path=/trunk/; revision=36060
2008-09-08 16:01:19 +00:00
Stefan Ginsberg 30c79e5ef5 - [FORMATTING] Fix broken indentation
svn path=/trunk/; revision=36059
2008-09-08 14:46:28 +00:00
Johannes Anderwald c02505cfb2 - Implement INetLanConnectionUiInfo interface
- Remove hack from ShowNetworkComponentProperties
- Apply changes when OK / Cancel is pressed

svn path=/trunk/; revision=36058
2008-09-08 14:19:33 +00:00
Johannes Anderwald 5ff84bd267 - Add IIDs of INetLanConnectionUiInfo, INetConnectionPropertyUi2 interface
svn path=/trunk/; revision=36057
2008-09-08 14:14:04 +00:00
Johannes Anderwald 3ea5a35de7 - Add INetLanConnectionUiInfo, INetConnectionPropertyUi2 interface
svn path=/trunk/; revision=36056
2008-09-08 14:13:23 +00:00
Dmitry Chapyshev afd718e3bd - Add ros-diff
svn path=/trunk/; revision=36055
2008-09-08 13:51:00 +00:00
Dmitry Chapyshev bde9f55dc2 - Import pstorec from wine head
svn path=/trunk/; revision=36054
2008-09-08 13:48:25 +00:00
Aleksey Bragin 73f4cc9691 - Implement a linear search in CmpFindSubKeyInRoot (until cells are stored in a lexically sorted way).
- Implement Leaf->Root index conversion (leaf selecting algorithm, splitting the leaf if necessary).
See issue #3418 for more details.

svn path=/trunk/; revision=36053
2008-09-08 12:56:08 +00:00
Aleksey Bragin c63c067562 - Add CmpArmDelayedCloseTimer declaration.
svn path=/trunk/; revision=36052
2008-09-08 12:48:34 +00:00
Aleksey Bragin 3be0b4bebf - Implement delay-close worker function.
See issue #3418 for more details.

svn path=/trunk/; revision=36051
2008-09-08 12:41:30 +00:00
Aleksey Bragin 4a66766bc1 - Comment out the assert which is hit in some cases ("advapi32_winetest.exe registry" being one of them), because there is no locking operation performed in CmpBuildHashStackAndLookupCache yet.
- Use a CmpIsKcbLockedExclusive macro in that assert.

svn path=/trunk/; revision=36050
2008-09-08 12:34:01 +00:00
Christoph von Wittich 7c259feec0 add a base address for pstorec.dll
svn path=/trunk/; revision=36049
2008-09-08 12:10:42 +00:00
Christoph von Wittich daf7cafb2a sync pstore.idl to wine
svn path=/trunk/; revision=36048
2008-09-08 12:09:09 +00:00
Stefan Ginsberg 064cf076e9 - NtQueryInformationFile and NtSetInformationFile: Don't clear the IRP_SYNCHRONOUS_API flag if it has been set previously! This should obsolete the hack in irp.c!IopCompleteRequest.
- If you still see "Not an executive event -- should not be dereferenced" after this patch then please report to me.

svn path=/trunk/; revision=36047
2008-09-08 11:52:33 +00:00
Timo Kreuzer 58e0211741 Merge 34722, 34723, 34724, 34843, 35528, 35703 from ros-amd64-bringup branch:
- Convert port addresses to PULONG
- fix several ULONG / ULONG_PTR issues
- use %p in DPRINTs for pointer sized values
- fix type of address table entry from PULONG to ULONG

svn path=/trunk/; revision=36046
2008-09-08 11:13:51 +00:00
Christoph von Wittich a2810fabde import timer queues from wine
svn path=/trunk/; revision=36045
2008-09-08 11:10:02 +00:00
Hervé Poussineau 151f0c3281 Replace .def file by a .spec file
svn path=/trunk/; revision=36044
2008-09-08 09:48:09 +00:00
Cameron Gutman 7260b98dd8 - Make sure memory allocation succeeded
svn path=/trunk/; revision=36043
2008-09-07 22:28:19 +00:00
Johannes Anderwald 7fab074623 - Acquire INetCfgLock before enumerating the items
- Check if a network component is enabled for a specific network adapter
- Get INetCfgComponent from the INetComponent
- Use ReportView for component dialog

svn path=/trunk/; revision=36041
2008-09-07 18:28:37 +00:00
Johannes Anderwald b4213b2ba5 - Add IID_INetCfgComponentBindings
svn path=/trunk/; revision=36040
2008-09-07 18:01:59 +00:00
Johannes Anderwald 3237a38834 - Add interfaces for netcfgx
svn path=/trunk/; revision=36039
2008-09-07 17:57:11 +00:00
Stefan Ginsberg c9f8298755 - Patch by Cameron "aicom" Gutman: Ensure allocation succeeded and wrap MmProbeAndLockPages in SEH
svn path=/trunk/; revision=36038
2008-09-07 17:31:09 +00:00
Pierre Schweitzer 3a41d8e7d8 Synced urlmon_winetest.exe with Wine HEAD
svn path=/trunk/; revision=36036
2008-09-07 15:13:38 +00:00
Pierre Schweitzer 148edeec23 Synced urlmon.dll with Wine HEAD
svn path=/trunk/; revision=36035
2008-09-07 15:13:12 +00:00
Christoph von Wittich 77a43e8afd fix winhttp_winetest
svn path=/trunk/; revision=36034
2008-09-07 14:49:11 +00:00
Pierre Schweitzer be700b4487 - Completely removed previously commented code: there's no need to keep it, that's wine specific code.
- Added a diff with that change

svn path=/trunk/; revision=36033
2008-09-07 14:06:11 +00:00