reactos.git
19 years agoadded 'type' command
Royce Mitchell III [Sun, 19 Sep 2004 15:55:35 +0000 (15:55 +0000)]
added 'type' command

svn path=/trunk/; revision=10922

19 years ago1. implemented SetProcessWorkingSetSize()
Thomas Bluemel [Sun, 19 Sep 2004 14:36:47 +0000 (14:36 +0000)]
1. implemented SetProcessWorkingSetSize()
2. fixed Set/GetPriorityClass() not to call csrss and use NtSet/QueryInformationProcess() instead

svn path=/trunk/; revision=10921

19 years agodon't memcpy TIME structures to FILETIME structures
Thomas Bluemel [Sun, 19 Sep 2004 12:45:55 +0000 (12:45 +0000)]
don't memcpy TIME structures to FILETIME structures

svn path=/trunk/; revision=10920

19 years agoremove explorer references
Martin Fuchs [Sun, 19 Sep 2004 12:33:17 +0000 (12:33 +0000)]
remove explorer references

svn path=/trunk/; revision=10919

19 years agoadded Wine translations for winefile:
Martin Fuchs [Sun, 19 Sep 2004 12:23:31 +0000 (12:23 +0000)]
added Wine translations for winefile:
es.rc, fr.rc, hu.rc, it.rc, nl.rc, pt.rc, ru.rc, si.rc, zh.rc
Thanks to Sylvain Petreolle <spetreolle@yahoo.fr>

svn path=/trunk/; revision=10918

19 years ago- Call MmFreeSectionSegments if the Bcb reference count is zero (in CcRosReleaseFileC...
Hartmut Birr [Sun, 19 Sep 2004 12:11:44 +0000 (12:11 +0000)]
- Call MmFreeSectionSegments if the Bcb reference count is zero (in CcRosReleaseFileCache).

svn path=/trunk/; revision=10917

19 years agoAvoid crash
Gé van Geldorp [Sun, 19 Sep 2004 11:25:43 +0000 (11:25 +0000)]
Avoid crash

svn path=/trunk/; revision=10916

19 years agoSync to Wine-20040914
Gé van Geldorp [Sun, 19 Sep 2004 11:15:58 +0000 (11:15 +0000)]
Sync to Wine-20040914

svn path=/trunk/; revision=10915

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 11:13:17 +0000 (11:13 +0000)]
Sync to Wine-20040914:
Robert Reif <reif@earthlink.net>
- Don't try to find alternate formats for non PCM formats.

svn path=/trunk/; revision=10913

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 11:07:39 +0000 (11:07 +0000)]
Sync to Wine-20040914:
David Kredba <kredba@ibot.cas.cz>
- Added Czech resources.
Robert Reif <reif@earthlink.net>
- Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
  dsound.dll (like in 2k/xp).
Dmitry Timoshkov <dmitry@codeweavers.com>
- Fix an obvious typo leading to a crash.
Alexandre Julliard
- Function parameters don't need WINE_UNUSED.
Eric Pouech <pouech-eric@wanadoo.fr>
- Implemented the mmTask* functions.

svn path=/trunk/; revision=10912

19 years ago.cvsignore updated.
Emanuele Aliberti [Sun, 19 Sep 2004 10:48:43 +0000 (10:48 +0000)]
.cvsignore updated.

svn path=/trunk/; revision=10911

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:46:48 +0000 (10:46 +0000)]
Sync to Wine-20040914:
Hans Leidekker <hans@it.vu.nl>
- Dutch resource translation.
Alexandre Julliard
- Removed some uses of the non-standard ICOM_THIS macro.
- Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
  macro.
Mike McCormack <mike@codeweavers.com>
- Fix some -Wsigned-compare warnings.
- Don't read past end of table in PathFileExistsDefExtW.
- Use the ACP define in MB/WC conversion functions.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
  SHAnsiToAnsi, SHUnicodeToUnicode.
Francois Gouget <fgouget@free.fr>
- Don't export the shell32 SHAllocShared functions by name.
- Implement them by calling out their shlwapi equivalent (which had a
  much more complete implementation anyway).
- Fix the prototype of shlwapi's SHAllocShared().
- Don't crash if lpvData is NULL in SHAllocShared().
- Add a conformance test to shlwapi.
- Assorted spelling fixes.
Diego Petten= <dgp85@users.sourceforge.net>
- Add support for file:/// urls in PathCreateFromUrl.
- Add support in UrlIs() for URLIS_DIRECTORY and URLIS_FILEURL flags.
James Hawkins <truiken@gmail.com>
- Fix buffer overflow in PathSetDlgItemPathW that led to a trashed
  stack.

