Commit Graph

67285 Commits

Author SHA1 Message Date
Mikhail Maroukhine 26cba0cb43 msgsm32.acm: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:31 +02:00
Mikhail Maroukhine bbf827c38f msctf: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:24 +02:00
Mikhail Maroukhine 8ca9621ecc mmdevapi: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:18 +02:00
Mikhail Maroukhine 1637d402d9 localspl: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:11 +02:00
Mikhail Maroukhine 818ff38d62 gdiplus: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:04 +02:00
Mikhail Maroukhine 8fd8d9e96a gdi32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:55 +02:00
Mikhail Maroukhine 0519c4b68a dbghelp: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:28 +02:00
Mikhail Maroukhine adf09ce66e d3dx9_36: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:12:36 +02:00
Mikhail Maroukhine 3d62b870a1 d3d10: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:12:30 +02:00
Mikhail Maroukhine 48e71cb424 comdlg32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:12:17 +02:00
Mikhail Maroukhine 09dca97fc3 cabinet: Fix compiler warning with flag -Wcast-qual. 2010-03-29 12:12:07 +02:00
Mikhail Maroukhine 0d7fef63ea server: Fix compiler warning with flag -Wcast-qual. 2010-03-29 12:11:53 +02:00
Mikhail Maroukhine 6e5dfd1fb8 wininet: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:11:17 +02:00
Mikhail Maroukhine f930c87fd6 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. 2010-03-29 12:11:02 +02:00
Mikhail Maroukhine 503563c950 appwiz.cpl: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:10:17 +02:00
Mikhail Maroukhine 0490131783 advapi32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:10:06 +02:00
Mikhail Maroukhine 6443d87543 comctl32: Fix compiler warnings. 2010-03-29 12:10:00 +02:00
Mikhail Maroukhine 3cad4a1d16 comctl32: Fix incorrect const type casting. 2010-03-29 12:09:28 +02:00
Michael Stefaniuc f2a331cd0c rsaenh: Remove superfluous casts of zero. 2010-03-29 11:50:04 +02:00
Michael Stefaniuc 6997c8d70c wined3d: Remove superfluous cast of zero. 2010-03-29 11:49:58 +02:00
Michael Stefaniuc bf00cd3380 winecoreaudio.drv: Remove superfluous casts of zero. 2010-03-29 11:49:53 +02:00
Michael Stefaniuc 8f7372488b kernel32/tests: Remove superfluous casts of integer constants. 2010-03-29 11:48:58 +02:00
Michael Stefaniuc 6a11b63a80 shell32: Use FAILED instead of !SUCCEEDED. 2010-03-29 11:48:44 +02:00
Nikolay Sivov ade553823d shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition. 2010-03-29 11:48:15 +02:00
Nikolay Sivov 3058b68bdc shlwapi: More trace for menu related helpers. 2010-03-29 11:47:59 +02:00
Nikolay Sivov df04c25a86 shlwapi/tests: Use a single trace call variable for all tests. 2010-03-29 11:47:52 +02:00
Nikolay Sivov 1372806e74 shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+). 2010-03-29 11:47:44 +02:00
Nikolay Sivov 66aa3dc834 shlwapi: Complete IUnknown_SetOwner call. 2010-03-29 11:47:34 +02:00
Nikolay Sivov 442364c1be shlwapi: Fix interface leaks in SHIsSameObject. 2010-03-29 11:46:00 +02:00
Nikolay Sivov 55b4e4e354 shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit. 2010-03-29 11:45:54 +02:00
Nikolay Sivov 076676d448 shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders. 2010-03-29 11:45:49 +02:00
Francois Gouget 5ca6d9b5be oleaut32/tests: Fix compilation on systems that don't support nameless unions. 2010-03-29 11:45:31 +02:00
Francois Gouget 51dfd9adb1 winedbg: Fix compilation with gcc 2.95 and non-GNU compilers. 2010-03-29 11:45:27 +02:00
Francois Gouget 5aca2dd964 gdiplus/tests: Fix compilation on systems that don't support nameless unions. 2010-03-29 11:45:24 +02:00
Eric Pouech 060ccb123a dbghelp: When unwinding the stack, stop if the current address isn't in a known module. 2010-03-29 11:45:13 +02:00
Eric Pouech 0c2401369c dbghelp: Rewrite SymGetModuleBase so that it relies on 64 bit version. 2010-03-29 11:45:04 +02:00
Eric Pouech a5293895a3 dbghelp: In dwarf parsing, correctly handle the DW_OP_regx option. 2010-03-29 11:44:52 +02:00
Eric Pouech 6a6edcd1ca dbghelp: In dwarf attribute parsing, ensure that we do have a block when parsing a block. 2010-03-29 11:44:46 +02:00
Eric Pouech ea21a32707 winedbg: Store for context variables only the offsets of each register (instead of the address of the register in dbg_context). 2010-03-29 11:40:00 +02:00
Eric Pouech 036392c5d1 dbghelp: Added preliminary CFA management. 2010-03-29 11:38:17 +02:00
Eric Pouech 0eef5d6809 dbghelp: Added CFA information to dbghelp's dwarf.h. 2010-03-29 11:37:46 +02:00
Eric Pouech 1d60aa6000 dbghelp: Extend the CPU object in order to manipulate context's registers (getting context's content & register names). 2010-03-29 11:37:39 +02:00
Eric Pouech 9851ebf792 dbghelp: Keep the .debug_frame section mapped when parsing dwarf debug_info (needed for CFA management). 2010-03-29 11:37:27 +02:00
Vincent Povirk 949730736b mscoree: Stub ClrCreateManagedInstance. 2010-03-29 11:35:15 +02:00
Alexandre Julliard fc1fca5fbd wine.inf: Some fake dlls should only be created for 32-bit. 2010-03-27 12:13:10 +01:00
Alexandre Julliard 0566db7b89 setupapi: Create proper AMD64 fake dlls on 64-bit. 2010-03-27 11:50:23 +01:00
Alexandre Julliard 6836990e0b setupapi: Only cleanup fake dlls once the whole section has been executed. 2010-03-27 11:50:01 +01:00
Alexandre Julliard 0ef63e16d6 makefiles: Don't create font symlinks when fonts are disabled. 2010-03-27 11:44:13 +01:00
Alexandre Julliard 718ea42fe4 makefiles: Move wineapploader to the tools directory and get rid of the programs makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard 2fb302188d makefiles: Install bindir programs from the top-level makefile. 2010-03-27 11:42:30 +01:00