reactos.git
15 years ago- sync wined3d with wine
Kamil Hornicek [Tue, 9 Dec 2008 12:16:19 +0000 (12:16 +0000)]
- sync wined3d with wine

svn path=/trunk/; revision=37957

15 years agoSeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIV...
Christoph von Wittich [Tue, 9 Dec 2008 08:33:26 +0000 (08:33 +0000)]
SeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIVILEGE now

svn path=/trunk/; revision=37955

15 years agosync CreateWellKnownSid with wine
Christoph von Wittich [Tue, 9 Dec 2008 07:09:25 +0000 (07:09 +0000)]
sync CreateWellKnownSid with wine

svn path=/trunk/; revision=37954

15 years ago- Fixed build.
James Tabor [Tue, 9 Dec 2008 06:05:29 +0000 (06:05 +0000)]
- Fixed build.

svn path=/trunk/; revision=37953

15 years ago- Add CP_UNIXCP for CP_ACP, this will help cross tests.
James Tabor [Tue, 9 Dec 2008 05:58:23 +0000 (05:58 +0000)]
- Add CP_UNIXCP for CP_ACP, this will help cross tests.

svn path=/trunk/; revision=37952

15 years ago- New patch by hto: Suspicious code in User32.dll, see bug 3935.
James Tabor [Tue, 9 Dec 2008 01:40:37 +0000 (01:40 +0000)]
- New patch by hto: Suspicious code in User32.dll, see bug 3935.

svn path=/trunk/; revision=37951

15 years ago- implement IServiceGroup interface
Johannes Anderwald [Mon, 8 Dec 2008 23:30:16 +0000 (23:30 +0000)]
- implement IServiceGroup interface
- implement PcNewServiceGroup

svn path=/trunk/; revision=37950

15 years agoRevert r37916 and add some correct tests for WC_NO_BEST_FIT_CHARS, which pass under...
Colin Finck [Mon, 8 Dec 2008 22:18:50 +0000 (22:18 +0000)]
Revert r37916 and add some correct tests for WC_NO_BEST_FIT_CHARS, which pass under Windows XP SP3.
They show that our implementation still has some bugs here and there.

svn path=/trunk/; revision=37947

15 years ago- Partly implement PcRegisterIoTimeout, PcUnregisterIoTimeout
Johannes Anderwald [Mon, 8 Dec 2008 21:42:44 +0000 (21:42 +0000)]
- Partly implement PcRegisterIoTimeout, PcUnregisterIoTimeout

svn path=/trunk/; revision=37946

15 years ago- Implement IResourceList_AddEntryFromParent
Johannes Anderwald [Mon, 8 Dec 2008 20:18:02 +0000 (20:18 +0000)]
- Implement IResourceList_AddEntryFromParent
- Implement PcNewResourceSublist

svn path=/trunk/; revision=37945

15 years ago- IntGetDeviceGammaRamp: remove unneeded code, i * 256 is always smaller than 65535...
Gregor Schneider [Mon, 8 Dec 2008 19:44:13 +0000 (19:44 +0000)]
- IntGetDeviceGammaRamp: remove unneeded code, i * 256 is always smaller than 65535 (255*256=65280 is the biggest value), CID 35
- IntSetDeviceGammaRamp: don't copy data to NULL buffer, CID 195

svn path=/trunk/; revision=37944

15 years ago- Experimental IInterrupt object implementation
Johannes Anderwald [Mon, 8 Dec 2008 19:08:07 +0000 (19:08 +0000)]
- Experimental IInterrupt object implementation

svn path=/trunk/; revision=37943

15 years ago- Add IID_IInterruptSync
Johannes Anderwald [Mon, 8 Dec 2008 19:06:15 +0000 (19:06 +0000)]
- Add IID_IInterruptSync

svn path=/trunk/; revision=37942