svn path=/trunk/; revision=10910

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:35:24 +0000 (10:35 +0000)]
Sync to Wine-20040914:
Mike McCormack <mike@codeweavers.com>
- Avoid non-standard types in rpcdcep.h.
Alexandre Julliard:
- Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
  macro.
- Removed some uses of the non-standard ICOM_THIS macro.
Francois Gouget <fgouget@free.fr>
- Fix and unify parsing of calling conventions.
- Hack handling of 'struct { } *NDR_SCONTEXT;' so we don't cause a parse
  error as this is a valid C construct.
- Generate type tests for rpcrt4.
- Remove PRPC_BINDING_VECTOR and PUUID_VECTOR, they don't exist on
  Windows.
- Fix the MIDL_STUB_MESSAGE, MIDL_SERVER_INFO and
  MIDL_STUBLESS_PROXY_INFO structs.
- Add NDR_ALLOC_ALL_NODES_CONTEXT, NDR_POINTER_QUEUE_STATE and
  CS_STUB_INFO.

svn path=/trunk/; revision=10909

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:28:59 +0000 (10:28 +0000)]
Sync to Wine-20040914:
Mike McCormack <mike@codeweavers.com>
- Use buffers rather than linked lists for input and out buffers.
- Stop reading input at a nul byte.
Evan Deaubl <wine@warpedview.com>
- Stop processing input stream when the outermost RTF group is closed.

svn path=/trunk/; revision=10908

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:24:48 +0000 (10:24 +0000)]
Sync to Wine-20040914:
Huw Davies <huw@codeweavers.com>
- Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
David Kredba <kredba@ibot.cas.cz>
- Added Czech resources.

svn path=/trunk/; revision=10907

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:20:48 +0000 (10:20 +0000)]
Sync to Wine-20040914:
Alexandre Julliard:
- Added recursive idl target to allow updating idl files private to a
  dll.
- Get rid of the non-standard ICOM_THIS macro.
- Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
  macro.
- Inline functions don't need WINE_UNUSED.
- Don't define BEGIN_INTERFACE in unknwn.h.
Mike McCormack <mike@codeweavers.com>
- Fix some warnings found with -Wsign-compare.
Francois Gouget <fgouget@free.fr>
- Move the PROPVARIANT declaration from objidl.idl to propidl.idl.
- Move related API declarations from individual C files to propidl.idl.
- Remove uneeded include of propidl.h in the propvariant.c test.
Robert Shearman <rob@codeweavers.com>
- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
- Test case VT_BSTR, VT_LPSTR and VT_LPWSTR.
- Fix PropVariantClear to reject invalid types.
- Don't crash on NULL pointers.
- Add test case.

svn path=/trunk/; revision=10906

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:08:06 +0000 (10:08 +0000)]
Sync to Wine-20040914:
Hans Leidekker <hans@it.vu.nl>
- Dutch resource translation.

svn path=/trunk/; revision=10905

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 10:07:26 +0000 (10:07 +0000)]
Sync to Wine-20040914:
Hans Leidekker <hans@it.vu.nl>
- Dutch resource translation.
David Kredba <kredba@ibot.cas.cz>
- Added Czech resources.

svn path=/trunk/; revision=10904

19 years agoSync to Wine-20040913:
Gé van Geldorp [Sun, 19 Sep 2004 10:03:26 +0000 (10:03 +0000)]
Sync to Wine-20040913:
Huw Davies <huw@codeweavers.com>
- Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
- Fix printer selection in PD_PRINTSETUP type dialogs.
Dmitry Timoshkov <dmitry@codeweavers.com>
- Use "MS Shell Dlg" in the Open File dialog templates as in Windows
- Resize child dialog when its controls are moved relatively stc32
  "magic" control.
- Y coordinate of the "magic" static control should be treated
  inclusively.
Jacek Caban <jack@itma.pwr.wroc.pl>
- Polish translation update.
Rein Klazes <rklazes@xs4all.nl>
- Fix a crash saving a file without file name extension and without
  extension filter.
Hans Leidekker <hans@it.vu.nl>
- Fix signed/unsigned comparison warnings.
Alexandre Julliard
- Removed some uses of the non-standard ICOM_THIS macro.
- Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
  macro.
