reactos.git
13 years ago[NCI]
Timo Kreuzer [Wed, 9 Feb 2011 01:07:30 +0000 (01:07 +0000)]
[NCI]
Ue macros for the other nci generated files, too and delete nci-tool.

svn path=/trunk/; revision=50625

13 years ago[FREELDR/NTFS]
Pierre Schweitzer [Tue, 8 Feb 2011 23:36:14 +0000 (23:36 +0000)]
[FREELDR/NTFS]
Some fixes and addings to the NTFS header.
To be used later in order to fix NTFS driver in FreeLdr

svn path=/trunk/; revision=50624

13 years agotry to fix build.
Timo Kreuzer [Tue, 8 Feb 2011 20:32:04 +0000 (20:32 +0000)]
try to fix build.
How did it work before? Probably by chance. "As usual"(tm)

svn path=/trunk/; revision=50623

13 years ago[ASM]
Timo Kreuzer [Tue, 8 Feb 2011 19:00:54 +0000 (19:00 +0000)]
[ASM]
- Change the macros to prefix the labels with Nt or Zw depending on whether we build usermode or kernel mode stubs
- Create zw.S using the macros

svn path=/trunk/; revision=50622

13 years ago[WIN32KSYS]
Timo Kreuzer [Tue, 8 Feb 2011 17:33:50 +0000 (17:33 +0000)]
[WIN32KSYS]
replace nci-generated stubs with a stub file using macros

svn path=/trunk/; revision=50621

13 years ago[ASM]
Timo Kreuzer [Tue, 8 Feb 2011 16:50:49 +0000 (16:50 +0000)]
[ASM]
Add syscalls.inc, containing assembler macros to generate syscall stubs (all supported architectures)

svn path=/trunk/; revision=50620

13 years ago- "FontSmoothing" system parameter registry key should be REG_SZ (as it is in Windows...
Aleksey Bragin [Tue, 8 Feb 2011 15:55:56 +0000 (15:55 +0000)]
- "FontSmoothing" system parameter registry key should be REG_SZ (as it is in Windows, and as other SPIs are).

svn path=/trunk/; revision=50619

13 years ago[HEAP]
Roel Messiant [Tue, 8 Feb 2011 06:06:33 +0000 (06:06 +0000)]
[HEAP]
- RtlpInsertFreeBlockHelper: Don't validate the Previous Size of the next Heap Entry when inserting a free Heap Entry into a free list. Should solve bug #5843 and may affect bug #5857.
  All callers of this function already perform this check, except for RtlpInsertFreeBlock, a function used during Heap Segment creation/expansion.
  RtlpInsertFreeBlock creates multiple free Heap Entries (using the helper function) if the free space is too big to be contained in a single Heap Entry.
  In such a case however, it creates a Heap Entry and calls the helper before creating the next Heap Entry, which triggers this assert.

svn path=/trunk/; revision=50617

13 years ago[RTL]
Pierre Schweitzer [Mon, 7 Feb 2011 23:23:33 +0000 (23:23 +0000)]
[RTL]
Minor code changes to RTL (one would call them "optimisation"). Added some missing paged code.
Plus added useful asserts (used to catch r50615 bug!)

svn path=/trunk/; revision=50616

13 years ago[USETUP]
Pierre Schweitzer [Mon, 7 Feb 2011 23:16:29 +0000 (23:16 +0000)]
[USETUP]
Fix a really mean bug: wcslen() returns the size in characters whereas MaximumLength has to be in bytes.
Now, this sets MaximumLength to its appropriate size and prevents some memory issues (and buffers having odd size, which is weird for an unicode string...).

svn path=/trunk/; revision=50615

13 years ago[KMTEST]
Pierre Schweitzer [Mon, 7 Feb 2011 21:38:55 +0000 (21:38 +0000)]
[KMTEST]
Adding a new test for FsRtlIsNameInExpression(). Which is failing...
Will that end a day?!

svn path=/trunk/; revision=50614

13 years ago[NTOSKRNL/PPC]
Pierre Schweitzer [Sun, 6 Feb 2011 13:50:57 +0000 (13:50 +0000)]
[NTOSKRNL/PPC]
Fix the fix, spotted by "ThFabba" on IRC

svn path=/trunk/; revision=50612

13 years ago[NTOSKRNL/PPC]
Pierre Schweitzer [Sun, 6 Feb 2011 13:05:45 +0000 (13:05 +0000)]
[NTOSKRNL/PPC]
Fix sizeof() wrong usage

svn path=/trunk/; revision=50611

13 years ago[SETUPAPI]
Eric Kohl [Sat, 5 Feb 2011 21:58:19 +0000 (21:58 +0000)]
[SETUPAPI]
Implement CM_Is_Version_Available and CM_Is_Version_Available_Ex.

svn path=/trunk/; revision=50610

13 years ago[SYSSETUP]
Jérôme Gardou [Sat, 5 Feb 2011 16:00:11 +0000 (16:00 +0000)]
[SYSSETUP]
SC Manager needs SC_MANAGER_ENUMERATE_SERVICE access right to be able to open a service
Add debug prints to help tracking down the "EnableUserModePnpManager()" issue

svn path=/trunk/; revision=50609

13 years ago[NTOS]
Timo Kreuzer [Fri, 4 Feb 2011 23:19:00 +0000 (23:19 +0000)]
[NTOS]
Try to fix a winetst crash.

svn path=/trunk/; revision=50607

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[WIN32K]
Timo Kreuzer [Fri, 4 Feb 2011 13:53:49 +0000 (13:53 +0000)]
[WIN32K]
Fix a bug in calculation of the background color for 32bpp -> 1bpp color translations.
Fixes bug 2372

svn path=/trunk/; revision=50605

13 years ago[WIN32K]
Timo Kreuzer [Thu, 3 Feb 2011 19:25:09 +0000 (19:25 +0000)]
[WIN32K]
Fix buggy mechanism of pushing and popping free gdi handle slots. The old mechanism unneccessarily locked the entry and it was prone to the ABA problem as it didn't use a sequence number.

svn path=/trunk/; revision=50604

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[PORTCLS]
Amine Khaldi [Thu, 3 Feb 2011 18:21:19 +0000 (18:21 +0000)]
[PORTCLS]
- Fix more msvc issues.

svn path=/trunk/; revision=50602

13 years ago[PORTCLS]
Johannes Anderwald [Thu, 3 Feb 2011 17:17:18 +0000 (17:17 +0000)]
[PORTCLS]
- Try fix msvc issues for cmake branch

svn path=/trunk/; revision=50601

13 years ago[AUDIO]
Johannes Anderwald [Thu, 3 Feb 2011 09:34:59 +0000 (09:34 +0000)]
[AUDIO]
- Add i/o completion routine, which delivers the number of bytes written / read
- Close event handle, after the overlapped request has been handled.
- Audio stack no longer leaks ~ 50 event handles per second

svn path=/trunk/; revision=50600

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[ROSTESTS]
Sylvain Petreolle [Mon, 31 Jan 2011 21:50:16 +0000 (21:50 +0000)]
[ROSTESTS]
Add mmixer_test to cmake build.

svn path=/trunk/; revision=50582

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