reactos.git
13 years ago[CMAKE]
Timo Kreuzer [Wed, 9 Feb 2011 11:09:50 +0000 (11:09 +0000)]
[CMAKE]
Ignore warnings about different section flags, when linking freeldr

svn path=/branches/cmake-bringup/; revision=50628

13 years ago[CMAKE]
Timo Kreuzer [Wed, 9 Feb 2011 10:30:01 +0000 (10:30 +0000)]
[CMAKE]
Link cryptdll to advapi32

svn path=/branches/cmake-bringup/; revision=50627

13 years ago[FREELDR]
Amine Khaldi [Fri, 4 Feb 2011 22:43:36 +0000 (22:43 +0000)]
[FREELDR]
- Don't apply gcc only flags to msvc.

svn path=/branches/cmake-bringup/; revision=50606

13 years ago[PORTCLS]
Amine Khaldi [Thu, 3 Feb 2011 18:26:08 +0000 (18:26 +0000)]
[PORTCLS]
- Merge 50601 and 50602 from trunk. Portcls now compiles and links with msvc.

svn path=/branches/cmake-bringup/; revision=50603

13 years ago[CMAKE]
Timo Kreuzer [Wed, 2 Feb 2011 17:40:25 +0000 (17:40 +0000)]
[CMAKE]
-Define HAVE_ALLOCA_H for dbghelp

svn path=/branches/cmake-bringup/; revision=50599

13 years ago[WINE]
Timo Kreuzer [Wed, 2 Feb 2011 17:39:22 +0000 (17:39 +0000)]
[WINE]
Add alloca.h, which includes malloc.h. This is neccessary for MSVC builds of dbghelp

svn path=/branches/cmake-bringup/; revision=50598

13 years ago[SECUR32]
Timo Kreuzer [Wed, 2 Feb 2011 17:06:20 +0000 (17:06 +0000)]
[SECUR32]
- Sort exports like on Windows
- Implement some functions as proper stubs
[SECURITY]
- Cleanup exports (remove 31 of 77 functions)
- properly forward all exports
- Link to secur32 for forwarded exports

svn path=/branches/cmake-bringup/; revision=50597

13 years ago[CMAKE]
Timo Kreuzer [Wed, 2 Feb 2011 14:41:48 +0000 (14:41 +0000)]
[CMAKE]
Link fusion to uuid to fix msvc build

svn path=/branches/cmake-bringup/; revision=50595

13 years ago[CMAKE]
Timo Kreuzer [Wed, 2 Feb 2011 14:05:29 +0000 (14:05 +0000)]
[CMAKE]
Fix MSVC build of normaliz

svn path=/branches/cmake-bringup/; revision=50594

13 years ago[CMAKE]
Timo Kreuzer [Wed, 2 Feb 2011 14:01:06 +0000 (14:01 +0000)]
[CMAKE]
Fix a typo

svn path=/branches/cmake-bringup/; revision=50593

13 years ago[CMAKE]
Timo Kreuzer [Wed, 2 Feb 2011 13:52:30 +0000 (13:52 +0000)]
[CMAKE]
Link cfgmgr32 to setupapi, it redirects functions there and MSVC needs the importlib for that.

svn path=/branches/cmake-bringup/; revision=50592

13 years ago[USER32]
Timo Kreuzer [Wed, 2 Feb 2011 13:15:26 +0000 (13:15 +0000)]
[USER32]
- Remove exports for IsProcess16Bit and IsSETEnabled
- Redirect CalcMenuBar, PaintMenuBar and SetConsoleReserveKeys to NtUser*
- Implement stubs for BuildReasonArray, CreateSystemThreads, DestroyReasons, DeviceEventWorker, GetCursorFrameInfo, GetReasonTitleFromReasonCode, RecordShutdownReason, UserLpkPSMTextOut, UserLpkTabbedTextOut, Win32PoolAllocationStats
- Remove implementations of SetCursor, ClipCursor, GetClipCursor and HiliteMenuItem
- Remove auto stub file from sources
- Fix resource include path

svn path=/branches/cmake-bringup/; revision=50590

13 years ago[CMAKE]
Timo Kreuzer [Tue, 1 Feb 2011 22:07:32 +0000 (22:07 +0000)]
[CMAKE]
revert r50587

svn path=/branches/cmake-bringup/; revision=50589