- Get rid of the non-standard CONV_POINT and CONV_RECT functions.

svn path=/trunk/; revision=10903

19 years agoSync to Wine-20040913:
Gé van Geldorp [Sun, 19 Sep 2004 09:50:06 +0000 (09:50 +0000)]
Sync to Wine-20040913:
Robert Shearman <rob@codeweavers.com>
- Add 16x16 error, info and warning icons.
- Replace GetWindowLong by GetWindowLongPtr.
- Implement insert marks.
- Rearrange TOOLBAR_INFO.
- Clear data structure after dragging.
- WM_SETCURSOR does not need to be handled as it is not sent whilst
  the window is captured.
- Make uDragListMessage non-static so that we can re-use it
  elsewhere.
- Set class hbrBackground and style to the same as native.
- Set hbrBackground class property to same value as native.
- Use Unicode window functions instead of ANSI.
- Always redraw dialog on changing between pages.
- Set hbrBackground class property to same value as native.
- Remove no longer needed WM_ERASEBKGND handler.
- Use Unicode window functions instead of ANSI.
- Make customization list boxes into drag list boxes.
- Order available buttons in the same way as the native version.
- Obey TBCDRF_NOOFFSET for the button text.
- Make anchor highlighting behave more like native version.
- Don't recalculate toolbar in TOOLBAR_Unkwn460.
- Obey WM_SETREDRAW for the WM_ERASEBKGND message as well as
  WM_PAINT.
- TB_MARKITEM should redraw button.
- Send NM_LDOWN notification.
- NM_RDBLCLK only needs to send a NMHDR structure.
- On mouse notifications returning 0 DefWndProc should be called.
- Fix regression with IE's Menu Bar.
- Implement insert marks.
- Rearrange TOOLBAR_INFO.
- Fix anchor highlighting.
- Remove redundant test in TOOLBAR_DrawButton.
- Status update.
- Remove no longer valid comment.
- Minor coding style cleanups.
- Implement titles.
Hans Leidekker <hans@it.vu.nl>
- Fix signed/unsigned comparison warnings.
Ulrich Czekalla <ulrich@codeweavers.com>
- Forward focus to combobox, otherwise edit control won't get focus.
- The rectangle passed in DRAWITEMSTRUCT is slightly too large as
  compared with Windows.
- Clear tooltip when text is set to NULL.
- Repaint tooltip when item info changes.
Kevin Koltzau <kevin@plop.org>
- Fix bug with chained messages.
- Make SetWindowSubclass behave with SetWindowLong subclasses.
- Allow unlimited number of subclasses.
- Correct issue when SendMessage is called from within a subclass proc.
- Add regression test.
Huw Davies <huw@codeweavers.com>
- Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
David Kredba <kredba@ibot.cas.cz>
- Added Czech resources.
Vitaliy Margolen <wine-patch@kievinfo.com>
- Send correct tracing notification messages.
Michael Stefaniuc <mstefani@redhat.de>
- Fix hotspot handling
- Remove unused flag from the InternalDrag struct.
Filip Navara <xnavara@volny.cz>
- Status update.
- Fix resizing of wizards.
- Fill the area next to watermark bitmap with window color and subclass
  exterior wizard pages to suppress drawing background.
- Correct displaying of wizard subtitle.
- Do not distinguish exterior wizard pages by their position, but
  instead expect that every page in wizard that doesn't have header is
  exterior.
- Move the property sheet resizing code from PROPSHEET_CreatePage to
  PROPSHEET_SetCurSel. It needs to be executed on every page change
  because the application can modify it during the notifications.
- Draw the Wizard97 header bitmaps before drawing the header strings.
- Center the header bitmap of the new Wizard97 correctly.
- Display the correct wizard title for any wizard type and do not
  change it for reqular property sheets.
- Fix loading wizard title and subtitle from resources.
Mike McCormack <mike@codeweavers.com>
- Calculate the correct size of dialog templates in the propsheet
  control.
Zach Gorman <zach@archetypeauction.com>
- OK button should be default in non-wizard property sheets.
- Propsheet pages need WS_EX_CONTROLPARENT style.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- CreateDCA -> CreateDCW
Vitaliy Margolen <wine-patch@kievinfo.com>
- Make sure TreeView gets redrawn after calling EnsureVisible.

svn path=/trunk/; revision=10902

19 years agoSync to Wine-20040914:
Gé van Geldorp [Sun, 19 Sep 2004 09:18:36 +0000 (09:18 +0000)]
Sync to Wine-20040914:
Hans Leidekker <hans@it.vu.nl>
- Fix signed/unsigned comparison warnings.

