Commit graph

46099 commits

Author SHA1 Message Date
Johannes Anderwald 4c8c01ba70 - Fix build ddraw
svn path=/branches/cmake-bringup/; revision=50739
2011-02-16 13:38:51 +00:00
Timo Kreuzer f5d44f65f7 [CMAKE]
Fix include dir for wined3d

svn path=/branches/cmake-bringup/; revision=50738
2011-02-16 13:36:34 +00:00
Johannes Anderwald 56d1db8f55 Fix build d3d9
svn path=/branches/cmake-bringup/; revision=50737
2011-02-16 13:34:36 +00:00
Johannes Anderwald 333120e9eb - Fix build d3d8
svn path=/branches/cmake-bringup/; revision=50736
2011-02-16 13:30:37 +00:00
Johannes Anderwald 71bb5d31b6 - Fix build of msdmo
svn path=/branches/cmake-bringup/; revision=50735
2011-02-16 13:24:36 +00:00
Aleksey Bragin 8e49b79826 [RTL/DPH]
- Connect debug page heap routines in the debug heap implementation, so they are going to be actually called now.
- Implement delayed free queue initialization and freeing.

svn path=/trunk/; revision=50734
2011-02-16 13:09:18 +00:00
Johannes Anderwald 148920d946 - Fix linker warning
svn path=/branches/cmake-bringup/; revision=50733
2011-02-16 13:04:34 +00:00
Timo Kreuzer 3782cef5b1 [WINED3D]
Replace 0/0, 1/0 with NAN and INFINITY

svn path=/branches/cmake-bringup/; revision=50732
2011-02-16 12:54:58 +00:00
Timo Kreuzer e5251147ba [WINE]
Add math.h for wine code, with NAN and INFINITY as portable constants.

svn path=/branches/cmake-bringup/; revision=50731
2011-02-16 12:53:21 +00:00
Aleksey Bragin ef2d957db7 [RTL/DPH]
- Use better names for validation information flags based on application verifier messages.
- Implement a simple RtlpDphReportCorruptedBlock routine which just prints the problem description for now, without any additional info.

svn path=/trunk/; revision=50730
2011-02-16 11:49:51 +00:00
Johannes Anderwald 7d3bc17152 - Fix msvc build
svn path=/branches/cmake-bringup/; revision=50729
2011-02-16 10:51:49 +00:00
Johannes Anderwald 62b0db3082 - Fix msvc framebuf build
svn path=/branches/cmake-bringup/; revision=50728
2011-02-16 10:46:02 +00:00
Johannes Anderwald 81619aef1e - Fix vgaddi build (msvc)
svn path=/branches/cmake-bringup/; revision=50727
2011-02-16 10:43:59 +00:00
Johannes Anderwald a35e1b6b03 - Fix vbemp build
svn path=/branches/cmake-bringup/; revision=50726
2011-02-16 10:38:21 +00:00
Johannes Anderwald 6cf55b5d6d - Fix linker warnings
svn path=/branches/cmake-bringup/; revision=50725
2011-02-16 10:23:07 +00:00
Johannes Anderwald e0b78ef7c3 - Fix build
svn path=/branches/cmake-bringup/; revision=50724
2011-02-16 10:21:15 +00:00
Sylvain Petreolle a104502501 [CMAKE]
Fix dxdiag build.

svn path=/branches/cmake-bringup/; revision=50722
2011-02-15 22:07:05 +00:00
Aleksey Bragin d0e56f53d1 [RTL/DPH]
- Implement other support locking/unlocking, handle-related routines.
- Fix RtlpDphFreeVm definition.
- Node lists related improvements: Add a function for removing a node from a free list, implement coalescing free nodes into an available list.
- Implement a non-implemented case in RtlpDphAllocateNode when there is a need to allocate more virtual memory, and fix incorrect size calculation too.
- Implement a function for validating the page heap block.
- Implement RtlpPageHeapDestroy. Now we have two exported APIs ready: heap create and heap destroy.

svn path=/trunk/; revision=50721
2011-02-15 22:02:28 +00:00
Timo Kreuzer 05f0a228c5 [KSPROXY]
- Fix gcc build
- don't pass gcc flags to msvc
. mark some exports as private

svn path=/branches/cmake-bringup/; revision=50720
2011-02-15 20:47:09 +00:00
Timo Kreuzer 2dffc72254 [MSI]
- Fix reource files (strings must be in one line)
- Fix compilation with MSVC

svn path=/branches/cmake-bringup/; revision=50719
2011-02-15 19:15:01 +00:00
Johannes Anderwald 9fc442cfa8 - Revert irrelevant changes
svn path=/branches/cmake-bringup/; revision=50718
2011-02-15 18:15:32 +00:00
Johannes Anderwald 95d0eed68e - Add wincodec.idl to build
- windowscodecs gets now further

svn path=/branches/cmake-bringup/; revision=50717
2011-02-15 18:08:53 +00:00
Johannes Anderwald cc0604236b - Apply same fix for wmilib
- set_entrypoint macro appears to be broken for msvc 16.00.30319.01 (VS 2010)

svn path=/branches/cmake-bringup/; revision=50716
2011-02-15 17:39:00 +00:00
Timo Kreuzer 94da3603af [WINE]
Don't define __ASM_DEFINE_FUNC and __ASM_STDCALL_FUNC on MSVC builds