13 years ago[CMAKE]
Timo Kreuzer [Tue, 1 Feb 2011 22:06:31 +0000 (22:06 +0000)]
[CMAKE]
Correctly define CMAKE_RC_CREATE_SHARED_LIBRARY and CMAKE_ASM_CREATE_SHARED_LIBRARY for MSVC.

svn path=/branches/cmake-bringup/; revision=50588

13 years ago[TAPIUI]
Timo Kreuzer [Tue, 1 Feb 2011 21:51:48 +0000 (21:51 +0000)]
[TAPIUI]
Set linker language C

svn path=/branches/cmake-bringup/; revision=50587

13 years ago[MSCMS]
Timo Kreuzer [Tue, 1 Feb 2011 20:23:33 +0000 (20:23 +0000)]
[MSCMS]
mscms needs to link to advapi32, currently gcc builds optimize the calls to Reg* apis away, because of unimplemented fucntions.

svn path=/branches/cmake-bringup/; revision=50586

13 years ago[JSCRIPT]
Timo Kreuzer [Tue, 1 Feb 2011 20:08:13 +0000 (20:08 +0000)]
[JSCRIPT]
Fix build with MSVC

svn path=/branches/cmake-bringup/; revision=50585

13 years ago[CMAKE]
Timo Kreuzer [Mon, 31 Jan 2011 23:29:03 +0000 (23:29 +0000)]
[CMAKE]
add ftol2_asm.s to crt and ci.c to msvcsup

svn path=/branches/cmake-bringup/; revision=50584

13 years ago[CRT]
Timo Kreuzer [Mon, 31 Jan 2011 22:10:17 +0000 (22:10 +0000)]
[CRT]
Implement call_finally_block, call_filter and call_unwind_func for MSVC

svn path=/branches/cmake-bringup/; revision=50583

13 years ago[CMAKE]
Sylvain Petreolle [Mon, 31 Jan 2011 21:47:39 +0000 (21:47 +0000)]
[CMAKE]
Sync trunk up to r50570.

svn path=/branches/cmake-bringup/; revision=50581

13 years ago[CMAKE]
Timo Kreuzer [Mon, 31 Jan 2011 21:44:35 +0000 (21:44 +0000)]
[CMAKE]
(M)IDL doesn't allow definiting multiple identifiers with the same name and different case. Define MSIRUNMODE to MSIRUNMODE_T so it doesn't conflict with MsiRunMode anymore.

svn path=/branches/cmake-bringup/; revision=50580

13 years ago[CMAKE]
Timo Kreuzer [Mon, 31 Jan 2011 21:11:21 +0000 (21:11 +0000)]
[CMAKE]
Fix MSVC build of imm32

svn path=/branches/cmake-bringup/; revision=50579

13 years ago[CMAKE]
Timo Kreuzer [Mon, 31 Jan 2011 19:47:02 +0000 (19:47 +0000)]
[CMAKE]
Disable run-time type information for MSVC

svn path=/branches/cmake-bringup/; revision=50578

13 years ago[CRT]
Timo Kreuzer [Mon, 31 Jan 2011 19:46:05 +0000 (19:46 +0000)]
[CRT]
Put __declspec(nothrow) at a valid (for MSVC) position.

svn path=/branches/cmake-bringup/; revision=50577

13 years ago[CMAKE]
Sylvain Petreolle [Mon, 31 Jan 2011 16:32:16 +0000 (16:32 +0000)]
[CMAKE]
Fix WSCUpdateProvider spec entry.

svn path=/branches/cmake-bringup/; revision=50576

13 years ago[CMAKE]
Sylvain Petreolle [Mon, 31 Jan 2011 15:56:39 +0000 (15:56 +0000)]
[CMAKE]
Fix classpnp build.

svn path=/branches/cmake-bringup/; revision=50575

13 years ago[CMAKE]
Timo Kreuzer [Mon, 31 Jan 2011 14:20:53 +0000 (14:20 +0000)]
[CMAKE]
Don't automatically add stub files to the sources, instead add them manually where neccessary. also fix a number of spec files to resemble actual state of implementation.

svn path=/branches/cmake-bringup/; revision=50574

13 years ago[UUID]
Timo Kreuzer [Sun, 30 Jan 2011 22:10:55 +0000 (22:10 +0000)]
[UUID]
Define _MIDL_USE_GUIDDEF_, this causes __decspec(selectany) to be used on the iids. This way we don't need any linker flags to silence warnings and it also fixes errors when linking later.