svn path=/trunk/; revision=10901

19 years agoPrepare for syncing to Wine-20040914
Gé van Geldorp [Sun, 19 Sep 2004 09:11:12 +0000 (09:11 +0000)]
Prepare for syncing to Wine-20040914

svn path=/trunk/; revision=10900

19 years agoFix insertion of APCs where the target thread is attached to another process
Gé van Geldorp [Sat, 18 Sep 2004 19:43:00 +0000 (19:43 +0000)]
Fix insertion of APCs where the target thread is attached to another process

svn path=/trunk/; revision=10899

19 years agofix some compilings warings when you using some optimze settings in gcc compiler
Magnus Olsen [Sat, 18 Sep 2004 09:31:53 +0000 (09:31 +0000)]
fix some compilings warings when you  using some optimze settings in gcc compiler

env.c: In function `RtlDestroyEnvironment':
env.c:108: warning: dereferencing type-punned pointer will break strict-aliasing rules
env.c: In function `RtlSetEnvironmentVariable':
env.c:347: warning: dereferencing type-punned pointer will break strict-aliasing rules
env.c:393: warning: dereferencing type-punned pointer will break strict-aliasing rules

svn path=/trunk/; revision=10898

19 years agofix some compilings warings
Magnus Olsen [Sat, 18 Sep 2004 07:25:53 +0000 (07:25 +0000)]
fix some compilings warings

svn path=/trunk/; revision=10897

19 years agofix last compilings warings from this file.
Magnus Olsen [Sat, 18 Sep 2004 07:10:14 +0000 (07:10 +0000)]
fix last compilings warings from this file.

svn path=/trunk/; revision=10896

19 years agofix last compilings warings from this file.
Magnus Olsen [Fri, 17 Sep 2004 18:37:37 +0000 (18:37 +0000)]
fix last compilings warings from this file.

svn path=/trunk/; revision=10895

19 years agofix last compilings warings from this file.
Magnus Olsen [Fri, 17 Sep 2004 18:19:52 +0000 (18:19 +0000)]
fix last compilings warings from this file.

svn path=/trunk/; revision=10894

19 years agofix last compilings warings from this file.
Magnus Olsen [Fri, 17 Sep 2004 18:12:17 +0000 (18:12 +0000)]
fix last compilings warings from this file.

svn path=/trunk/; revision=10893

19 years agofix last compilings warings from this file.
Magnus Olsen [Fri, 17 Sep 2004 17:54:46 +0000 (17:54 +0000)]
fix last compilings warings from this file.

svn path=/trunk/; revision=10892

19 years agofix some compings warings not all yet
Magnus Olsen [Fri, 17 Sep 2004 17:47:14 +0000 (17:47 +0000)]
fix some compings warings not all yet

svn path=/trunk/; revision=10891

19 years agofix some compings warings not all yet
Magnus Olsen [Fri, 17 Sep 2004 17:31:08 +0000 (17:31 +0000)]
fix some compings warings not all yet

svn path=/trunk/; revision=10890

19 years agoHandle "." and ".." as special direcory names and move them at the very first beginni...
Martin Fuchs [Fri, 17 Sep 2004 16:56:46 +0000 (16:56 +0000)]
Handle "." and ".." as special direcory names and move them at the very first beginning of directory listings

svn path=/trunk/; revision=10888

19 years agoUserland test for lan.sys
Art Yerkes [Fri, 17 Sep 2004 16:07:41 +0000 (16:07 +0000)]
Userland test for lan.sys

svn path=/trunk/; revision=10887

19 years agoInterface for lan.sys
Art Yerkes [Fri, 17 Sep 2004 15:51:52 +0000 (15:51 +0000)]
Interface for lan.sys

svn path=/trunk/; revision=10886

19 years agoRemoved arp.h until the arp part is finished.
Art Yerkes [Fri, 17 Sep 2004 15:51:07 +0000 (15:51 +0000)]
Removed arp.h until the arp part is finished.

svn path=/trunk/; revision=10885

19 years agolan.sys is a simple driver providing access to ndis. This stuff is
Art Yerkes [Fri, 17 Sep 2004 15:50:16 +0000 (15:50 +0000)]
lan.sys is a simple driver providing access to ndis.  This stuff is
ripped from tcpip.sys in preparation for a big breakup.