15 years agoFix two duplicate checks - obviously copy/pasted, CIDs 74 and 75
Gregor Schneider [Mon, 8 Dec 2008 17:02:19 +0000 (17:02 +0000)]
Fix two duplicate checks - obviously copy/pasted, CIDs 74 and 75

svn path=/trunk/; revision=37941

15 years ago- Remove unreachable code, CID 53
Gregor Schneider [Mon, 8 Dec 2008 16:27:28 +0000 (16:27 +0000)]
- Remove unreachable code, CID 53
- Simplify parameter checks, fix return value, set last error correctly, fix typo

svn path=/trunk/; revision=37940

15 years agofix ConvertStringSidToSidW
Christoph von Wittich [Mon, 8 Dec 2008 15:51:53 +0000 (15:51 +0000)]
fix ConvertStringSidToSidW

svn path=/trunk/; revision=37939

15 years ago- 'STATIC' -> 'static'
Stefan Ginsberg [Mon, 8 Dec 2008 13:33:44 +0000 (13:33 +0000)]
- 'STATIC' -> 'static'

svn path=/trunk/; revision=37936

15 years ago- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).
Aleksey Bragin [Mon, 8 Dec 2008 13:13:36 +0000 (13:13 +0000)]
- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).

svn path=/trunk/; revision=37935

15 years ago- Implement KeQueryRuntimeProcess for querying total user/kernel times of a process.
Aleksey Bragin [Mon, 8 Dec 2008 12:57:53 +0000 (12:57 +0000)]
- Implement KeQueryRuntimeProcess for querying total user/kernel times of a process.
- Use it for obtaining idle process times, and per-process information in QuerySystemInformation routines.
- Fix incorrect multiplier being applied to user/kernel times (should be KeMaximumIncrement instead of 100000).
- Slightly rework SystemProcessorPerformanceInformation to provide valid data.
- This fixed a bug existing since revision 24148, 2 years ago.
See issue #2329 for more details.

svn path=/trunk/; revision=37934

15 years ago- Please dont break functionality due to a compiler problem, just fix it.
James Tabor [Mon, 8 Dec 2008 07:57:18 +0000 (07:57 +0000)]
- Please dont break functionality due to a compiler problem, just fix it.

svn path=/trunk/; revision=37928

15 years ago- Patch by hto: Suspicious code in User32.dll, see bug 3935.
James Tabor [Mon, 8 Dec 2008 03:34:22 +0000 (03:34 +0000)]
- Patch by hto: Suspicious code in User32.dll, see bug 3935.

svn path=/trunk/; revision=37922

15 years agoPut inline functions into header files.
Dmitry Gorbachev [Sun, 7 Dec 2008 23:40:23 +0000 (23:40 +0000)]
Put inline functions into header files.

svn path=/trunk/; revision=37921

15 years agoRemove WINVER, committed in r37916.
Dmitry Gorbachev [Sun, 7 Dec 2008 22:03:22 +0000 (22:03 +0000)]
Remove WINVER, committed in r37916.

svn path=/trunk/; revision=37920

15 years agoSilence GCC warnings.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:52:22 +0000 (21:52 +0000)]
Silence GCC warnings.

svn path=/trunk/; revision=37919

15 years agoRemove stray semicolon, change indentation.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:49:30 +0000 (21:49 +0000)]
Remove stray semicolon, change indentation.

svn path=/trunk/; revision=37918

15 years agoAdd missing parentheses.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:48:44 +0000 (21:48 +0000)]
Add missing parentheses.

svn path=/trunk/; revision=37917

15 years agoUse WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte(). Bug #3903.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:46:16 +0000 (21:46 +0000)]
Use WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte(). Bug #3903.

svn path=/trunk/; revision=37916

15 years ago- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGEMENT) so it dies on release...
Stefan Ginsberg [Sun, 7 Dec 2008 18:05:28 +0000 (18:05 +0000)]
- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGEMENT) so it dies on release build too

svn path=/trunk/; revision=37914