svn path=/branches/cmake-bringup/; revision=50573

13 years ago[UUID]
Timo Kreuzer [Sun, 30 Jan 2011 20:05:05 +0000 (20:05 +0000)]
[UUID]
Fix build with MSVC. We ignore warnings about duplicated symbols. MS uuid also contains them.

svn path=/branches/cmake-bringup/; revision=50572

13 years ago[ROSSYM]
Amine Khaldi [Sun, 30 Jan 2011 16:43:08 +0000 (16:43 +0000)]
[ROSSYM]
- Properly handle images without debug symbols.

svn path=/branches/cmake-bringup/; revision=50571

13 years ago[NPFS]
Eric Kohl [Sun, 30 Jan 2011 15:13:35 +0000 (15:13 +0000)]
[NPFS]
Return multiple file entries in a single request.

svn path=/trunk/; revision=50570

13 years ago[UUID]
Timo Kreuzer [Sun, 30 Jan 2011 14:09:38 +0000 (14:09 +0000)]
[UUID]
The old uuid library was one file containing all the uuids, generated from the psdk headers, which results in all GUIDs being linked, as soon as a single one is used. Also while widl creates DEFINE_GUID() entries in the header files, midl only creates "extern GUID", so this didn't work on MSVC. The new version uses iid files generated from the idl files and some extra C files. This works with both midl and widl, reduces overhead when linking uuids and is much closer to MS uuid lib.

svn path=/branches/cmake-bringup/; revision=50569

13 years ago[EXPLORER_NEW]
Michael Martin [Sun, 30 Jan 2011 03:56:40 +0000 (03:56 +0000)]
[EXPLORER_NEW]
Implement resizing the work area.
Patch by greenie (greenie__ at hotmail dot com)

See issue #5846 for more details.

svn path=/trunk/; revision=50568

13 years ago[LSALIB]
Eric Kohl [Sat, 29 Jan 2011 19:01:34 +0000 (19:01 +0000)]
[LSALIB]
Fix compiler warnings for AMD64 build.

svn path=/trunk/; revision=50566

13 years ago- Define M_PI_4 too.
Aleksey Bragin [Sat, 29 Jan 2011 19:00:15 +0000 (19:00 +0000)]
- Define M_PI_4 too.

svn path=/trunk/; revision=50565

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 18:16:46 +0000 (18:16 +0000)]
[CMAKE]
Fix compilation of actxprxy with MSVC

svn path=/branches/cmake-bringup/; revision=50563

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 17:58:43 +0000 (17:58 +0000)]
[CMAKE]
Link ole32 to iidlib. Fixes compilation on MSVC

svn path=/branches/cmake-bringup/; revision=50562

13 years ago[UUID]
Timo Kreuzer [Sat, 29 Jan 2011 17:58:06 +0000 (17:58 +0000)]
[UUID]
Remove duplicate iids

svn path=/branches/cmake-bringup/; revision=50561

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 17:57:34 +0000 (17:57 +0000)]
[CMAKE]
Add iidlib, a library containing all iids from the idl files

svn path=/branches/cmake-bringup/; revision=50560

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 17:45:45 +0000 (17:45 +0000)]
[CMAKE]
- Add a macro add_iid_library to generate a static lib containing iids
- Fix get_includes and get_defines

svn path=/branches/cmake-bringup/; revision=50559

13 years ago[CLASSPNP]
Timo Kreuzer [Sat, 29 Jan 2011 15:12:40 +0000 (15:12 +0000)]
[CLASSPNP]
Fix build with MSVC

svn path=/branches/cmake-bringup/; revision=50558

13 years ago[FRAMEBUF_NEW]
Timo Kreuzer [Sat, 29 Jan 2011 15:02:53 +0000 (15:02 +0000)]
[FRAMEBUF_NEW]
Fix build with MSVC

svn path=/branches/cmake-bringup/; revision=50557

13 years ago[VGA_NEW]
Timo Kreuzer [Sat, 29 Jan 2011 14:57:40 +0000 (14:57 +0000)]
[VGA_NEW]
Fix build with msvc

svn path=/branches/cmake-bringup/; revision=50556