svn path=/trunk/; revision=10884

19 years agoRestore old DBG and KDBG defaults
Gé van Geldorp [Fri, 17 Sep 2004 14:48:20 +0000 (14:48 +0000)]
Restore old DBG and KDBG defaults

svn path=/trunk/; revision=10883

19 years agofix small spelling fault
Magnus Olsen [Fri, 17 Sep 2004 09:25:10 +0000 (09:25 +0000)]
fix small spelling fault

svn path=/trunk/; revision=10882

19 years agoGet rid of .edf files
Gé van Geldorp [Thu, 16 Sep 2004 21:31:50 +0000 (21:31 +0000)]
Get rid of .edf files

svn path=/trunk/; revision=10881

19 years agomy small change to config to add optimze build for a cpu
Magnus Olsen [Thu, 16 Sep 2004 19:22:12 +0000 (19:22 +0000)]
my small change to config to add optimze build for a cpu
did break build for shm
it  did need small change in makefile for lpc  now it works agein

sorry all

svn path=/trunk/; revision=10880

19 years agomy small change to config to add optimze build for a cpu
Magnus Olsen [Thu, 16 Sep 2004 19:20:57 +0000 (19:20 +0000)]
my small change to config to add optimze build for a cpu
did break build for nptest
it  did need small change in makefile for lpc  now it works agein

sorry all

svn path=/trunk/; revision=10879

19 years agomy small change to config to add optimze build for a cpu
Magnus Olsen [Thu, 16 Sep 2004 19:19:34 +0000 (19:19 +0000)]
my small change to config to add optimze build for a cpu
did break build for mstest
it  did need small change in makefile for lpc  now it works agein

sorry all

svn path=/trunk/; revision=10878

19 years agomy small change to config to add optimze build for a cpu
Magnus Olsen [Thu, 16 Sep 2004 18:47:20 +0000 (18:47 +0000)]
my small change to config to add optimze build for a cpu
did break build for lpc
it  did need small change in makefile for lpc  now it works agein

sorry all

svn path=/trunk/; revision=10877

19 years agoIn config add switch OARCH for optimze build for the cpu you want
Magnus Olsen [Thu, 16 Sep 2004 17:35:33 +0000 (17:35 +0000)]
In config  add switch  OARCH  for optimze build for the cpu you want

for rule.mak
remove hardcoding of optimze build for cpu.
-march=i486 to -march=$(OARCH)

svn path=/trunk/; revision=10876

19 years agoAdd forceifhung flag
Gé van Geldorp [Thu, 16 Sep 2004 12:46:43 +0000 (12:46 +0000)]
Add forceifhung flag

svn path=/trunk/; revision=10875

19 years agoadd shell32.a
Martin Fuchs [Thu, 16 Sep 2004 12:02:49 +0000 (12:02 +0000)]
add shell32.a

svn path=/trunk/; revision=10874

19 years agoImplement NtQueryDefaultUILanguage, NtQueryInstallUILanguage and NtSetDefaultUILanguage.
Eric Kohl [Thu, 16 Sep 2004 11:47:18 +0000 (11:47 +0000)]
Implement NtQueryDefaultUILanguage, NtQueryInstallUILanguage and NtSetDefaultUILanguage.

svn path=/trunk/; revision=10873

19 years agoSort entries and remove duplicates.
Eric Kohl [Thu, 16 Sep 2004 11:46:17 +0000 (11:46 +0000)]
Sort entries and remove duplicates.

svn path=/trunk/; revision=10872

19 years agoGet rid of .edf files
Gé van Geldorp [Thu, 16 Sep 2004 10:25:18 +0000 (10:25 +0000)]
Get rid of .edf files

svn path=/trunk/; revision=10871

19 years agoPaintDesktop(): print system version on desktop background
Martin Fuchs [Wed, 15 Sep 2004 20:53:43 +0000 (20:53 +0000)]
PaintDesktop(): print system version on desktop background

svn path=/trunk/; revision=10870

19 years agoadd function to the header file
Thomas Bluemel [Wed, 15 Sep 2004 19:01:23 +0000 (19:01 +0000)]
add function to the header file

svn path=/trunk/; revision=10869

19 years agoadded a few usermode helper functions to work with sparse files
Thomas Bluemel [Wed, 15 Sep 2004 18:57:02 +0000 (18:57 +0000)]
added a few usermode helper functions to work with sparse files

svn path=/trunk/; revision=10868