svn path=/branches/cmake-bringup/; revision=50715
2011-02-15 17:36:10 +00:00
Johannes Anderwald 6521a945bc - Fix drmk build for msvc
svn path=/branches/cmake-bringup/; revision=50714
2011-02-15 17:29:11 +00:00
Giannis Adamopoulos d372ef8b22 [acpi]
-Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50713
2011-02-15 17:12:36 +00:00
Timo Kreuzer a7014019f3 [NMIDEBUG]
Fix compilation with MSVC

svn path=/branches/cmake-bringup/; revision=50712
2011-02-15 17:03:28 +00:00
Giannis Adamopoulos 8e32abe55c [uniata]
- Fix some compilation issues with msc

svn path=/branches/cmake-bringup/; revision=50711
2011-02-15 17:01:38 +00:00
Giannis Adamopoulos 687b927625 [comctl32]
- Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50710
2011-02-15 16:19:10 +00:00
Giannis Adamopoulos 56cbf56146 [glu32]
- Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50709
2011-02-15 16:03:55 +00:00
Giannis Adamopoulos 6fb6b3dc44 [shell32]
- Fix some compilation issues with msc

svn path=/branches/cmake-bringup/; revision=50708
2011-02-15 16:01:02 +00:00
Giannis Adamopoulos 0020a48e12 [winmm]
- Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50707
2011-02-15 15:57:42 +00:00
Giannis Adamopoulos 53313b61be [oskittcp]
-Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50706
2011-02-15 15:54:42 +00:00
Johannes Anderwald 73d18c6855 - Missed that fix
- Really fixes mstask compilation ;)

svn path=/branches/cmake-bringup/; revision=50705
2011-02-15 15:29:09 +00:00
Timo Kreuzer 3b49c98d95 [CMAKE]
Temporarily don't compile mshtl on msvc. simply to see how many errors are left.

svn path=/branches/cmake-bringup/; revision=50704
2011-02-15 15:26:01 +00:00
Johannes Anderwald ddb18f5bc0 - Fix compilation of mstask
svn path=/branches/cmake-bringup/; revision=50703
2011-02-15 15:11:46 +00:00
Timo Kreuzer 0d94103670 [MSHTML]
Fix compilation of nsiface.idl with midl. Only pointers to interfaces are allowed in typedefs.
Also define nsISupports to IUnknown, because thats what it is and nothing else is allowed.
Please someone pass this to wine.

svn path=/branches/cmake-bringup/; revision=50702
2011-02-15 13:29:05 +00:00
Sylvain Petreolle 29e5b3094b [CMAKE]
Fix msvc usetup build.

svn path=/branches/cmake-bringup/; revision=50701
2011-02-15 13:01:44 +00:00
Timo Kreuzer b0fe2ffc8f [CMAKE]
fix msvc build of mswsock

svn path=/branches/cmake-bringup/; revision=50700
2011-02-15 12:54:50 +00:00
Timo Kreuzer 285dd00828 [CMAKE]
Fix MSVC build of ntdllsys

svn path=/branches/cmake-bringup/; revision=50699
2011-02-15 12:46:08 +00:00
Aleksey Bragin a92739091b [RTL/DPH]
- Implement more support functions: coalescing a node into the list of available nodes, finding a best fitting node for a given size, growing available virtual memory amount.

svn path=/trunk/; revision=50698
2011-02-15 11:53:16 +00:00
Sylvain Petreolle 141181cdbc [CMAKE]
Fix msvc ext2 build.
Fix soundblaster includes.

svn path=/branches/cmake-bringup/; revision=50697
2011-02-14 20:56:12 +00:00
Timo Kreuzer 0c69202021 [ASM]
Add ljmp16 .fill and .space macros

svn path=/branches/cmake-bringup/; revision=50696
2011-02-14 20:12:12 +00:00
Timo Kreuzer 0be0719111 [WIN32K]
- Remove gexloTrivial, it was never used
- Remove EXLATEOBJ_vInitTrivial and move the code into EXLATEOBJ_vInitialize
- Properly set XO_TABLE
- Set ppalDstDc in EXLATEOBJ_vInitXlateFromDCs

svn path=/trunk/; revision=50695
2011-02-14 17:23:58 +00:00
Timo Kreuzer c1f1c6ee41 [WIN32K]
Fix initialization of XLATEOBJ, when source and dest format are equal. Patch by Thomas Faber (thfabba at gmx de)

See issue #5828 for more details.

svn path=/trunk/; revision=50694
2011-02-14 16:04:01 +00:00
Timo Kreuzer e274013c30 [MSVCRT]
_CxxThrowException is stdcall, not cdecl.
Someone please forward this to wine

svn path=/branches/cmake-bringup/; revision=50693
2011-02-14 14:28:07 +00:00
Timo Kreuzer 0ea1c67bac [NTOSKRNL]
Fix build with MSVC

svn path=/branches/cmake-bringup/; revision=50692
2011-02-14 13:45:15 +00:00
Timo Kreuzer e29077a3cf [KDCOM]
Fix build of new kdcom

svn path=/branches/cmake-bringup/; revision=50691
2011-02-14 13:42:40 +00:00
Johannes Anderwald 2c23ee07a9 - Fix compiling (not linking)
svn path=/branches/cmake-bringup/; revision=50690
2011-02-14 13:02:24 +00:00
Timo Kreuzer 58541489db [CMAKE]
- Drop support for MSVC versions below 1300
- use the same flags for WDK / host as normal
- Disable optimization on Debug builds, its incompatible with /ZI

svn path=/branches/cmake-bringup/; revision=50689
2011-02-14 11:09:48 +00:00