13 years ago[NTDLL_APITEST]
Timo Kreuzer [Sat, 29 Jan 2011 14:47:29 +0000 (14:47 +0000)]
[NTDLL_APITEST]
Make syntax of ZwContinue.S ML compatible

svn path=/trunk/; revision=50555

13 years ago[PSDK]
Timo Kreuzer [Sat, 29 Jan 2011 14:41:18 +0000 (14:41 +0000)]
[PSDK]
Fix include of windows.h from rpc.h

svn path=/branches/cmake-bringup/; revision=50554

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 14:08:44 +0000 (14:08 +0000)]
[CMAKE]
Don't compile w32kdll and w32knapi test on MSVC

svn path=/trunk/; revision=50553

13 years ago[TDI]
Aleksey Bragin [Sat, 29 Jan 2011 14:03:41 +0000 (14:03 +0000)]
[TDI]
- Oleg Baikalow: Finish CTE timers. CTE implementation is complete now.

svn path=/trunk/; revision=50552

13 years ago[TDI]
Aleksey Bragin [Sat, 29 Jan 2011 13:07:06 +0000 (13:07 +0000)]
[TDI]
- Move CTE routines into corresponding events.c and timer.c source code files before further applying Oleg's patches.

svn path=/trunk/; revision=50551

13 years ago[TDI]
Aleksey Bragin [Sat, 29 Jan 2011 11:13:51 +0000 (11:13 +0000)]
[TDI]
- Oleg Baikalow: Implement basic event and delayed event support functions for CTE. Structure names are made up, but their contents should be compatible with what Windows 2003 tdi.sys uses. Formatting and coding style fixes by the committer.

svn path=/trunk/; revision=50550

13 years ago[CMAKE]
Timo Kreuzer [Sat, 29 Jan 2011 10:29:42 +0000 (10:29 +0000)]
[CMAKE]
Ignore MSVC standard includes

svn path=/branches/cmake-bringup/; revision=50549

13 years ago[Win32k]
James Tabor [Sat, 29 Jan 2011 09:09:10 +0000 (09:09 +0000)]
[Win32k]
- Fix crash with standalone win test_hind_message test.

svn path=/trunk/; revision=50548

13 years ago[Win32k]
James Tabor [Sat, 29 Jan 2011 09:03:25 +0000 (09:03 +0000)]
[Win32k]
- Patch by rafalh <rafalh1992 at o2 dor pl>, see bug 5835. Fix timers implementation.

svn path=/trunk/; revision=50547

