reactos.git
16 years agoFix function prototypes and two typos.
Eric Kohl [Tue, 25 Dec 2007 15:45:53 +0000 (15:45 +0000)]
Fix function prototypes and two typos.

svn path=/trunk/; revision=31434

16 years agoQuery and set the display string using data length counted in bytes.
Eric Kohl [Tue, 25 Dec 2007 13:59:57 +0000 (13:59 +0000)]
Query and set the display string using data length counted in bytes.

svn path=/trunk/; revision=31433

16 years ago- Initialize FlusherLock as a pushlock, not as an Ex-resource (it's used as a pushloc...
Aleksey Bragin [Tue, 25 Dec 2007 13:15:52 +0000 (13:15 +0000)]
- Initialize FlusherLock as a pushlock, not as an Ex-resource (it's used as a pushlock in the code now).

svn path=/trunk/; revision=31432

16 years agoI wonder, if Eric actually compiles before committing (AKA "merry christmas" commit...
Aleksey Bragin [Tue, 25 Dec 2007 12:56:11 +0000 (12:56 +0000)]
I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).

svn path=/trunk/; revision=31431

16 years ago- Do CmpShutdownWorkers only when the registry was actually initialized.
Aleksey Bragin [Tue, 25 Dec 2007 12:35:15 +0000 (12:35 +0000)]
- Do CmpShutdownWorkers only when the registry was actually initialized.
- Guard HvSyncHive with a flusher lock in CmpDoFlushAll.
- Misc typo fixes / spaces cleanup in cmlazy.c.

svn path=/trunk/; revision=31430

16 years agoCreate image lists for the groups and users list views and add images to the list...
Eric Kohl [Tue, 25 Dec 2007 11:41:08 +0000 (11:41 +0000)]
Create image lists for the groups and users list views and add images to the list view items.

svn path=/trunk/; revision=31429

16 years ago- Fix incorrect NtSetDebugFilter behavior (Level below 32 should be converted into...
Aleksey Bragin [Tue, 25 Dec 2007 10:45:14 +0000 (10:45 +0000)]
- Fix incorrect NtSetDebugFilter behavior (Level below 32 should be converted into a mask). Now DbgPrintEx works as expected.

svn path=/trunk/; revision=31428

16 years agoen-US updated translation of intl.cpl
Pierre Schweitzer [Tue, 25 Dec 2007 00:40:32 +0000 (00:40 +0000)]
en-US updated translation of intl.cpl
atylmo <fat_gamer_176@yahoo.com>
See issue #2917 for more details.

svn path=/trunk/; revision=31427

16 years agoFixed a bunch of errors in German USetup Variation
Daniel Reimer [Mon, 24 Dec 2007 23:21:41 +0000 (23:21 +0000)]
Fixed a bunch of errors in German USetup Variation

svn path=/trunk/; revision=31426

16 years agoFixed a typo in usetup French translation
Pierre Schweitzer [Mon, 24 Dec 2007 17:54:36 +0000 (17:54 +0000)]
Fixed a typo in usetup French translation

svn path=/trunk/; revision=31421

16 years agoRemoved an old hack that's not necessary any longer since r31418 (2nd stage localizat...
Pierre Schweitzer [Mon, 24 Dec 2007 12:12:18 +0000 (12:12 +0000)]
Removed an old hack that's not necessary any longer since r31418 (2nd stage localization).

svn path=/trunk/; revision=31420

16 years agoRemove obsolete debug output
Thomas Bluemel [Sun, 23 Dec 2007 22:02:05 +0000 (22:02 +0000)]
Remove obsolete debug output

svn path=/trunk/; revision=31419

16 years ago- Reorder the pages , the non graphical START_PAGE should be allways the first page...
Marc Piulachs [Sun, 23 Dec 2007 20:29:52 +0000 (20:29 +0000)]
- Reorder the pages , the non graphical START_PAGE should be allways the first page to be loaded because it initializes txtsetup.sif
- Apply the selected language to the installed OS
- Get the list of languages from txtsetup.sif, it will allow us to not include explicitly excluded languages
- Various formatting fixes
- Add a default language setting to txtsetup.sif

svn path=/trunk/; revision=31418

16 years ago- Fix typos and debug messages.
Aleksey Bragin [Sun, 23 Dec 2007 19:20:10 +0000 (19:20 +0000)]
- Fix typos and debug messages.

svn path=/trunk/; revision=31417

16 years agoDmitry Philippov <shedon@mail.ru>
Aleksey Bragin [Sun, 23 Dec 2007 19:13:05 +0000 (19:13 +0000)]
Dmitry Philippov <shedon@mail.ru>
- The EngLoadImage and EngUnloadImage functions have been fixed to store handles of loaded drivers. EngLoadImage should not fail if a driver is already loaded, it should return a handle of the already loaded driver instead.
- The gpDxFuncs variable has been redefined. Earlier, memory was not allocated for this variable, thus resulting in memory corruption.

svn path=/trunk/; revision=31416

16 years agoAdd list of missing exported functions
Hervé Poussineau [Sun, 23 Dec 2007 18:29:09 +0000 (18:29 +0000)]
Add list of missing exported functions

svn path=/trunk/; revision=31415

16 years agoFix debug message
Hervé Poussineau [Sun, 23 Dec 2007 18:23:03 +0000 (18:23 +0000)]
Fix debug message

svn path=/trunk/; revision=31414

16 years ago- Remove hard-coded reference to cmdstart.bat and load it from registry (Software...
Marc Piulachs [Sun, 23 Dec 2007 13:27:00 +0000 (13:27 +0000)]
- Remove hard-coded reference to cmdstart.bat and load it from registry (Software\Microsoft\Command Processor\Autorun)
- Show a simple version information when called without command line parameters like the ms's cmd.exe does.

svn path=/trunk/; revision=31413

16 years agoSpanish localizations by Remialdo <remialdo at gmail dot com>
Marc Piulachs [Sun, 23 Dec 2007 09:20:37 +0000 (09:20 +0000)]
Spanish localizations by Remialdo <remialdo at gmail dot com>

Updated:intl,mmsys,user32
New:mstsc,appwiz

See issue #2916 for more details.

svn path=/trunk/; revision=31412

16 years agoFix STRGDI structure and update it. Move it into text.h.
James Tabor [Sun, 23 Dec 2007 06:38:08 +0000 (06:38 +0000)]
Fix STRGDI structure and update it. Move it into text.h.

svn path=/trunk/; revision=31411

16 years agoMove ntstatus.h/rc generation from Makefile to ntdll.rbuild
Marc Piulachs [Sun, 23 Dec 2007 00:55:02 +0000 (00:55 +0000)]
Move ntstatus.h/rc generation from Makefile to ntdll.rbuild

svn path=/trunk/; revision=31410

16 years ago- Various fixes for French translations (control, sysdm, syssetup, usetup)
Pierre Schweitzer [Sun, 23 Dec 2007 00:01:41 +0000 (00:01 +0000)]
- Various fixes for French translations (control, sysdm, syssetup, usetup)

svn path=/trunk/; revision=31409

16 years agoAdd support for mc files and remove hardcoded WMC instructions from Makefile . Thanks...
Marc Piulachs [Sat, 22 Dec 2007 23:41:57 +0000 (23:41 +0000)]
Add support for mc files and remove hardcoded WMC instructions from Makefile . Thanks to Amine and Colin for helping to test it

svn path=/trunk/; revision=31408

16 years agoset svn:eol-style = native
Timo Kreuzer [Sat, 22 Dec 2007 22:29:48 +0000 (22:29 +0000)]
set svn:eol-style = native

svn path=/trunk/; revision=31407

16 years agocommit my first translated error messages for kernel32, unused atm, but we can transl...
Timo Kreuzer [Sat, 22 Dec 2007 22:27:58 +0000 (22:27 +0000)]
commit my first translated error messages for kernel32, unused atm, but we can translate it now. There are enough left for everyone ;-)

svn path=/trunk/; revision=31406

16 years agoDO not use magic number for debug version of d3d9d detections use DX_D3D9_DEBUG inste...
Magnus Olsen [Sat, 22 Dec 2007 20:57:02 +0000 (20:57 +0000)]
DO not use magic number for debug version of d3d9d detections use DX_D3D9_DEBUG instead.  the value are documented in ms dxsdk but ms have not set any name of it.

svn path=/trunk/; revision=31403

16 years agoFixing smaller bugs in ddraw.dll
Magnus Olsen [Sat, 22 Dec 2007 20:33:11 +0000 (20:33 +0000)]
Fixing smaller bugs in ddraw.dll
GetCaps
1. GetCaps should not call get avail memory for hel
2. add ddcaps size check
3. add Enter/leave CriticalSection

GetDeviceIdentifier
1. add Enter/leave CriticalSection

svn path=/trunk/; revision=31402

16 years agoDmitry Philippov
Aleksey Bragin [Sat, 22 Dec 2007 17:18:32 +0000 (17:18 +0000)]
Dmitry Philippov
- Implement hard error message handler. Now whenever a hard error occurs (like an exception in the win32 application, or missing DLL import), a user will be presented with a nice message box saying about the problem.

svn path=/trunk/; revision=31400

16 years ago- Add a status table for ntdll, which corresponds to Windows 2003 SP1 build. ntstatus...
Aleksey Bragin [Sat, 22 Dec 2007 16:56:29 +0000 (16:56 +0000)]
- Add a status table for ntdll, which corresponds to Windows 2003 SP1 build. ntstatus.mc is done by Dmitry Philippov, with some additional editing by me. Now we have a real autogenerated ntstatus.h (the one in include/ddk still remains for now).
- Include autogenerated resources in ntdll.dll.

svn path=/trunk/; revision=31399

16 years agoupdate french translation for usetup
Sylvain Petreolle [Sat, 22 Dec 2007 13:10:44 +0000 (13:10 +0000)]
update french translation for usetup
remove accentuated characters for now

svn path=/trunk/; revision=31392

16 years agoFix CHWIDTHINFO size.
James Tabor [Sat, 22 Dec 2007 09:40:49 +0000 (09:40 +0000)]
Fix CHWIDTHINFO size.

svn path=/trunk/; revision=31391

16 years agoFixed some details in French translation for taskmgr
Pierre Schweitzer [Sat, 22 Dec 2007 09:29:40 +0000 (09:29 +0000)]
Fixed some details in French translation for taskmgr
Thanks to amine48rz to notice them

svn path=/trunk/; revision=31390

16 years agoUpdated French translation for systeminfo
Pierre Schweitzer [Sat, 22 Dec 2007 09:20:32 +0000 (09:20 +0000)]
Updated French translation for systeminfo

svn path=/trunk/; revision=31389

16 years agoTranslations I forgot to commit on r31387
Marc Piulachs [Sat, 22 Dec 2007 00:36:16 +0000 (00:36 +0000)]
Translations I forgot to commit on r31387
See issue #2909 for more details.

svn path=/trunk/; revision=31388

16 years agoMore spanish localizations by Remialdo <remialdo at gmail dot com>
Marc Piulachs [Fri, 21 Dec 2007 23:42:26 +0000 (23:42 +0000)]
More spanish localizations by Remialdo <remialdo at gmail dot com>

- Updated: eventvwr, usetup
- New: logoff, devmgmt, deskadp, deskmon

See issue #2909 for more details.

svn path=/trunk/; revision=31387

16 years agouse tango's terminal icon to have a more consistent look
Marc Piulachs [Fri, 21 Dec 2007 22:59:03 +0000 (22:59 +0000)]
use tango's terminal icon to have a more consistent look

svn path=/trunk/; revision=31385

16 years agoUpdated French translations for input and winemine
Pierre Schweitzer [Fri, 21 Dec 2007 22:07:25 +0000 (22:07 +0000)]
Updated French translations for input and winemine

svn path=/trunk/; revision=31382

16 years agoButterflies OpenGL screensaver works now on ros, add it to bootcd (by CMan)
Marc Piulachs [Fri, 21 Dec 2007 22:05:12 +0000 (22:05 +0000)]
Butterflies OpenGL screensaver works now on ros, add it to bootcd (by CMan)

svn path=/trunk/; revision=31381

16 years ago- Update headers from wine (mostly formatting)
Marc Piulachs [Fri, 21 Dec 2007 22:01:15 +0000 (22:01 +0000)]
- Update headers from wine (mostly formatting)
- Add new headers required to build msxml3

svn path=/trunk/; revision=31380

16 years ago- Give language picker listbox a consistent size
Marc Piulachs [Fri, 21 Dec 2007 21:51:05 +0000 (21:51 +0000)]
- Give language picker listbox a consistent size
- Give the language selection page a meaningful description
TODO: add a language ID field to the MUI_LANGUAGE structure and store it's value on the registry ("HKEY_CURRENT_USER\Keyboard
Layout\Preload" and/or "HKEY_CURRENT_MACHINE\SYSTEM\CurrentControlSet\Control\NLS\Language")

svn path=/trunk/; revision=31379

16 years agoChanges by Carlo Bramini (carlo.bramix@libero.it):
Colin Finck [Fri, 21 Dec 2007 21:29:57 +0000 (21:29 +0000)]
Changes by Carlo Bramini (carlo.bramix@libero.it):
- Convert the app from ANSI to TCHAR and enable Unicode compilation in the .rbuild file
- Dialog procedures now return INT_PTR instead of BOOL
- IDS_NOBODY has been added to the resource files
- Fixed a bug in SetDifficulty(): If custom selection, then no changes are done if the user presses the CANCEL button.
- Show mines in the end board in all mine boxes, which you previously marked with the QUESTION state, when you lost the game
- Added an accelerator table
- Define the WineMine root registry key in just one place as a constant rather than a #define, point it to the Software\Microsoft\WinMine key
- Code simplifications

Changes by me:
- Make our registry settings compatible with the MS WinMine settings, since we write into the WinMine registry key now
- Remove the WINE_STRICT check, which was needed to avoid an ancient WINE bug, but doesn't affect our tree. I also replaced all NULL_HANDLE's by NULL.
- Remove the IDS_APPNAME string, we use "WineMine" as a static constant for the application name now
- Remove the unused "mb" variable from the BOARD structure
- Load all resources by ID, not by name
- Add a manifest for enabling Common Controls 6.0
- Use ShellAbout instead of a custom About dialog
- Use a consistent indentation and consistent variable namings and types

See issue #2815 for more details.

svn path=/trunk/; revision=31378

16 years ago- Remove ctype.h introduced in revision 1213 by David Welch. For quite a long time...
Aleksey Bragin [Fri, 21 Dec 2007 15:43:48 +0000 (15:43 +0000)]
- Remove ctype.h introduced in revision 1213 by David Welch. For quite a long time there is a proper version of ctype.h in ReactOS CRT.

svn path=/trunk/; revision=31377

16 years ago- Isolate Hal* #defines, which are absent in WDK, they should not be used in kernel...
Aleksey Bragin [Fri, 21 Dec 2007 14:58:18 +0000 (14:58 +0000)]
- Isolate Hal* #defines, which are absent in WDK, they should not be used in kernel development.

svn path=/trunk/; revision=31376

16 years agoRename ASMCODE to ROS_KERNEL_ENTRY_POINT
Hervé Poussineau [Fri, 21 Dec 2007 14:57:31 +0000 (14:57 +0000)]
Rename ASMCODE to ROS_KERNEL_ENTRY_POINT

svn path=/trunk/; revision=31375

16 years agoAdd VIDEO_DRIVER_INIT_FAILURE
Hervé Poussineau [Fri, 21 Dec 2007 14:56:52 +0000 (14:56 +0000)]
Add VIDEO_DRIVER_INIT_FAILURE

svn path=/trunk/; revision=31374

16 years agofix build
James Tabor [Fri, 21 Dec 2007 14:02:37 +0000 (14:02 +0000)]
fix build

svn path=/trunk/; revision=31373

16 years agoCorrect size for universal font id.
James Tabor [Fri, 21 Dec 2007 13:48:04 +0000 (13:48 +0000)]
Correct size for universal font id.

svn path=/trunk/; revision=31372

16 years ago- Fix Alex's csrss compilation, however it won't link due to missing functionality...
Aleksey Bragin [Fri, 21 Dec 2007 13:40:20 +0000 (13:40 +0000)]
- Fix Alex's csrss compilation, however it won't link due to missing functionality in smss.

svn path=/trunk/; revision=31371

16 years agoAdd missing devivemode type.
James Tabor [Fri, 21 Dec 2007 13:01:48 +0000 (13:01 +0000)]
Add missing devivemode type.

svn path=/trunk/; revision=31370

16 years agoNo need to compile libxml2, as it is not used
Hervé Poussineau [Fri, 21 Dec 2007 10:26:41 +0000 (10:26 +0000)]
No need to compile libxml2, as it is not used

svn path=/trunk/; revision=31369

16 years ago[FORMATTING] Fix indentation
Hervé Poussineau [Fri, 21 Dec 2007 10:11:29 +0000 (10:11 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31368

16 years agoUse TRACE/WARN/ERR/FIXME macros for debugging, so they can be enabled at runtime
Hervé Poussineau [Fri, 21 Dec 2007 10:09:46 +0000 (10:09 +0000)]
Use TRACE/WARN/ERR/FIXME macros for debugging, so they can be enabled at runtime

svn path=/trunk/; revision=31367

16 years ago[FORMATTING] Fix indentation
Hervé Poussineau [Fri, 21 Dec 2007 10:06:46 +0000 (10:06 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31366

16 years agoFix hazardous UNICODE_STRING buffer manipulations
Hervé Poussineau [Fri, 21 Dec 2007 09:40:32 +0000 (09:40 +0000)]
Fix hazardous UNICODE_STRING buffer manipulations

svn path=/trunk/; revision=31365

16 years ago* Changed to aligned alloc of Direct3D9 object
Gregor Brunmar [Thu, 20 Dec 2007 21:18:42 +0000 (21:18 +0000)]
* Changed to aligned alloc of Direct3D9 object
* More fields in IDirect3D9 structure

svn path=/trunk/; revision=31364

16 years agospanish translation for format and regsvr32 by Remialdo <remialdo at gmail dot com>
Marc Piulachs [Thu, 20 Dec 2007 20:23:06 +0000 (20:23 +0000)]
spanish translation for format and regsvr32 by Remialdo <remialdo at gmail dot com>

See issue #2908 for more details.

svn path=/trunk/; revision=31363

16 years agoItalian translation updates by devpao <devotip at tiscali dot it>
Marc Piulachs [Thu, 20 Dec 2007 20:17:54 +0000 (20:17 +0000)]
Italian translation updates by devpao <devotip at tiscali dot it>

See issue #2907 for more details.

svn path=/trunk/; revision=31362

16 years ago- Remove unneeded else-branch, spotted by Dmitry Philippov.
Aleksey Bragin [Thu, 20 Dec 2007 19:04:52 +0000 (19:04 +0000)]
- Remove unneeded else-branch, spotted by Dmitry Philippov.

svn path=/trunk/; revision=31361

16 years ago- Implement LpcRequestWaitReplyPort as a copy of NtRequestWaitReplyPort, but remove...
Aleksey Bragin [Thu, 20 Dec 2007 18:38:19 +0000 (18:38 +0000)]
- Implement LpcRequestWaitReplyPort as a copy of NtRequestWaitReplyPort, but remove object referencing/dereferencing (we already have a pointer to the port object), and SEH (this function is internal to the kernel).

svn path=/trunk/; revision=31360

16 years agoChange some more text in the german translation of usetup
Colin Finck [Thu, 20 Dec 2007 18:19:29 +0000 (18:19 +0000)]
Change some more text in the german translation of usetup
See issue #2904 for more details.

svn path=/trunk/; revision=31359

16 years agomissed this, apologies for spamming
Ged Murphy [Thu, 20 Dec 2007 15:43:27 +0000 (15:43 +0000)]
missed this, apologies for spamming

svn path=/trunk/; revision=31357

16 years ago- Top level exception handler can't be UnhandledExceptionFilter by default, this...
Aleksey Bragin [Thu, 20 Dec 2007 15:41:24 +0000 (15:41 +0000)]
- Top level exception handler can't be UnhandledExceptionFilter by default, this leads to an infinite recursion if top level was not overriden.
- Add HardError raising to UnhandledExceptionFilter, by Dmitry Philippov.

svn path=/trunk/; revision=31356

16 years ago- Turn back messagetables inlining support for now.
Aleksey Bragin [Thu, 20 Dec 2007 15:30:12 +0000 (15:30 +0000)]
- Turn back messagetables inlining support for now.

svn path=/trunk/; revision=31355

16 years ago- Substitute MAX_PATH by 256 for now, since Linux hosts have no idea of a MAX_PATH.
Aleksey Bragin [Thu, 20 Dec 2007 15:22:01 +0000 (15:22 +0000)]
- Substitute MAX_PATH by 256 for now, since Linux hosts have no idea of a MAX_PATH.

svn path=/trunk/; revision=31354

16 years ago- Remove inlining messagetables option from wmc invocations.
Aleksey Bragin [Thu, 20 Dec 2007 13:17:12 +0000 (13:17 +0000)]
- Remove inlining messagetables option from wmc invocations.

svn path=/trunk/; revision=31353

16 years ago- Implement bin-files creation (as opposed to inlining resource data, which is incomp...
Aleksey Bragin [Thu, 20 Dec 2007 13:11:30 +0000 (13:11 +0000)]
- Implement bin-files creation (as opposed to inlining resource data, which is incompatible with MSVC). Result matches 1:1 with mc.exe output on the same input file.
- This patch was submitted to Wine, but it needs to be reworked.

svn path=/trunk/; revision=31352

16 years ago- Provide ntcfgx.dll a preferred baseaddress.
Aleksey Bragin [Thu, 20 Dec 2007 13:07:06 +0000 (13:07 +0000)]
- Provide ntcfgx.dll a preferred baseaddress.

svn path=/trunk/; revision=31351

16 years ago- Make VBEMP look like a legacy driver.
Aleksey Bragin [Thu, 20 Dec 2007 12:31:39 +0000 (12:31 +0000)]
- Make VBEMP look like a legacy driver.
- Reorganize VideoPortInitialize (firstly do all checks, then do Driver Object Extension related operations).
- Fix the hack Magnus Olsen added for the "No PNP videocard" problem, by adding a real check Windows 2003 SP1 videoport driver is performing (information got by building "stub" miniports and trying to load them with a checked build of W2K3SP1's videoprt.sys).
- Add stubbed handler for IRP_MJ_SYSTEM_CONTROL (for PnP miniports) and IRP_MJ_INTERNAL_DEVICE_CONTROL.

svn path=/trunk/; revision=31350

16 years agoAdd a test to see which is the naughty handle type abusing the system. Free = 0 Windo...
James Tabor [Thu, 20 Dec 2007 02:36:38 +0000 (02:36 +0000)]
Add a test to see which is the naughty handle type abusing the system. Free = 0 Window = 225 Menu = 116 CursorIcon = 1695 Hook = 2 CallProc = 6 Accel = 3 Monitor = 1

svn path=/trunk/; revision=31349

16 years agoRemove this deprecated wchar_t logic.
Colin Finck [Thu, 20 Dec 2007 00:30:20 +0000 (00:30 +0000)]
Remove this deprecated wchar_t logic.
We needed it, when host and target headers weren't fully separated, but this greatly improved now :-)

svn path=/trunk/; revision=31348

16 years ago- Don't reinvent the wheel again: Use <host/typedefs.h> in winebuild instead of defin...
Colin Finck [Thu, 20 Dec 2007 00:20:01 +0000 (00:20 +0000)]
- Don't reinvent the wheel again: Use <host/typedefs.h> in winebuild instead of defining the types for the host manually again
- Get rid of the "include/psdk" include directory in the winebuild makefile
- Add a definition for UINT_PTR and PUINT_PTR to <host/typedefs.h>

svn path=/trunk/; revision=31347

16 years agoReorder code since it is a POWNED DC.
James Tabor [Wed, 19 Dec 2007 23:48:07 +0000 (23:48 +0000)]
Reorder code since it is a POWNED DC.

svn path=/trunk/; revision=31345

16 years agoFix a problem when freeing a window class with dirty bit set.
James Tabor [Wed, 19 Dec 2007 23:26:04 +0000 (23:26 +0000)]
Fix a problem when freeing a window class with dirty bit set.

svn path=/trunk/; revision=31344

16 years agoupdate README.WINE
Timo Kreuzer [Wed, 19 Dec 2007 21:55:04 +0000 (21:55 +0000)]
update README.WINE

svn path=/trunk/; revision=31341

16 years agosyscall dumper for win32k that also works on vista.
Timo Kreuzer [Wed, 19 Dec 2007 21:48:15 +0000 (21:48 +0000)]
syscall dumper for win32k that also works on vista.
You need dbghelp.dll and symsrv.dll. The ones from syscall lister (http://www.openrce.org/blog/view/808/Syscall_lister) work fine, the ones shipped with windows don't.
todo: support x64

svn path=/trunk/; revision=31340

16 years agosync dbghelp.dll to wine head. should fix build
Timo Kreuzer [Wed, 19 Dec 2007 21:34:55 +0000 (21:34 +0000)]
sync dbghelp.dll to wine head. should fix build

svn path=/trunk/; revision=31339

16 years agospanish localizations by Remialdo <remialdo at gmail dot com>
Marc Piulachs [Wed, 19 Dec 2007 21:25:05 +0000 (21:25 +0000)]
spanish localizations by Remialdo <remialdo at gmail dot com>
- Added: systeminfo, mazescr and msgina
- Fix unterminated string in systeminfo/lang/es-ES.rc

See issue #2905 for more details.

svn path=/trunk/; revision=31338

16 years ago- update dbghelp.h and cvconst.h from wine
Timo Kreuzer [Wed, 19 Dec 2007 21:11:06 +0000 (21:11 +0000)]
- update dbghelp.h and cvconst.h from wine
- update mscvpdb.h, winbase16.h and windef16.h wine headers
- create wine/winbase.h containing SYSLEVEL struct
- add regex.h to include/wine

svn path=/trunk/; revision=31337

16 years ago* Forgot the struct name change in self-pointer
Gregor Brunmar [Wed, 19 Dec 2007 20:48:58 +0000 (20:48 +0000)]
* Forgot the struct name change in self-pointer
* Inited self-pointer

svn path=/trunk/; revision=31336

16 years ago* Renamed internal IDirect3D9 structure
Gregor Brunmar [Wed, 19 Dec 2007 20:44:43 +0000 (20:44 +0000)]
* Renamed internal IDirect3D9 structure
* Made Direct3D9Impl's IUnknown interface more robust thanks to hpoussin
* Inited more values in internal struct

svn path=/trunk/; revision=31335

16 years agoChange the umlauts to characters of the english alphabet, otherwise they aren't displ...
Colin Finck [Wed, 19 Dec 2007 20:19:41 +0000 (20:19 +0000)]
Change the umlauts to characters of the english alphabet, otherwise they aren't displayed correctly.
See issue #2902 for more details.

svn path=/trunk/; revision=31334

16 years agoChanged last IDirect3D9->QueryInterface() according to hpoussin's feedback
Gregor Brunmar [Wed, 19 Dec 2007 20:06:34 +0000 (20:06 +0000)]
Changed last IDirect3D9->QueryInterface() according to hpoussin's feedback

svn path=/trunk/; revision=31333

16 years agoImplemented IDirect3D9->QueryInterface()
Gregor Brunmar [Wed, 19 Dec 2007 19:49:10 +0000 (19:49 +0000)]
Implemented IDirect3D9->QueryInterface()

svn path=/trunk/; revision=31332

16 years ago- Fix dangerous passing of possibly unterminated wide string to RtlQueryRegistryValue...
Aleksey Bragin [Wed, 19 Dec 2007 17:46:58 +0000 (17:46 +0000)]
- Fix dangerous passing of possibly unterminated wide string to RtlQueryRegistryValues (by opening the keys and passing handle instead).
- Fix incorrect string operation (assuming that the string is terminated). Spotted by hpoussin.

svn path=/trunk/; revision=31331

16 years agoAdded stubs and vtable for IDirect3D9 implementation
Gregor Brunmar [Wed, 19 Dec 2007 17:41:05 +0000 (17:41 +0000)]
Added stubs and vtable for IDirect3D9 implementation

svn path=/trunk/; revision=31330

16 years ago- register greek translation
Johannes Anderwald [Wed, 19 Dec 2007 15:19:38 +0000 (15:19 +0000)]
- register greek translation
- add previously moved strings
- fix include guard

svn path=/trunk/; revision=31329

16 years ago- should now show all languages again
Johannes Anderwald [Wed, 19 Dec 2007 15:12:10 +0000 (15:12 +0000)]
- should now show all languages again

svn path=/trunk/; revision=31328

16 years ago- fix typos, grammar, style and identation
Johannes Anderwald [Wed, 19 Dec 2007 14:50:21 +0000 (14:50 +0000)]
- fix typos, grammar, style and identation

svn path=/trunk/; revision=31327

16 years ago- move nearly all hardcoded strings to the language specific files
Johannes Anderwald [Wed, 19 Dec 2007 14:29:39 +0000 (14:29 +0000)]
- move nearly all hardcoded strings to the language specific files
- translate the new imported strings for german resource
- put all moved string for all other languages
- remove country identifier for languages which only has currently one translation (english/french)

svn path=/trunk/; revision=31326

16 years agoBug 2893: New Greek resource files (djapal@gmail.com)
Daniel Reimer [Wed, 19 Dec 2007 11:37:35 +0000 (11:37 +0000)]
Bug 2893: New Greek resource files (djapal@gmail.com)
Bug 2894: Ukrainian translation update (temarez@yandex.ru)

svn path=/trunk/; revision=31325

16 years ago- Changed .spec back to .def again (this time .def is a modified output of that ...
Aleksey Bragin [Wed, 19 Dec 2007 11:30:48 +0000 (11:30 +0000)]
- Changed .spec back to .def again (this time .def is a modified output of that .spec, so that stdcall exported symbols are not decorated with @X).
- Added winebuild-generated "real" stubs, to be converted to real implementation in the future.

svn path=/trunk/; revision=31324

16 years ago- italian translation of usetup by Gabriel Ilardi
Johannes Anderwald [Wed, 19 Dec 2007 11:02:56 +0000 (11:02 +0000)]
- italian translation of usetup by Gabriel Ilardi
See issue #2895 for more details.

svn path=/trunk/; revision=31323

16 years agosupport CP_SYMBOL in MultiByteToWideChar and WideCharToMultiByte ported from Wine...
Christoph von Wittich [Wed, 19 Dec 2007 10:56:29 +0000 (10:56 +0000)]
support CP_SYMBOL in MultiByteToWideChar and WideCharToMultiByte ported from Wine. patch by Daniel Zimmermann <netzimme at aim dot com>
See issue #2870 for more details.

svn path=/trunk/; revision=31322

16 years ago- Fix a problem with parameter passing in DispatchTwoParam (it was always zeroed...
Aleksey Bragin [Wed, 19 Dec 2007 10:29:08 +0000 (10:29 +0000)]
- Fix a problem with parameter passing in DispatchTwoParam (it was always zeroed, which was not correct). Problem found by Dmitry Philippov.
- Fix a typo KiTrap14 which prevented correct passing of the error code to the exception dispatcher. (by Dmitry Philippov).

svn path=/trunk/; revision=31321

16 years agoUpdated German RC File of systeminfo.
Daniel Reimer [Wed, 19 Dec 2007 10:28:55 +0000 (10:28 +0000)]
Updated German RC File of systeminfo.

svn path=/trunk/; revision=31320

16 years agofix a crash in SaveBoard
Christoph von Wittich [Wed, 19 Dec 2007 10:05:36 +0000 (10:05 +0000)]
fix a crash in SaveBoard

svn path=/trunk/; revision=31319

16 years ago%wZ req. PUNICODE_STRING instead of UNICODE_STRING
Christoph von Wittich [Wed, 19 Dec 2007 09:52:12 +0000 (09:52 +0000)]
%wZ req. PUNICODE_STRING instead of UNICODE_STRING

svn path=/trunk/; revision=31318

16 years ago- Add myself to CREDITS (no comments ;))
Dmitry Chapyshev [Wed, 19 Dec 2007 09:21:21 +0000 (09:21 +0000)]
- Add myself to CREDITS (no comments ;))
- Add rasapi32, rasdlg and rasman to apistatus.lst

svn path=/trunk/; revision=31317

16 years ago- Functions for definition BIOS date and version, Domain are added
Dmitry Chapyshev [Wed, 19 Dec 2007 08:54:15 +0000 (08:54 +0000)]
- Functions for definition BIOS date and version, Domain are added

svn path=/trunk/; revision=31316

16 years ago- Update Russian translation
Dmitry Chapyshev [Wed, 19 Dec 2007 08:44:31 +0000 (08:44 +0000)]
- Update Russian translation

svn path=/trunk/; revision=31315