15 years ago- Fix drawing the status bar over the play cards, happened if no status bar was speci...
Gregor Schneider [Sun, 7 Dec 2008 18:04:56 +0000 (18:04 +0000)]
- Fix drawing the status bar over the play cards, happened if no status bar was specified on sol startup (Win and ROS behavior); the bar has to be created to get the coords right - so we'll just hide it if we don't need it (like it's done when toggling status bar visibility in options)
- Additional cleanup by Roel Messiant, <roelmessiant AT gmail DOT com>:
- Replace the default options magic value by the proper constant
- Status bar height was being set wrong, but the system's constraint was fixing this behind the screens
- See bugs #3336 and #3820 for more info

svn path=/trunk/; revision=37913

15 years agoMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174, 36274, 36444, 36445, 36446...
Timo Kreuzer [Sun, 7 Dec 2008 12:11:46 +0000 (12:11 +0000)]
Merge 34758, 34771, 34786, 34787, 34906, 35826, 36174, 36274, 36444, 36445, 36446, 36447, 36448, 36477, 36511, 36898, 36903 from amd64 branch

svn path=/trunk/; revision=37910

15 years ago- Introduce a common header file.
Eric Kohl [Sat, 6 Dec 2008 21:33:49 +0000 (21:33 +0000)]
- Introduce a common header file.
- Use Wine-style debug code everywhere.

svn path=/trunk/; revision=37906

15 years ago- Fix a potential case of non-paged pool memory double freeing. Spotted by Michael...
Aleksey Bragin [Sat, 6 Dec 2008 19:35:54 +0000 (19:35 +0000)]
- Fix a potential case of non-paged pool memory double freeing. Spotted by Michael Martin.

svn path=/trunk/; revision=37905

15 years ago- move CONTEXT stuff from wdm.h to winddk.h / armddk.h
Timo Kreuzer [Sat, 6 Dec 2008 18:31:33 +0000 (18:31 +0000)]
- move CONTEXT stuff from wdm.h to winddk.h / armddk.h
- inlcude intrin.h in wdm.h
- avoid redefining PCONTEXT
- use intrinsics for BitScanForward/Reverse

svn path=/trunk/; revision=37902

15 years agorename section "init" to "INIT", so that pefixup will actually recognize it
Timo Kreuzer [Sat, 6 Dec 2008 18:25:06 +0000 (18:25 +0000)]
rename section "init" to "INIT", so that pefixup will actually recognize it

svn path=/trunk/; revision=37901

15 years ago- Implement IoGetRemainingStackSize.
Aleksey Bragin [Sat, 6 Dec 2008 14:59:11 +0000 (14:59 +0000)]
- Implement IoGetRemainingStackSize.

svn path=/trunk/; revision=37900

15 years ago- Add missing function declarations.
Aleksey Bragin [Sat, 6 Dec 2008 14:52:16 +0000 (14:52 +0000)]
- Add missing function declarations.

svn path=/trunk/; revision=37899

15 years ago- Merge Pierre's changes to ntifs.h from the branch, with my edits.
Aleksey Bragin [Sat, 6 Dec 2008 14:36:03 +0000 (14:36 +0000)]
- Merge Pierre's changes to ntifs.h from the branch, with my edits.
- Remove a duplicate structure which does not exist in official ntifs.h.
- Fix a typo in PNOTIFY_SYNC declaration.

svn path=/trunk/; revision=37898

15 years agoFix a race condition between umpnpmgr service and CMP_WaitNoPendingInstallEvents...
Hervé Poussineau [Sat, 6 Dec 2008 12:54:24 +0000 (12:54 +0000)]
Fix a race condition between umpnpmgr service and CMP_WaitNoPendingInstallEvents API.

svn path=/trunk/; revision=37894

15 years ago- Add localui from Wine
Dmitry Chapyshev [Sat, 6 Dec 2008 12:09:14 +0000 (12:09 +0000)]
- Add localui from Wine
- Add baseaddress for localui
- Add localui to bootcd

svn path=/trunk/; revision=37893

15 years ago- Update headers
Dmitry Chapyshev [Sat, 6 Dec 2008 11:18:08 +0000 (11:18 +0000)]
- Update headers
- Add more stubs for winspool

svn path=/trunk/; revision=37892

15 years agoReplace call to ExtractIconExW (shell32.dll) by a call to PrivateExtractIconExw ...
Eric Kohl [Sat, 6 Dec 2008 11:13:50 +0000 (11:13 +0000)]
Replace call to ExtractIconExW (shell32.dll) by a call to PrivateExtractIconExw (user32.dll) and remove shell32.dll from the list of linked libraries because shell32.dll requires a valid user account upon initialization.

Please remember: Don't use high-level DLLs in low-level components (dll or exe)!!!!

svn path=/trunk/; revision=37891

15 years ago- Add reserved reparse tags definitions.
Aleksey Bragin [Sat, 6 Dec 2008 11:05:21 +0000 (11:05 +0000)]
- Add reserved reparse tags definitions.

svn path=/trunk/; revision=37890

15 years ago.def -> .spec
Dmitry Chapyshev [Sat, 6 Dec 2008 10:28:06 +0000 (10:28 +0000)]
.def -> .spec

svn path=/trunk/; revision=37888

15 years ago- Sync mlang with Wine 1.1.10
Dmitry Chapyshev [Sat, 6 Dec 2008 09:39:38 +0000 (09:39 +0000)]
- Sync mlang with Wine 1.1.10

svn path=/trunk/; revision=37885

15 years ago- Sync gdiplus wine tests
Dmitry Chapyshev [Sat, 6 Dec 2008 09:26:52 +0000 (09:26 +0000)]
- Sync gdiplus wine tests

svn path=/trunk/; revision=37883

15 years ago- Sync headers with Wine head
Dmitry Chapyshev [Sat, 6 Dec 2008 09:26:01 +0000 (09:26 +0000)]
- Sync headers with Wine head
- Sync gdiplus with Wine head

svn path=/trunk/; revision=37882

15 years ago- Add CFSTR_SHELLIDLISTA
Dmitry Chapyshev [Sat, 6 Dec 2008 09:10:05 +0000 (09:10 +0000)]
- Add CFSTR_SHELLIDLISTA

svn path=/trunk/; revision=37877

15 years ago- Implement SetupInstallFileA/W
Dmitry Chapyshev [Sat, 6 Dec 2008 09:07:05 +0000 (09:07 +0000)]
- Implement SetupInstallFileA/W
- Stub implement SetupPromptForDiskA/W
All from Wine.

svn path=/trunk/; revision=37876

15 years agofix FIELD_OFFSET macro
Timo Kreuzer [Fri, 5 Dec 2008 12:10:31 +0000 (12:10 +0000)]
fix FIELD_OFFSET macro

svn path=/trunk/; revision=37866

15 years agofix x64 definition of __readmsr()
Timo Kreuzer [Fri, 5 Dec 2008 12:00:39 +0000 (12:00 +0000)]
fix x64 definition of __readmsr()

svn path=/trunk/; revision=37865

15 years agoSync to wine-1.1.4:
Eric Kohl [Thu, 4 Dec 2008 21:22:42 +0000 (21:22 +0000)]
Sync to wine-1.1.4:

- Rob Shearman <robertshearman@gmail.com> Tue, 26 Aug 2008
widl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles instead of RPC_X_NULL_REF_PTR.

Based on a patch by Michael Martin.

- Alexandre Julliard <julliard@winehq.org> Sat, 30 Aug 2008
widl: Replace write_name() by get_name() to make the code more readable.

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 2 Sep 2008
widl: Output NULL for inherited methods in the vtbl.

svn path=/trunk/; revision=37862

15 years agomodified tools/rbuild/backend/mingw/modulehandler.cpp
KJK::Hyperion [Thu, 4 Dec 2008 21:13:43 +0000 (21:13 +0000)]
modified   tools/rbuild/backend/mingw/modulehandler.cpp
   DWARF debugging information confuses rsym, and DWARF-2 information from internal libraries (like libgcc) results in huge executables that don't even run on Windows. Therefore, before the rsym phase, strip all DWARF-2 sections
   This is a HACK for gcc builds compiled with DWARF-2 symbols (e.g. 4.3.2-tdm-1). The real solution (to be implemented soon) is to parse DWARF-2 line numbers in rsym
   Amendment to r37851: use objcopy instead of strip because strip gets us more than we bargained for, and strips all debug information too

modified   tools/rsym.c
   Don't overrun a heap block when there are discarded relocations

svn path=/trunk/; revision=37861

15 years agoSync to wine-1.1.3:
Eric Kohl [Thu, 4 Dec 2008 20:20:08 +0000 (20:20 +0000)]
Sync to wine-1.1.3:

- Dan Hipschman <dsh@linux.ucla.edu> Thu, 7 Aug 2008
widl: Honor typedef pointer attributes.

svn path=/trunk/; revision=37860

15 years agoSync to wine-1.1.1 (Patch 10 of 10):
Eric Kohl [Thu, 4 Dec 2008 19:52:55 +0000 (19:52 +0000)]
Sync to wine-1.1.1 (Patch 10 of 10):

- Alexandre Julliard <julliard@winehq.org> Mon, 7 Jul 2008
Add noinput directive to all lex files to avoid a compiler warning.

svn path=/trunk/; revision=37859

15 years agoSync to wine-1.1.1 (Patch 9 of 10):
Eric Kohl [Thu, 4 Dec 2008 19:37:53 +0000 (19:37 +0000)]
Sync to wine-1.1.1 (Patch 9 of 10):

- Alexandre Julliard <julliard@winehq.org> Mon, 7 Jul 2008
widl: Fix a couple of uninitialized variable compiler warnings.

svn path=/trunk/; revision=37858

15 years agofix some ULONG/ULONG_PTR issues
Timo Kreuzer [Thu, 4 Dec 2008 19:08:55 +0000 (19:08 +0000)]
fix some ULONG/ULONG_PTR issues

svn path=/trunk/; revision=37857

15 years agoUndo r37851 because rsym sucks
KJK::Hyperion [Thu, 4 Dec 2008 19:01:50 +0000 (19:01 +0000)]
Undo r37851 because rsym sucks

svn path=/trunk/; revision=37856

15 years ago- Implement PcGetDeviceProperty, PcGetTimeInterval
Johannes Anderwald [Thu, 4 Dec 2008 18:43:42 +0000 (18:43 +0000)]
- Implement PcGetDeviceProperty, PcGetTimeInterval
- Stub interfaces of IDmaChannel, IDmaChannelSlave
- Stub IMiniport adapters IMiniportDMus
- Stub IPort drivers (IPortDMus, IPortMidi, IPortTopology, IPortWaveCyclic, IPortWavePci)
- Implement IRegistryKey interface
- Enhance IResource interface

svn path=/trunk/; revision=37855

15 years agoFree allocated resource on error, CID 1358.
Gregor Schneider [Thu, 4 Dec 2008 16:46:54 +0000 (16:46 +0000)]
Free allocated resource on error, CID 1358.

svn path=/trunk/; revision=37853

15 years ago- Add interfaces for IMasterClock, IMXF, IAllocatorMXF, IPortDMus, IMiniportDMus
Johannes Anderwald [Thu, 4 Dec 2008 16:29:56 +0000 (16:29 +0000)]
- Add interfaces for IMasterClock, IMXF, IAllocatorMXF, IPortDMus, IMiniportDMus

svn path=/trunk/; revision=37852

15 years agoDWARF debugging information confuses rsym, and DWARF-2 information from internal...
KJK::Hyperion [Thu, 4 Dec 2008 16:09:26 +0000 (16:09 +0000)]
DWARF debugging information confuses rsym, and DWARF-2 information from internal libraries (like libgcc) results in huge executables that don't even run on Windows. Therefore, before the rsym phase, strip all DWARF-2 sections

This is a HACK for gcc builds compiled with DWARF-2 symbols (e.g. 4.3.2-tdm-1). The real solution (to be implemented soon) is to parse DWARF-2 line numbers in rsym

svn path=/trunk/; revision=37851

15 years agomodified lib/3rdparty/mingw/main.c
KJK::Hyperion [Thu, 4 Dec 2008 15:49:47 +0000 (15:49 +0000)]
modified   lib/3rdparty/mingw/main.c
   Make -Wno-main redundant

modified   tools/rbuild/backend/mingw/modulehandler.cpp
   -Wno-main now redundant

svn path=/trunk/; revision=37850

15 years ago- Don't cache a value if we might dereference NULL
Stefan Ginsberg [Thu, 4 Dec 2008 15:15:01 +0000 (15:15 +0000)]
- Don't cache a value if we might dereference NULL
- Fix for CID 653

svn path=/trunk/; revision=37848

15 years ago- Fix some redefinitions
Stefan Ginsberg [Thu, 4 Dec 2008 14:11:57 +0000 (14:11 +0000)]
- Fix some redefinitions

svn path=/trunk/; revision=37846

15 years ago- WDK defines PNOTIFY_SYNC as a pointer to VOID.
Aleksey Bragin [Thu, 4 Dec 2008 14:01:50 +0000 (14:01 +0000)]
- WDK defines PNOTIFY_SYNC as a pointer to VOID.

svn path=/trunk/; revision=37845

15 years ago- Fix FsRtlFastCheckLockForRead and Write function prototypes.
Aleksey Bragin [Thu, 4 Dec 2008 11:12:42 +0000 (11:12 +0000)]
- Fix FsRtlFastCheckLockForRead and Write function prototypes.

svn path=/trunk/; revision=37843

15 years ago- Add CLSIDs for Miniport drivers
Johannes Anderwald [Thu, 4 Dec 2008 08:44:17 +0000 (08:44 +0000)]
- Add CLSIDs for Miniport drivers
- Add IIDs for IResourceList, IRegistryKey
- Add IMiniportWaveCyclicStream, IMiniportWaveCyclic interface

svn path=/trunk/; revision=37842

15 years agoFix them second time.
Dmitry Gorbachev [Thu, 4 Dec 2008 00:55:15 +0000 (00:55 +0000)]
Fix them second time.

svn path=/trunk/; revision=37841

15 years agoFix Ke386Get(Global|Local|Interrupt)DescriptorTable, Ke386GetTr.
Dmitry Gorbachev [Wed, 3 Dec 2008 22:24:29 +0000 (22:24 +0000)]
Fix Ke386Get(Global|Local|Interrupt)DescriptorTable, Ke386GetTr.

svn path=/trunk/; revision=37840

15 years agoTrying to fix...
Dmitry Gorbachev [Wed, 3 Dec 2008 18:04:26 +0000 (18:04 +0000)]
Trying to fix...

svn path=/trunk/; revision=37839

15 years agoSlovak patch by Mario Kacmar aka Kario (bug #3934).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:52:24 +0000 (17:52 +0000)]
Slovak patch by Mario Kacmar aka Kario (bug #3934).

svn path=/trunk/; revision=37838

15 years agoFix Unicode -> Multibyte conversion (bug #3903).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:40:49 +0000 (17:40 +0000)]
Fix Unicode -> Multibyte conversion (bug #3903).

svn path=/trunk/; revision=37836

15 years agoRemove stray semicolons, GCC gratias.
Dmitry Gorbachev [Wed, 3 Dec 2008 17:39:55 +0000 (17:39 +0000)]
Remove stray semicolons, GCC gratias.

svn path=/trunk/; revision=37835

15 years agoFix GCC complaints about uninitialized variables (bug #3912).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:38:56 +0000 (17:38 +0000)]
Fix GCC complaints about uninitialized variables (bug #3912).

svn path=/trunk/; revision=37834

15 years agoSilence compiler warnings (11/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:37:58 +0000 (17:37 +0000)]
Silence compiler warnings (11/11).

svn path=/trunk/; revision=37833

15 years agoSilence compiler warnings (10/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:37:23 +0000 (17:37 +0000)]
Silence compiler warnings (10/11).

svn path=/trunk/; revision=37832

15 years agoSilence compiler warnings (9/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:36:23 +0000 (17:36 +0000)]
Silence compiler warnings (9/11).

svn path=/trunk/; revision=37831

15 years agoSilence compiler warnings (8/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:34:49 +0000 (17:34 +0000)]
Silence compiler warnings (8/11).

svn path=/trunk/; revision=37830

15 years agoSilence compiler warnings (7/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:33:13 +0000 (17:33 +0000)]
Silence compiler warnings (7/11).

svn path=/trunk/; revision=37829

15 years agoSilence compiler warnings (6/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:32:36 +0000 (17:32 +0000)]
Silence compiler warnings (6/11).

svn path=/trunk/; revision=37828

15 years agoSilence compiler warnings (5/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:31:38 +0000 (17:31 +0000)]
Silence compiler warnings (5/11).

svn path=/trunk/; revision=37827

15 years agoSilence compiler warnings (4/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:29:38 +0000 (17:29 +0000)]
Silence compiler warnings (4/11).

svn path=/trunk/; revision=37826

15 years agoSilence compiler warnings (3/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:28:59 +0000 (17:28 +0000)]
Silence compiler warnings (3/11).

svn path=/trunk/; revision=37825

15 years agoSilence compiler warnings (2/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:28:33 +0000 (17:28 +0000)]
Silence compiler warnings (2/11).

svn path=/trunk/; revision=37824

15 years agoSilence compiler warnings (1/11).
Dmitry Gorbachev [Wed, 3 Dec 2008 17:28:24 +0000 (17:28 +0000)]
Silence compiler warnings (1/11).

svn path=/trunk/; revision=37823

15 years ago- Make imagehlp compile warning free (don't mix Wine and ros debug style, add missing...
Stefan Ginsberg [Wed, 3 Dec 2008 13:05:54 +0000 (13:05 +0000)]
- Make imagehlp compile warning free (don't mix Wine and ros debug style, add missing casts)

svn path=/trunk/; revision=37817

15 years ago- Patch by hto: Correct definitions of PSN_* constants
Stefan Ginsberg [Wed, 3 Dec 2008 12:48:53 +0000 (12:48 +0000)]
- Patch by hto: Correct definitions of PSN_* constants
See issue #3925 for more details.

svn path=/trunk/; revision=37816

15 years agoMinGW does have vsnprintf. Fixes a warning in libxml2
KJK::Hyperion [Tue, 2 Dec 2008 23:18:25 +0000 (23:18 +0000)]
MinGW does have vsnprintf. Fixes a warning in libxml2
Dedicated to Samuel Serapión

svn path=/trunk/; revision=37815

15 years agoSync to wine-1.1.1 (Patch 8 of 10):
Eric Kohl [Tue, 2 Dec 2008 21:08:02 +0000 (21:08 +0000)]
Sync to wine-1.1.1 (Patch 8 of 10):

- Rob Shearman <robertshearman@gmail.com> Fri, 4 Jul 2008
widl: Remove some unnecessary calls to duptype.

svn path=/trunk/; revision=37814

15 years agoSync to wine-1.1.1 (Patch 7 of 10):
Eric Kohl [Tue, 2 Dec 2008 20:45:09 +0000 (20:45 +0000)]
Sync to wine-1.1.1 (Patch 7 of 10):

- Rob Shearman <robertshearman@gmail.com> Fri, 4 Jul 2008
widl: Rename find_type_helper, find_type and find_type2 to find_type, find_type_error and find_type_error2 respectively.

svn path=/trunk/; revision=37813

15 years agoRevert r37802, which reverted r37801, which was previously reverted in r37477 reverti...
Colin Finck [Tue, 2 Dec 2008 19:17:32 +0000 (19:17 +0000)]
Revert r37802, which reverted r37801, which was previously reverted in r37477 reverting r37476.
In other words: Reapply ekohl's widl change part 4, as the Release slave should build it properly now.

svn path=/trunk/; revision=37812

15 years agoRevert my changes in r37808.
Colin Finck [Tue, 2 Dec 2008 19:05:11 +0000 (19:05 +0000)]
Revert my changes in r37808.
Reenable testing on undefined properties, they are treated as being empty now. This feature got lost when moving the <if> block parsing entirely to rbuild in r34852.

Should fix the Release build properly _with_ touching rbuild :-)

svn path=/trunk/; revision=37811

15 years agoRamDRV is not in our tree anymore.
Daniel Reimer [Tue, 2 Dec 2008 15:55:24 +0000 (15:55 +0000)]
RamDRV is not in our tree anymore.

svn path=/trunk/; revision=37809

15 years agoKDBG needs DBG to be set, I can't imagine any useful situation for KDBG without DBG.
Colin Finck [Tue, 2 Dec 2008 11:38:23 +0000 (11:38 +0000)]
KDBG needs DBG to be set, I can't imagine any useful situation for KDBG without DBG.
Change the <if> logic in ReactOS-general.rbuild (and ReactOS-arm.rbuild for the ARM guys) accordingly. This also supersedes DBG_OR_KDBG, which never worked properly for Release builds anyway.

Should fix the Release build without touching rbuild itself :-)

svn path=/trunk/; revision=37808

15 years agoByeBye 100 MB Log File. Byebye, 200 kB/s
Daniel Reimer [Tue, 2 Dec 2008 09:08:01 +0000 (09:08 +0000)]
ByeBye 100 MB Log File. Byebye, 200 kB/s

svn path=/trunk/; revision=37806

15 years agoNevermind, I'd rather have the debug build. Someone fix this correctly, please.
Andrew Munger [Tue, 2 Dec 2008 08:38:03 +0000 (08:38 +0000)]
Nevermind, I'd rather have the debug build.  Someone fix this correctly, please.

svn path=/trunk/; revision=37805

15 years ago"Fix" the release build.
Andrew Munger [Tue, 2 Dec 2008 08:10:36 +0000 (08:10 +0000)]
"Fix" the release build.

svn path=/trunk/; revision=37804

15 years ago- Correct the copyright header for path.c. Crediting Dmitry Timoshkov for his great...
James Tabor [Mon, 1 Dec 2008 21:38:57 +0000 (21:38 +0000)]
- Correct the copyright header for path.c. Crediting Dmitry Timoshkov for his great work in the Open Source Software movement.

svn path=/trunk/; revision=37803

15 years agoRevert 37801 because it still breaks the release build.
Eric Kohl [Mon, 1 Dec 2008 20:38:24 +0000 (20:38 +0000)]
Revert 37801 because it still breaks the release build.

svn path=/trunk/; revision=37802

15 years agoSync to wine-1.1.1 (Patch 4 of 10):
Eric Kohl [Mon, 1 Dec 2008 20:33:43 +0000 (20:33 +0000)]
Sync to wine-1.1.1 (Patch 4 of 10):

ATTENTION: You MUST run "clean" before building ReactOS, otherwise WIDL will crash when it is run.

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 1 Jul 2008
widl: Implement type redefinition checks.

This allows widl to catch type redefinitions and report an error, like MIDL.
However, this does a better job than MIDL since it also reports the location of the originial definition, like GCC.

CREDITS: Thanks to Christoph and Martin von Wittich for updating the Release-Buildslave. This patch should now build on both Buildslaves.

svn path=/trunk/; revision=37801