19 years agoforgot to commit this file
Thomas Bluemel [Wed, 15 Sep 2004 17:06:34 +0000 (17:06 +0000)]
forgot to commit this file

svn path=/trunk/; revision=10867

19 years agoMake icon drawing mode corresponding to the current display settings (4,8,16,24,32...
Aleksey Bragin [Wed, 15 Sep 2004 16:03:09 +0000 (16:03 +0000)]
Make icon drawing mode corresponding to the current display settings (4,8,16,24,32 bit colors)
By Semyon "Tappak" Novikov.

svn path=/trunk/; revision=10866

19 years agofix RegSetValueEx() call
Martin Fuchs [Wed, 15 Sep 2004 14:25:46 +0000 (14:25 +0000)]
fix RegSetValueEx() call

svn path=/trunk/; revision=10865

19 years agoimplemented EnableVolumeCompression()
Thomas Bluemel [Wed, 15 Sep 2004 13:32:27 +0000 (13:32 +0000)]
implemented EnableVolumeCompression()

svn path=/trunk/; revision=10864

19 years agoremove direct version output from desktop; instead store the activation flag into...
Martin Fuchs [Wed, 15 Sep 2004 10:55:02 +0000 (10:55 +0000)]
remove direct version output from desktop; instead store the activation flag into the registry

svn path=/trunk/; revision=10863

19 years agoadd winefile
Martin Fuchs [Wed, 15 Sep 2004 10:16:05 +0000 (10:16 +0000)]
add winefile

svn path=/trunk/; revision=10862

19 years agomove winefile into subsys/system
Martin Fuchs [Wed, 15 Sep 2004 10:08:34 +0000 (10:08 +0000)]
move winefile into subsys/system

svn path=/trunk/; revision=10861

19 years ago- Fixed the length calculation in WriteConsoleOutputAttribute.
Hartmut Birr [Tue, 14 Sep 2004 22:30:56 +0000 (22:30 +0000)]
- Fixed the length calculation in WriteConsoleOutputAttribute.

svn path=/trunk/; revision=10860

19 years ago- Execute the reset command previous the present test for each unit (master/slave).
Hartmut Birr [Tue, 14 Sep 2004 22:09:06 +0000 (22:09 +0000)]
- Execute the reset command previous the present test for each unit (master/slave).

svn path=/trunk/; revision=10859

19 years ago- Use Unicode strings instead of WCHAR strings.
Eric Kohl [Tue, 14 Sep 2004 21:46:39 +0000 (21:46 +0000)]
- Use Unicode strings instead of WCHAR strings.
- Use FsRtl functions to handle wildcards.

svn path=/trunk/; revision=10858

19 years agoCheck if attached when terminating thread. Suggested by tamlin.
Gé van Geldorp [Tue, 14 Sep 2004 18:37:40 +0000 (18:37 +0000)]
Check if attached when terminating thread. Suggested by tamlin.

svn path=/trunk/; revision=10857

19 years agodo something in wcsnlen() - but it should be (as strnlen() in this file) not implemen...
Thomas Bluemel [Tue, 14 Sep 2004 14:01:25 +0000 (14:01 +0000)]
do something in wcsnlen() - but it should be (as strnlen() in this file) not implemented there, just so IsBadStringPtrW() works even though it lacks SEH protection at the moment

svn path=/trunk/; revision=10856

19 years agoImplement SeLockSubjectContext and SeUnlockSubjectContext.
Eric Kohl [Tue, 14 Sep 2004 11:04:48 +0000 (11:04 +0000)]
Implement SeLockSubjectContext and SeUnlockSubjectContext.

svn path=/trunk/; revision=10855

19 years agolittle fix
Thomas Bluemel [Tue, 14 Sep 2004 01:30:02 +0000 (01:30 +0000)]
little fix

svn path=/trunk/; revision=10854

19 years agoAdded WSAStartup.
Art Yerkes [Mon, 13 Sep 2004 22:59:22 +0000 (22:59 +0000)]
Added WSAStartup.

svn path=/trunk/; revision=10852

19 years agosilence debug message
Thomas Bluemel [Mon, 13 Sep 2004 21:37:32 +0000 (21:37 +0000)]
silence debug message

svn path=/trunk/; revision=10850

19 years agoimplemented RtlIpv4AddressToStringA/W and made ntdll export them.
Thomas Bluemel [Mon, 13 Sep 2004 20:25:26 +0000 (20:25 +0000)]
implemented RtlIpv4AddressToStringA/W and made ntdll export them.

svn path=/trunk/; revision=10848

19 years agoFix closing of LPC ports
Gé van Geldorp [Mon, 13 Sep 2004 19:10:45 +0000 (19:10 +0000)]
Fix closing of LPC ports

svn path=/trunk/; revision=10847

19 years agoFixed small mistake in string handling in my last commit.
Jens Collin [Mon, 13 Sep 2004 18:04:09 +0000 (18:04 +0000)]
Fixed small mistake in string handling in my last commit.

svn path=/trunk/; revision=10846

19 years agoadapted RtlInt64ToUnicodeString() from RtlIntegerToUnicodeString()
Thomas Bluemel [Mon, 13 Sep 2004 17:27:23 +0000 (17:27 +0000)]
adapted RtlInt64ToUnicodeString() from RtlIntegerToUnicodeString()

svn path=/trunk/; revision=10845

19 years agoLog error code when freetype fails to initialize
Gé van Geldorp [Mon, 13 Sep 2004 17:17:17 +0000 (17:17 +0000)]
Log error code when freetype fails to initialize

svn path=/trunk/; revision=10844

19 years agoadapted RtlIntegerToUnicode() from RtlIntegerToChar()
Thomas Bluemel [Mon, 13 Sep 2004 16:58:58 +0000 (16:58 +0000)]
adapted RtlIntegerToUnicode() from RtlIntegerToChar()

svn path=/trunk/; revision=10843

19 years agoRename HANDLE_REP to HANDLE_ENTRY.
Eric Kohl [Mon, 13 Sep 2004 14:43:50 +0000 (14:43 +0000)]
Rename HANDLE_REP to HANDLE_ENTRY.

svn path=/trunk/; revision=10842

19 years agoRegQueryInfoKeyW returns correct security descriptor size.
Eric Kohl [Mon, 13 Sep 2004 14:42:37 +0000 (14:42 +0000)]
RegQueryInfoKeyW returns correct security descriptor size.

svn path=/trunk/; revision=10841

19 years ago- Implement AddAccessAllowedAceEx, AddAccessDeniedAceEx and AddAuditAccessAceEx.
Eric Kohl [Mon, 13 Sep 2004 12:14:55 +0000 (12:14 +0000)]
- Implement AddAccessAllowedAceEx, AddAccessDeniedAceEx and AddAuditAccessAceEx.
- Add GetCurrentHwProfileW stub.

svn path=/trunk/; revision=10840

19 years ago- Return a default security descriptor when someone wants to retrieve the key security.
Eric Kohl [Mon, 13 Sep 2004 11:46:07 +0000 (11:46 +0000)]
- Return a default security descriptor when someone wants to retrieve the key security.
- Disable debug messages.

svn path=/trunk/; revision=10839

19 years ago- Fix a typo in RegGetKeySecurity().
Eric Kohl [Mon, 13 Sep 2004 11:41:26 +0000 (11:41 +0000)]
- Fix a typo in RegGetKeySecurity().
- Set missing error values.

svn path=/trunk/; revision=10838

19 years agoImplement RegGetKeySecurity.
Eric Kohl [Mon, 13 Sep 2004 08:51:40 +0000 (08:51 +0000)]
Implement RegGetKeySecurity.

svn path=/trunk/; revision=10837

19 years agofix -lstdc++
Royce Mitchell III [Mon, 13 Sep 2004 03:14:35 +0000 (03:14 +0000)]
fix -lstdc++

svn path=/trunk/; revision=10836

19 years agoFixed -lstdc++.
Art Yerkes [Mon, 13 Sep 2004 03:12:11 +0000 (03:12 +0000)]
Fixed -lstdc++.

svn path=/trunk/; revision=10835

19 years agoMake the end a little bit more interesting
Gé van Geldorp [Sun, 12 Sep 2004 21:58:01 +0000 (21:58 +0000)]
Make the end a little bit more interesting

svn path=/trunk/; revision=10834

19 years agorevert the changes i accidently committed to HEAD
Thomas Bluemel [Sun, 12 Sep 2004 19:47:49 +0000 (19:47 +0000)]
revert the changes i accidently committed to HEAD

svn path=/trunk/; revision=10831

19 years agoFix external termination of thread while thread is waiting in GetMessage()
Gé van Geldorp [Sun, 12 Sep 2004 19:29:23 +0000 (19:29 +0000)]
Fix external termination of thread while thread is waiting in GetMessage()

svn path=/trunk/; revision=10830

19 years agorewrote the gdi handle table that behaves similar 2k/XP and works without global...
Thomas Bluemel [Sun, 12 Sep 2004 19:21:08 +0000 (19:21 +0000)]
rewrote the gdi handle table that behaves similar 2k/XP and works without global locks

svn path=/trunk/; revision=10829

19 years agoreduce debug output
Thomas Bluemel [Sun, 12 Sep 2004 18:50:03 +0000 (18:50 +0000)]
reduce debug output

svn path=/trunk/; revision=10828

19 years agoMerged with wine. (Fixed const string handling)
Jens Collin [Sun, 12 Sep 2004 11:21:30 +0000 (11:21 +0000)]
Merged with wine. (Fixed const string handling)

svn path=/trunk/; revision=10827

19 years ago- Fix MS2PS rule to work on Windows.
Filip Navara [Sun, 12 Sep 2004 10:22:31 +0000 (10:22 +0000)]
- Fix MS2PS rule to work on Windows.
- Include PSEH header in the MS2PS generated files.

svn path=/trunk/; revision=10826

19 years agoAdd french language to syssetup. Fixes part 2 of bug 401.
Gé van Geldorp [Sun, 12 Sep 2004 09:52:48 +0000 (09:52 +0000)]
Add french language to syssetup. Fixes part 2 of bug 401.
Patch by Herv� Poussineau <poussine@freesurf.fr>

svn path=/trunk/; revision=10825

19 years agoUse Wine's language matching algorithm when searching for resources.
Gé van Geldorp [Sat, 11 Sep 2004 17:06:33 +0000 (17:06 +0000)]
Use Wine's language matching algorithm when searching for resources.
Fixes bug 261.

svn path=/trunk/; revision=10823

19 years ago- Implement FsRtlLegalAnsiCharacterArray.
Eric Kohl [Sat, 11 Sep 2004 14:49:41 +0000 (14:49 +0000)]
- Implement FsRtlLegalAnsiCharacterArray.
- Fix FsRtlDissectDbcs and FsRtlDoesDbcsContainWildCards prototypes.

svn path=/trunk/; revision=10822

19 years agoDefine LOCALE_SYEARMONTH, DATE_YEARMONTH, DATE_LTRREADING and DATE_RTLREADING.
Eric Kohl [Sat, 11 Sep 2004 08:48:27 +0000 (08:48 +0000)]
Define LOCALE_SYEARMONTH, DATE_YEARMONTH, DATE_LTRREADING and DATE_RTLREADING.

svn path=/trunk/; revision=10821

19 years ago- Define NOTHING.
Filip Navara [Sat, 11 Sep 2004 03:54:42 +0000 (03:54 +0000)]
- Define NOTHING.

svn path=/trunk/; revision=10820

19 years ago- Define FILE_USE_FILE_POINTER_POSITION and FILE_WRITE_TO_END_OF_FILE.
Filip Navara [Sat, 11 Sep 2004 03:52:18 +0000 (03:52 +0000)]
- Define FILE_USE_FILE_POINTER_POSITION and FILE_WRITE_TO_END_OF_FILE.
- Correct prototype of PFAST_IO_UNLOCK_ALL_BY_KEY.

svn path=/trunk/; revision=10819

19 years ago- Add declaration of FsRtlDissectName.
Filip Navara [Sat, 11 Sep 2004 03:51:13 +0000 (03:51 +0000)]
- Add declaration of FsRtlDissectName.

svn path=/trunk/; revision=10818

19 years agoWe need to import ntdll for DbgPrint
Steven Edwards [Fri, 10 Sep 2004 23:30:45 +0000 (23:30 +0000)]
We need to import ntdll for DbgPrint

svn path=/trunk/; revision=10817

19 years agoAdded Filips patch allowing for Wine testing output to go to DbgPrint as well as...
Steven Edwards [Fri, 10 Sep 2004 23:30:23 +0000 (23:30 +0000)]
Added Filips patch allowing for Wine testing output to go to DbgPrint as well as stdout.

svn path=/trunk/; revision=10816

19 years agoMoved interlocked function to rosrtl rather than exporting them from ntdll as windows...
Steven Edwards [Fri, 10 Sep 2004 23:29:28 +0000 (23:29 +0000)]
Moved interlocked function to rosrtl rather than exporting them from ntdll as windows does not export them from there.

svn path=/trunk/; revision=10815