13 years ago- Oleg Baikalow: TDI exported function prototypes are documented in WDK 7, so use...
Aleksey Bragin [Fri, 28 Jan 2011 22:13:44 +0000 (22:13 +0000)]
- Oleg Baikalow: TDI exported function prototypes are documented in WDK 7, so use them in our driver instead of old, probably NT4-aged stubs full of unknown variables.
- Oleg Baikalow: Don't use psdk's tdi.h but use a real tdikrnl.h (adding a _TDI_ global define so it's recognized as a tdi driver itself).

svn path=/trunk/; revision=50546

13 years ago[IP]
Timo Kreuzer [Fri, 28 Jan 2011 20:35:22 +0000 (20:35 +0000)]
[IP]
Convert checksum.S to new ML compatible syntax. Resulting obj was compared and is identical to trunk (both GAS and ML)

svn path=/branches/cmake-bringup/; revision=50545

13 years ago- Robert Horvath: Modify GetFullPathName to follow Windows behaviour more closely...
Aleksey Bragin [Fri, 28 Jan 2011 20:22:15 +0000 (20:22 +0000)]
- Robert Horvath: Modify GetFullPathName to follow Windows behaviour more closely. Reduces kernel32:path winetests by 4, and fixes all GetFullPathName tests.
See issue #5865 for more details.

svn path=/trunk/; revision=50544

13 years ago- Robert Horvath: Always limit destLen to MAX_PATH (modified to an if condition by...
Aleksey Bragin [Fri, 28 Jan 2011 20:18:07 +0000 (20:18 +0000)]
- Robert Horvath: Always limit destLen to MAX_PATH (modified to an if condition by me).
See issue #5861 for more details.

svn path=/trunk/; revision=50543

13 years ago[KS]
Johannes Anderwald [Fri, 28 Jan 2011 19:45:49 +0000 (19:45 +0000)]
[KS]
- Less spam, more information

svn path=/trunk/; revision=50542

13 years ago[PSDK]
Timo Kreuzer [Fri, 28 Jan 2011 19:41:28 +0000 (19:41 +0000)]
[PSDK]
Fix inline definition of STRSAFEAPI for MSVC

svn path=/branches/cmake-bringup/; revision=50541

13 years ago[CMAKE]
Timo Kreuzer [Fri, 28 Jan 2011 19:37:22 +0000 (19:37 +0000)]
[CMAKE]
Set linker language for win32ksys to C. Fixes MSVC compilation

svn path=/branches/cmake-bringup/; revision=50540

13 years ago[CMAKE]
Timo Kreuzer [Fri, 28 Jan 2011 18:16:48 +0000 (18:16 +0000)]
[CMAKE]
Remove module name from ntoskrnl add_importlib_target

svn path=/branches/cmake-bringup/; revision=50539

13 years ago[HID]
Timo Kreuzer [Fri, 28 Jan 2011 18:13:54 +0000 (18:13 +0000)]
[HID]
Fix spec file. All of the functions are present, either stubbed or implemented.

svn path=/branches/cmake-bringup/; revision=50538

13 years ago[CRT]
Timo Kreuzer [Fri, 28 Jan 2011 17:44:30 +0000 (17:44 +0000)]
[CRT]
add a single prototype, instead of including math.h

svn path=/branches/cmake-bringup/; revision=50537

13 years ago[CMAKE]
Timo Kreuzer [Fri, 28 Jan 2011 17:40:36 +0000 (17:40 +0000)]
[CMAKE]
- Preserve case of symbols when assembling (this is not default)
- link to msvcsup

svn path=/branches/cmake-bringup/; revision=50536

13 years ago[CMAKE]
Sylvain Petreolle [Fri, 28 Jan 2011 13:41:55 +0000 (13:41 +0000)]
[CMAKE]
Fix crt/bootcdregtest regression, due to _USER32_WSPRINTF.
add_definitions does not apply to target, but current directory.

svn path=/branches/cmake-bringup/; revision=50535

13 years ago[CMAKE]
Amine Khaldi [Fri, 28 Jan 2011 11:40:45 +0000 (11:40 +0000)]
[CMAKE]
- Share freeldr_arch as a static lib between freeldr and setupldr.
- Some formatting fixes.

svn path=/branches/cmake-bringup/; revision=50534

13 years ago[CMAKE]
Amine Khaldi [Fri, 28 Jan 2011 11:25:24 +0000 (11:25 +0000)]
[CMAKE]
- Properly handle setting the suffix variable. Fixes import libs creation.

svn path=/branches/cmake-bringup/; revision=50533

13 years ago[WDMAUD.DRV]
Johannes Anderwald [Fri, 28 Jan 2011 11:23:37 +0000 (11:23 +0000)]
[WDMAUD.DRV]
- Merge from audio branch
- Fix build
[WDMAUD_KERNEL]
- Fix build
- Update to new mmixer library interface

svn path=/trunk/; revision=50532

13 years ago[KS]
Johannes Anderwald [Fri, 28 Jan 2011 10:37:27 +0000 (10:37 +0000)]
[KS]
- Merge from audio branch
- Perform irp completion in dedicated function
- Move Software Bus function into own file
- Remove debugging code which caused crashes
- Partly implement IKsProcessingObject interface for filter
- Fix check in FindMatchingCreateItem function
- Implement software bus enumerator functions
[SWENUM]
- Implement SwDispatchPower, SwDispatchPower

svn path=/trunk/; revision=50531

13 years ago[PSDK]
Johannes Anderwald [Fri, 28 Jan 2011 10:25:07 +0000 (10:25 +0000)]
[PSDK]
- Merge from audio branch

svn path=/trunk/; revision=50529

13 years ago[MMEBUDDY]
Johannes Anderwald [Fri, 28 Jan 2011 10:17:01 +0000 (10:17 +0000)]
[MMEBUDDY]
- Merge from audio branch
- Handle mixers identified by id, not by handle
- Fix opening of mixer devices
- Waveformat struct is only provided when type is wave device
- Implement wave reset routine, fixes audio recording on ReactOS SndRec, AudaCity etc. Also fixes random hang in WinAmp when skipping audio bytes
- Implement wave pausing / restarting, should lead to smoother playback
[MMIXER]
- Merge from audio branch
- Tons of fixes to enumeration of mixerlines, controls / etc
- Fix mixer event notification callbacks
- For more info, read audio-bringup log

svn path=/trunk/; revision=50528

13 years ago[WINLOGON]
Johannes Anderwald [Fri, 28 Jan 2011 09:58:44 +0000 (09:58 +0000)]
[WINLOGON]
- Add msg constants (by smiley)

svn path=/trunk/; revision=50527

13 years ago[MMIXER_TEST]
Johannes Anderwald [Fri, 28 Jan 2011 09:56:00 +0000 (09:56 +0000)]
[MMIXER_TEST]
- Update mmixer tests

svn path=/trunk/; revision=50526

13 years ago[CMAKE]
Amine Khaldi [Fri, 28 Jan 2011 09:31:54 +0000 (09:31 +0000)]
[CMAKE]
- The suffix variable already holds a dot, don't add another one. Fixes import libs generation.

svn path=/branches/cmake-bringup/; revision=50525

13 years ago- save the KeyboardCues value correctly
Matthias Kupfer [Thu, 27 Jan 2011 23:53:57 +0000 (23:53 +0000)]
- save the KeyboardCues value correctly

svn path=/trunk/; revision=50524

13 years ago[undocuser.h]
Timo Kreuzer [Thu, 27 Jan 2011 23:45:40 +0000 (23:45 +0000)]
[undocuser.h]
Add nreline at the end of the file. MSVC is very picky about that.

svn path=/branches/cmake-bringup/; revision=50523

13 years ago[RTL]
Timo Kreuzer [Thu, 27 Jan 2011 23:03:01 +0000 (23:03 +0000)]
[RTL]
_Interlocked(Compare)ExchangePointer is an intrinsic that doesn't exist on x86, use portable version.

svn path=/branches/cmake-bringup/; revision=50522

13 years ago- effects dialog doesn't affect the color scheme (commented out until fixed finally)
Matthias Kupfer [Thu, 27 Jan 2011 22:00:22 +0000 (22:00 +0000)]
- effects dialog doesn't affect the color scheme (commented out until fixed finally)

svn path=/trunk/; revision=50521

13 years ago[CMAKE]
Timo Kreuzer [Thu, 27 Jan 2011 21:57:54 +0000 (21:57 +0000)]
[CMAKE]
Remove dll name from add_importlib_target macro

svn path=/branches/cmake-bringup/; revision=50520

13 years ago[CMAKE]
Timo Kreuzer [Thu, 27 Jan 2011 21:50:54 +0000 (21:50 +0000)]
[CMAKE]
get the library suffix from the target instead of passing it to the macro.

svn path=/branches/cmake-bringup/; revision=50519

13 years ago[CMAKE]
Timo Kreuzer [Thu, 27 Jan 2011 21:48:44 +0000 (21:48 +0000)]
[CMAKE]
Use spec file for getuname importlib

svn path=/branches/cmake-bringup/; revision=50518

13 years ago[UUID]
Timo Kreuzer [Thu, 27 Jan 2011 16:18:47 +0000 (16:18 +0000)]
[UUID]
Add IID_IWineD3DDeviceParent for MSVC

svn path=/branches/cmake-bringup/; revision=50515

13 years ago[CMAKE]
Timo Kreuzer [Thu, 27 Jan 2011 16:17:25 +0000 (16:17 +0000)]
[CMAKE]
Compile a dummy rossym library on MSVC

svn path=/branches/cmake-bringup/; revision=50514

13 years ago[CRT]
Timo Kreuzer [Thu, 27 Jan 2011 13:45:06 +0000 (13:45 +0000)]
[CRT]
Fix some warnings

svn path=/branches/cmake-bringup/; revision=50513

13 years ago[CMAKE]
Timo Kreuzer [Thu, 27 Jan 2011 13:37:21 +0000 (13:37 +0000)]
[CMAKE]
ML64 compatibility fixes for amd64 assembly

svn path=/branches/cmake-bringup/; revision=50512

13 years ago[EXPLORER_NEW]
Timo Kreuzer [Thu, 27 Jan 2011 10:47:55 +0000 (10:47 +0000)]
[EXPLORER_NEW]
Fix syntax

svn path=/branches/cmake-bringup/; revision=50509

13 years ago[WORDPAD]
Timo Kreuzer [Thu, 27 Jan 2011 10:44:08 +0000 (10:44 +0000)]
[WORDPAD]
Fix chinese resource file

svn path=/branches/cmake-bringup/; revision=50508

13 years ago[PING]
Timo Kreuzer [Thu, 27 Jan 2011 10:42:06 +0000 (10:42 +0000)]
[PING]
Fix resource syntax for MSVC and recent versions of the gcc preprocessor.

svn path=/branches/cmake-bringup/; revision=50507

13 years ago[CMAKE]
Timo Kreuzer [Wed, 26 Jan 2011 23:24:08 +0000 (23:24 +0000)]
[CMAKE]
- Sync with trunk 50501
- fix a couple of merge artifacts (indentation)

svn path=/branches/cmake-bringup/; revision=50505

13 years ago[CMAKE]
Sylvain Petreolle [Wed, 26 Jan 2011 22:19:12 +0000 (22:19 +0000)]
[CMAKE]
Sync trunk up to r50477.

svn path=/branches/cmake-bringup/; revision=50504

13 years ago[ROSAUTOTEST]
Colin Finck [Wed, 26 Jan 2011 21:56:17 +0000 (21:56 +0000)]
[ROSAUTOTEST]
- Fix direct submission to Testman after the recent changes and finally change the location to "reactos.org" instead of "localhost".
  Makes Rosautotest ready for running tests on our upcoming Windows Server instance.

svn path=/trunk/; revision=50502

13 years agoFix build of wined3d
Timo Kreuzer [Wed, 26 Jan 2011 17:43:31 +0000 (17:43 +0000)]
Fix build of wined3d

svn path=/trunk/; revision=50501

13 years ago[CRT]
Timo Kreuzer [Wed, 26 Jan 2011 17:16:07 +0000 (17:16 +0000)]
[CRT]
Cleanup math.h from unixism. For now move everything that doesn't belong there into mingw_math.h.

svn path=/trunk/; revision=50500

13 years ago[CRT]
Timo Kreuzer [Wed, 26 Jan 2011 16:28:34 +0000 (16:28 +0000)]
[CRT]
- Replace isinf with !_finite and isnan with _isnan

svn path=/trunk/; revision=50499

13 years ago[AVIFIL32]
Timo Kreuzer [Wed, 26 Jan 2011 16:26:42 +0000 (16:26 +0000)]
[AVIFIL32]
Split utf8 resources into theit own file (MSVC compatibility)

svn path=/trunk/; revision=50498

13 years agocrt header compatibility update:
Timo Kreuzer [Wed, 26 Jan 2011 16:24:35 +0000 (16:24 +0000)]
crt header compatibility update:
- define _USE_MATH_DEFINES for dsound, gdiplus, jscript and some win32k files
- don't define HAVE_LRINT(F) in libsamplerate
- Remove M_PI constants from win32k

svn path=/trunk/; revision=50497

13 years ago[FREELDR]
Timo Kreuzer [Tue, 25 Jan 2011 22:23:10 +0000 (22:23 +0000)]
[FREELDR]
Fix compilation on MSVC

svn path=/branches/cmake-bringup/; revision=50496

13 years ago[CRT]
Timo Kreuzer [Tue, 25 Jan 2011 20:56:14 +0000 (20:56 +0000)]
[CRT]
Fix copy pasta. Spotted by rs on irc.

svn path=/branches/cmake-bringup/; revision=50495

13 years ago[CRT]
Timo Kreuzer [Tue, 25 Jan 2011 20:48:56 +0000 (20:48 +0000)]
[CRT]
On MSVC mark abs, labs and strcmp as intrinsics (needed when compiling with /O2+) and disable a warning that they are not intrinsics (when compiled with /O1)

svn path=/branches/cmake-bringup/; revision=50494

13 years ago[CMAKE]
Timo Kreuzer [Tue, 25 Jan 2011 19:19:02 +0000 (19:19 +0000)]
[CMAKE]
Link smss to msvcsup on MSVC builds

svn path=/branches/cmake-bringup/; revision=50493

13 years ago[PSDK]
Timo Kreuzer [Tue, 25 Jan 2011 18:58:21 +0000 (18:58 +0000)]
[PSDK]
Include pseh.h not only for gcc

svn path=/branches/cmake-bringup/; revision=50492