reactos.git
16 years agoEnable
James Tabor [Fri, 18 Jan 2008 23:07:14 +0000 (23:07 +0000)]
Enable

svn path=/trunk/; revision=31880

16 years agoDownload AbiWord 2.4.6 instead of 2.5.2 (2.5.2 is a development version, 2.4.6 the...
Colin Finck [Fri, 18 Jan 2008 22:46:29 +0000 (22:46 +0000)]
Download AbiWord 2.4.6 instead of 2.5.2 (2.5.2 is a development version, 2.4.6 the latest stable one)

svn path=/trunk/; revision=31879

16 years agoadd <Depends> and <PostInstallAction> to be able to install Diablo 2 Shareware with...
Christoph von Wittich [Fri, 18 Jan 2008 22:23:52 +0000 (22:23 +0000)]
add <Depends> and <PostInstallAction> to be able to install Diablo 2 Shareware with Download!
TODO: write the req. fix which creates a new shortcut with -w -glide
see <PostInstallAction> in the xml file

svn path=/trunk/; revision=31878

16 years agoconstify parse_options parameter like it is done in wine
Christoph von Wittich [Fri, 18 Jan 2008 19:14:30 +0000 (19:14 +0000)]
constify parse_options parameter like it is done in wine

svn path=/trunk/; revision=31877

16 years agoFix logic in IntGdiDeleteDC with permanent set.
James Tabor [Fri, 18 Jan 2008 18:10:42 +0000 (18:10 +0000)]
Fix logic in IntGdiDeleteDC with permanent set.

svn path=/trunk/; revision=31876

16 years agodon't crash when GetUserNameW is called with NULL - fixes launching of Office 2003...
Christoph von Wittich [Fri, 18 Jan 2008 17:54:09 +0000 (17:54 +0000)]
don't crash when GetUserNameW is called with NULL - fixes launching of Office 2003 setup

svn path=/trunk/; revision=31875

16 years ago- Winesync to Wine-20080118.
Aleksey Bragin [Fri, 18 Jan 2008 17:39:35 +0000 (17:39 +0000)]
- Winesync to Wine-20080118.

svn path=/trunk/; revision=31874

16 years agoBegin of adding DS_SHELLFONT to all RC files.
Daniel Reimer [Fri, 18 Jan 2008 17:28:28 +0000 (17:28 +0000)]
Begin of adding DS_SHELLFONT to all RC files.
Changed the Font Size of Calc. 9 -> 8

svn path=/trunk/; revision=31873

16 years agoHopefully the last fix to get this to compile under Windows and Unix hosts...
Colin Finck [Fri, 18 Jan 2008 17:14:31 +0000 (17:14 +0000)]
Hopefully the last fix to get this to compile under Windows and Unix hosts...

svn path=/trunk/; revision=31872

16 years agoDefine O_BINARY to 0 if it is not defined (all hosts, which don't define it, don...
Colin Finck [Fri, 18 Jan 2008 17:07:20 +0000 (17:07 +0000)]
Define O_BINARY to 0 if it is not defined (all hosts, which don't define it, don't need it).
Update the .diff file as well.

svn path=/trunk/; revision=31871

16 years agoFix separators for .rbuild files in the generated makefile
Hervé Poussineau [Fri, 18 Jan 2008 16:55:56 +0000 (16:55 +0000)]
Fix separators for .rbuild files in the generated makefile
Add a 'don't care' value for types and host.

svn path=/trunk/; revision=31870

16 years agoFix the fix
Colin Finck [Fri, 18 Jan 2008 16:26:31 +0000 (16:26 +0000)]
Fix the fix

svn path=/trunk/; revision=31869

16 years agoWrite the TLB file in binary mode, so the line endings won't be changed.
Colin Finck [Fri, 18 Jan 2008 16:12:59 +0000 (16:12 +0000)]
Write the TLB file in binary mode, so the line endings won't be changed.
Fixes the MSI registration (I reenabled it as well).
Credits go to Aleksey and Hervé again.

svn path=/trunk/; revision=31868

16 years agoBug 2975: slovak translations for logoff and cacls (kario<AT>szm<DOT>sk)
Daniel Reimer [Fri, 18 Jan 2008 15:55:02 +0000 (15:55 +0000)]
Bug 2975: slovak translations for logoff and cacls (kario<AT>szm<DOT>sk)
Bug 2976: Lithuanian translation by Vytis Girdzijauskas (cman<AT>cman<DOT>us)
Bug 2979: Brazilian Portuguese Translation (wagner<DOT>snake<AT>gmail<DOT>com)
Bug 2980: Bulgarian language update (sstpr<AT>narod<DOT>ru)

svn path=/trunk/; revision=31867

16 years agoadd wpp_ros.diff
Christoph von Wittich [Fri, 18 Jan 2008 14:42:20 +0000 (14:42 +0000)]
add wpp_ros.diff

svn path=/trunk/; revision=31866

16 years agoupdate wine headers included by widl to wine-0.9.53
Christoph von Wittich [Fri, 18 Jan 2008 14:11:42 +0000 (14:11 +0000)]
update wine headers included by widl to wine-0.9.53

svn path=/trunk/; revision=31865

16 years agoSwitch to the new widl (Wine-20080118)
Colin Finck [Fri, 18 Jan 2008 12:41:15 +0000 (12:41 +0000)]
Switch to the new widl (Wine-20080118)

svn path=/trunk/; revision=31864

16 years agoUpdate status
Hervé Poussineau [Fri, 18 Jan 2008 12:25:40 +0000 (12:25 +0000)]
Update status

svn path=/trunk/; revision=31862

16 years agoRob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
Christoph von Wittich [Fri, 18 Jan 2008 11:57:48 +0000 (11:57 +0000)]
Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
<rob at codeweavers.com>

svn path=/trunk/; revision=31861

16 years agoShuffle functions to look more like in Wine.
Hervé Poussineau [Fri, 18 Jan 2008 11:51:01 +0000 (11:51 +0000)]
Shuffle functions to look more like in Wine.
Add a few stubs

svn path=/trunk/; revision=31860

16 years agoRob Shearman : rpcrt4: Handle complex arrays in calc_arg_size. <rob at codeweavers...
Christoph von Wittich [Fri, 18 Jan 2008 11:38:47 +0000 (11:38 +0000)]
Rob Shearman : rpcrt4: Handle complex arrays in calc_arg_size. <rob at codeweavers.com>

svn path=/trunk/; revision=31859

16 years agorpcrt4: Fix the calculation of element sizes for complex arrays by using a new functi...
Christoph von Wittich [Fri, 18 Jan 2008 11:35:06 +0000 (11:35 +0000)]
rpcrt4: Fix the calculation of element sizes for complex arrays by using a new function ComplexStructSize that doesn 't touch the buffer to calculate the size.
<rob at codeweavers.com>

svn path=/trunk/; revision=31858

16 years agorpcrt4: Add support for calculating the memory size of complex types with embedded...
Christoph von Wittich [Fri, 18 Jan 2008 11:28:18 +0000 (11:28 +0000)]
rpcrt4: Add support for calculating the memory size of complex types with embedded non-conformant strings. <rob at codeweavers.com>

svn path=/trunk/; revision=31857

16 years agorpcrt4: Allocate a context handle if a NULL GUID is being unmarshalled. <rob at codew...
Christoph von Wittich [Fri, 18 Jan 2008 11:25:21 +0000 (11:25 +0000)]
rpcrt4: Allocate a context handle if a NULL GUID is being unmarshalled. <rob at codeweavers.com>

svn path=/trunk/; revision=31856

16 years agorpcrt4: Don't print fixmes for NDR types without a freeing function.
Christoph von Wittich [Fri, 18 Jan 2008 11:22:16 +0000 (11:22 +0000)]
rpcrt4: Don't print fixmes for NDR types without a freeing function.
rpcrt4: Add traces to the start of TowerConstruct and TowerExplode.
<rob at codeweavers.com>

svn path=/trunk/; revision=31855

16 years agowidl: Fix context handle "cannot be null" detection.
Christoph von Wittich [Fri, 18 Jan 2008 11:17:50 +0000 (11:17 +0000)]
widl: Fix context handle "cannot be null" detection.

The "cannot be null" attibute is applied to a parameter if and only if
it is in-only.

widl: Fix the conditions under which array freeing code is output.

It doesn't matter whether or not the array is declared as a pointer or
is declared using array subscripts - the array is still allocated by the
unmarshalling function and so needs to be freed.

<rob at codeweavers.com>

svn path=/trunk/; revision=31854

16 years agorpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer. <rob at codeweavers.com>
Christoph von Wittich [Fri, 18 Jan 2008 10:42:16 +0000 (10:42 +0000)]
rpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer. <rob at codeweavers.com>

svn path=/trunk/; revision=31853

16 years agorpcrt4: Fix memory leak in NdrFullPointerXlatFree. <rob at codeweavers.com>
Christoph von Wittich [Fri, 18 Jan 2008 10:37:37 +0000 (10:37 +0000)]
rpcrt4: Fix memory leak in NdrFullPointerXlatFree. <rob at codeweavers.com>

First of all, the code was freeing the wrong pointer (i.e. the pointer
supplied by the caller of one of the NdrFullPointer* functions, not the
PFULL_PTR_TO_REFID_ELEMENT. Second, the code wasn't following the Next
link to the next entry in the list.

svn path=/trunk/; revision=31852

16 years agorpcrt4: Fix a leak of msg in RPCRT4_io_thread on the error paths. <rob at codeweavers...
Christoph von Wittich [Fri, 18 Jan 2008 10:34:34 +0000 (10:34 +0000)]
rpcrt4: Fix a leak of msg in RPCRT4_io_thread on the error paths. <rob at codeweavers.com>

svn path=/trunk/; revision=31851

16 years agoRob Shearman : rpcrt4: Improve error handling in RPCRT4_io_thread and remove commente...
Christoph von Wittich [Fri, 18 Jan 2008 10:09:21 +0000 (10:09 +0000)]
Rob Shearman : rpcrt4: Improve error handling in RPCRT4_io_thread and remove commented-out code. <rob at codeweavers.com>

svn path=/trunk/; revision=31850

16 years agoUse new interface names
Hervé Poussineau [Fri, 18 Jan 2008 10:08:49 +0000 (10:08 +0000)]
Use new interface names

svn path=/trunk/; revision=31849

16 years agoRob Shearman : rpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer. <rob at codewe...
Christoph von Wittich [Fri, 18 Jan 2008 10:05:52 +0000 (10:05 +0000)]
Rob Shearman : rpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer. <rob at codeweavers.com>

svn path=/trunk/; revision=31848

16 years agoRob Shearman : rpcrt4: Remove some unused includes. <rob at codeweavers.com>
Christoph von Wittich [Fri, 18 Jan 2008 10:02:41 +0000 (10:02 +0000)]
Rob Shearman : rpcrt4: Remove some unused includes. <rob at codeweavers.com>

svn path=/trunk/; revision=31847

16 years agoPatch by Stefan100 stefan__100__ at hotmail.com. Remove NtGdiGetTextExtentPoint32...
James Tabor [Fri, 18 Jan 2008 03:43:03 +0000 (03:43 +0000)]
Patch by Stefan100 stefan__100__ at hotmail.com. Remove NtGdiGetTextExtentPoint32, update all related.

svn path=/trunk/; revision=31846

16 years agoHopefully the last changes for now. Fixed the warnings due to a missing empty line.
Daniel Reimer [Thu, 17 Jan 2008 20:18:11 +0000 (20:18 +0000)]
Hopefully the last changes for now. Fixed the warnings due to a missing empty line.

svn path=/trunk/; revision=31845

16 years agoPatch by Carlo Bramix <carlo.bramix@libero.it>
Thomas Bluemel [Thu, 17 Jan 2008 20:08:18 +0000 (20:08 +0000)]
Patch by Carlo Bramix <carlo.bramix@libero.it>
Enable the find menu items
See issue #2978 for more details.

svn path=/trunk/; revision=31844

16 years agoDo not autoregister msi, as long as problem is not fixed (2nd stage break)
Hervé Poussineau [Thu, 17 Jan 2008 16:12:44 +0000 (16:12 +0000)]
Do not autoregister msi, as long as problem is not fixed (2nd stage break)

svn path=/trunk/; revision=31843

16 years agoThese files still included the now non-existent "resource.h" files.
Colin Finck [Thu, 17 Jan 2008 15:22:18 +0000 (15:22 +0000)]
These files still included the now non-existent "resource.h" files.

svn path=/trunk/; revision=31842

16 years agoThis file was still including "resource.h" although there is no "resource.h" for...
Colin Finck [Thu, 17 Jan 2008 15:01:14 +0000 (15:01 +0000)]
This file was still including "resource.h" although there is no "resource.h" for xcopy

svn path=/trunk/; revision=31841

16 years ago- Define the copyright year one time and then use this constant everywhere instead...
Colin Finck [Thu, 17 Jan 2008 14:50:36 +0000 (14:50 +0000)]
- Define the copyright year one time and then use this constant everywhere instead of redefining it at X places
- Get rid of the "include/reactos/resource.h" header file.
  It contained outdated strings and had no effect on the resource files anymore. The "version.rc" file has the same purpose and does a better job.

svn path=/trunk/; revision=31840

16 years agoContinue of my try to get all RCs in Sync.
Daniel Reimer [Thu, 17 Jan 2008 14:02:01 +0000 (14:02 +0000)]
Continue of my try to get all RCs in Sync.
Same as before. Killed {}, changed to default font etc.

svn path=/trunk/; revision=31839

16 years agoContinue of my try to get all RCs in Sync.
Daniel Reimer [Thu, 17 Jan 2008 14:01:53 +0000 (14:01 +0000)]
Continue of my try to get all RCs in Sync.
Same as before. Killed {}, changed to default font etc.
This syncs all cpls except the diabled rcs of intl and sysdm which are in a rather incomplete shape.
I might fill them up again later this day to gether with the rest of the dlls folder which is not synched..

svn path=/trunk/; revision=31838

16 years agoBug 2944: Polish translation: part 4/4 - Dll (olaf_siejka<AT>o2<DOT>pl)
Daniel Reimer [Thu, 17 Jan 2008 09:34:17 +0000 (09:34 +0000)]
Bug 2944: Polish translation: part 4/4 - Dll (olaf_siejka<AT>o2<DOT>pl)
Some German RC Fixes by Dark_Shadow<AT>gmx<DOT>at and me
Remove the {} and replace with BEGIN END
Still TBD:
- Sync the CPL Resources
- DO all the same for DLL Folder.

svn path=/trunk/; revision=31837

16 years agoGet rid of bin2res and all rbuild stuff associated with it. We don't need it anymore...
Colin Finck [Thu, 17 Jan 2008 00:35:44 +0000 (00:35 +0000)]
Get rid of bin2res and all rbuild stuff associated with it. We don't need it anymore after the latest winesyncs.

This also requires adding an '<include base="stdole2" root="intermediate">.</include>' line to stdole2.rbuild, because previously this include directory was automatically added when processing Wine modules.
This is already done for similar modules like "msi".

svn path=/trunk/; revision=31836

16 years ago- Sync NDK changes.
Aleksey Bragin [Wed, 16 Jan 2008 23:19:01 +0000 (23:19 +0000)]
- Sync NDK changes.

svn path=/trunk/; revision=31835

16 years agoFinal Update for now. DLLs will come later. (Too tired)
Daniel Reimer [Wed, 16 Jan 2008 21:39:50 +0000 (21:39 +0000)]
Final Update for now. DLLs will come later. (Too tired)

svn path=/trunk/; revision=31834

16 years agoBug 2975: slovak translations for logoff and cacls (kario<AT>szm<DOT>sk)
Daniel Reimer [Wed, 16 Jan 2008 21:39:35 +0000 (21:39 +0000)]
Bug 2975: slovak translations for logoff and cacls (kario<AT>szm<DOT>sk)
Some fixes for shell32 which I got from a Austrian guy: Dark_Shadow<AT>gmx<DOT>at

svn path=/trunk/; revision=31833

16 years agoTahoma, MS Sans Serif... to MS Shell Dlg (I did not touch the Japanese Font)
Daniel Reimer [Wed, 16 Jan 2008 19:49:11 +0000 (19:49 +0000)]
Tahoma, MS Sans Serif... to MS Shell Dlg (I did not touch the Japanese Font)

svn path=/trunk/; revision=31832

16 years agofix explorer build
Christoph von Wittich [Wed, 16 Jan 2008 19:29:09 +0000 (19:29 +0000)]
fix explorer build

svn path=/trunk/; revision=31831

16 years agoSync all RC Files to contain all Stuff. Non Translated stuff is in English.
Daniel Reimer [Wed, 16 Jan 2008 18:37:56 +0000 (18:37 +0000)]
Sync all RC Files to contain all Stuff. Non Translated stuff is in English.
Fix some Bugs and Typos.
Say byebye to { and }. Say Hello to BEGIN and END. :-P
Fix Part of the mess of different fonts used. (Still needs to be completed)

svn path=/trunk/; revision=31830

16 years ago- Update WRC to Wine-0.9.53.
Aleksey Bragin [Wed, 16 Jan 2008 17:16:34 +0000 (17:16 +0000)]
- Update WRC to Wine-0.9.53.
- Update and include to the build process utf8.c of unicode library.

svn path=/trunk/; revision=31829

16 years ago- Add more NLS definitions.
Aleksey Bragin [Wed, 16 Jan 2008 17:05:31 +0000 (17:05 +0000)]
- Add more NLS definitions.

svn path=/trunk/; revision=31828

16 years ago- Uncomment typelib data from the msi resource file.
Aleksey Bragin [Wed, 16 Jan 2008 15:22:24 +0000 (15:22 +0000)]
- Uncomment typelib data from the msi resource file.

svn path=/trunk/; revision=31827

16 years ago- Fix a typo.
Aleksey Bragin [Wed, 16 Jan 2008 14:50:23 +0000 (14:50 +0000)]
- Fix a typo.

svn path=/trunk/; revision=31826

16 years agoAdd missing files to bootcd
Hervé Poussineau [Wed, 16 Jan 2008 10:52:22 +0000 (10:52 +0000)]
Add missing files to bootcd

svn path=/trunk/; revision=31825

16 years agoadd stdole2.tlb to bootcd
Christoph von Wittich [Wed, 16 Jan 2008 10:40:27 +0000 (10:40 +0000)]
add stdole2.tlb to bootcd

svn path=/trunk/; revision=31824

16 years agoadd stdole2.tlb to build as wrc seems to be fixed now
Christoph von Wittich [Wed, 16 Jan 2008 10:28:32 +0000 (10:28 +0000)]
add stdole2.tlb to build as wrc seems to be fixed now

svn path=/trunk/; revision=31823

16 years agoFix double " spotted by Christoph_vW
Hervé Poussineau [Wed, 16 Jan 2008 10:19:58 +0000 (10:19 +0000)]
Fix double " spotted by Christoph_vW

svn path=/trunk/; revision=31822

16 years agoUpdate prototype
Hervé Poussineau [Wed, 16 Jan 2008 10:16:32 +0000 (10:16 +0000)]
Update prototype

svn path=/trunk/; revision=31821

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Wed, 16 Jan 2008 10:11:22 +0000 (10:11 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31820

16 years agoAdd missing FOF_NORECURSION
Hervé Poussineau [Wed, 16 Jan 2008 10:07:35 +0000 (10:07 +0000)]
Add missing FOF_NORECURSION

svn path=/trunk/; revision=31819

16 years agoFix typo
Hervé Poussineau [Wed, 16 Jan 2008 08:59:57 +0000 (08:59 +0000)]
Fix typo

svn path=/trunk/; revision=31818

16 years agoBig polish translation patch by Olaf Siejka (caemyr AT gmail DOT com)
Peter Ward [Wed, 16 Jan 2008 05:06:57 +0000 (05:06 +0000)]
Big polish translation patch by Olaf Siejka (caemyr AT gmail DOT com)
See issue #2944 for more details.
- Polish translation for 0.3.4 is now complete... almost :)
  One thing left is kernel32 error codes. As it requires integration, it will be
  completed this week, right now i`m just adding a pl file for starters.

svn path=/trunk/; revision=31817

16 years agoUpdated "widl_ros.diff" file.
Colin Finck [Tue, 15 Jan 2008 21:54:49 +0000 (21:54 +0000)]
Updated "widl_ros.diff" file.
I created it with SVN's diff command against our vendor-imported widl version, but it is also possible to patch the Wine widl CVS version with it.

svn path=/trunk/; revision=31816

16 years agoChange make_token and dup_basename to also support Windows paths. Remove the previous...
Colin Finck [Tue, 15 Jan 2008 21:34:24 +0000 (21:34 +0000)]
Change make_token and dup_basename to also support Windows paths. Remove the previous hack for this. Fixes the build for Windows users.
I'll update the widl_ros.diff file later :-P

svn path=/trunk/; revision=31815

16 years ago- misc cleanups ported from Wine project by Christoph Brill (egore@irc)
Johannes Anderwald [Tue, 15 Jan 2008 21:07:06 +0000 (21:07 +0000)]
- misc cleanups ported from Wine project by Christoph Brill (egore@irc)
- reflect changes in header

See issue #2946 for more details.

svn path=/trunk/; revision=31814

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Tue, 15 Jan 2008 19:22:36 +0000 (19:22 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31813

16 years agoAdd RPC proxy support
Hervé Poussineau [Tue, 15 Jan 2008 18:08:25 +0000 (18:08 +0000)]
Add RPC proxy support

svn path=/trunk/; revision=31812

16 years agoumpnpmgr only needs the server component, not the client one
Hervé Poussineau [Tue, 15 Jan 2008 18:04:19 +0000 (18:04 +0000)]
umpnpmgr only needs the server component, not the client one

svn path=/trunk/; revision=31811

16 years agoUpdate German Resource.
Daniel Reimer [Tue, 15 Jan 2008 15:09:29 +0000 (15:09 +0000)]
Update German Resource.

svn path=/trunk/; revision=31810

16 years agodon't pass arguements as formatstring to DbgPrint as it will fusk up strings like...
Christoph von Wittich [Tue, 15 Jan 2008 14:14:43 +0000 (14:14 +0000)]
don't pass arguements as formatstring to DbgPrint as it will fusk up strings like %SystemRoot%

svn path=/trunk/; revision=31809

16 years agodon't use double '%' in the string
Christoph von Wittich [Tue, 15 Jan 2008 14:13:40 +0000 (14:13 +0000)]
don't use double '%' in the string

svn path=/trunk/; revision=31808

16 years agoSupport an arbitrary length for ReactOS version text
Hervé Poussineau [Tue, 15 Jan 2008 08:20:39 +0000 (08:20 +0000)]
Support an arbitrary length for ReactOS version text

svn path=/trunk/; revision=31807

16 years agooops... This was not meant to be here
Daniel Reimer [Mon, 14 Jan 2008 20:42:52 +0000 (20:42 +0000)]
oops... This was not meant to be here

svn path=/trunk/; revision=31806

16 years agoBug 2949: Update dbghelp from wine (egore<AT>gmx<DOT>de)
Daniel Reimer [Mon, 14 Jan 2008 20:31:10 +0000 (20:31 +0000)]
Bug 2949: Update dbghelp from wine (egore<AT>gmx<DOT>de)
Bug 2959: some spanish translations (remialdo<AT>gmail<DOT>com)
Bug 2960: Italian translation update (devotip<AT>tiscali<DOT>it)

svn path=/trunk/; revision=31805

16 years agoAdded missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.
Gregor Brunmar [Mon, 14 Jan 2008 18:38:48 +0000 (18:38 +0000)]
Added missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.

svn path=/trunk/; revision=31804

16 years agoFix visual glitch in usetup on BootLoader page when pressing up key
Andrey Korotaev [Mon, 14 Jan 2008 18:05:28 +0000 (18:05 +0000)]
Fix visual glitch in usetup on BootLoader page when pressing up key

svn path=/trunk/; revision=31803

16 years ago- Fix a bug (% is a reserved character in string operations).
Aleksey Bragin [Mon, 14 Jan 2008 17:26:46 +0000 (17:26 +0000)]
- Fix a bug (% is a reserved character in string operations).

svn path=/trunk/; revision=31802

16 years ago- Add special handling of drivers and win32 services binarynames. A few buffer overfl...
Aleksey Bragin [Mon, 14 Jan 2008 17:15:19 +0000 (17:15 +0000)]
- Add special handling of drivers and win32 services binarynames. A few buffer overflows fixed by Herve.
See issue #2962 for more details.

svn path=/trunk/; revision=31801

16 years agoUpdate status
Hervé Poussineau [Mon, 14 Jan 2008 17:08:42 +0000 (17:08 +0000)]
Update status

svn path=/trunk/; revision=31800

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 17:07:49 +0000 (17:07 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31799

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 16:52:12 +0000 (16:52 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31798

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 16:50:34 +0000 (16:50 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31797

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 16:39:00 +0000 (16:39 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31796

16 years agoAdd missing constants/prototypes
Hervé Poussineau [Mon, 14 Jan 2008 16:38:35 +0000 (16:38 +0000)]
Add missing constants/prototypes

svn path=/trunk/; revision=31795

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 16:32:09 +0000 (16:32 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31794

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 16:27:48 +0000 (16:27 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31793

16 years agoWhy freeldr decided to redefine some error codes, instead of including winerror.h?
Hervé Poussineau [Mon, 14 Jan 2008 16:03:43 +0000 (16:03 +0000)]
Why freeldr decided to redefine some error codes, instead of including winerror.h?

svn path=/trunk/; revision=31792

16 years agoAdd some constants
Hervé Poussineau [Mon, 14 Jan 2008 15:57:18 +0000 (15:57 +0000)]
Add some constants

svn path=/trunk/; revision=31791

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:54:12 +0000 (15:54 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31790

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:52:45 +0000 (15:52 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31789

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:50:17 +0000 (15:50 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31788

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:45:45 +0000 (15:45 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31787

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:42:52 +0000 (15:42 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31786

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:41:33 +0000 (15:41 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31785

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:39:30 +0000 (15:39 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31784

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:37:24 +0000 (15:37 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31783

16 years agoUpdate _ros.diff file
Hervé Poussineau [Mon, 14 Jan 2008 15:36:21 +0000 (15:36 +0000)]
Update _ros.diff file

svn path=/trunk/; revision=31782

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Mon, 14 Jan 2008 15:34:43 +0000 (15:34 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=31781

16 years agoAdd missing constants/prototypes
Hervé Poussineau [Mon, 14 Jan 2008 15:18:47 +0000 (15:18 +0000)]
Add missing constants/prototypes
Reformat winerror.h to looks more like Wine one

svn path=/trunk/; revision=31780