Magnus Olsen [Sat, 31 May 2008 12:17:25 +0000 (12:17 +0000)]
revert my last change
1. it break vmware drv, for it align each bitmap row it create
2. diffent behoirs in diffent vm
this did show we have more serius bug to fix before we can apply correct fix.
svn path=/trunk/; revision=33783
Magnus Olsen [Sat, 31 May 2008 11:01:51 +0000 (11:01 +0000)]
Fixed bug in DIB_GetDIBWidthBytes
accdoing OSR it is number of bytes to next scanline in the bitmap, wine version did align it, that why wrong number of bytes was reported also fixed overflow bug in the math, and make sure if some part of win32k send in negtive width, it will not calc it wrong, Remove one hack in win32k, thx of this, Thx fireball that suggest this functions mabey was wrong
svn path=/trunk/; revision=33782
Timo Kreuzer [Sat, 31 May 2008 00:04:16 +0000 (00:04 +0000)]
patch by Jeffrey Morlan (mrnobo1024 at yahoo dot com)
Testcase for NtGdiSetDIBitsToDeviceInternal
See issue #3294 for more details.
svn path=/trunk/; revision=33781
Pierre Schweitzer [Fri, 30 May 2008 20:59:56 +0000 (20:59 +0000)]
Added more cluster size values.
Spotted by GreatLord
For more informations: http://support.microsoft.com/kb/140365/en-us
svn path=/trunk/; revision=33780
Pierre Schweitzer [Fri, 30 May 2008 18:55:05 +0000 (18:55 +0000)]
Check cluster size when mounting a volume
svn path=/trunk/; revision=33779
Dmitry Chapyshev [Fri, 30 May 2008 18:18:36 +0000 (18:18 +0000)]
- Implement parsing font.inf (Now it's possible to specify custom fonts for a language/locale!)
svn path=/trunk/; revision=33778
Dmitry Chapyshev [Fri, 30 May 2008 18:12:59 +0000 (18:12 +0000)]
- Change in WindowMetrics font to Tahoma
- Add Tahome font to bootcd
- Add some file association
svn path=/trunk/; revision=33777
Dmitry Chapyshev [Fri, 30 May 2008 18:09:55 +0000 (18:09 +0000)]
- Small update inf file
svn path=/trunk/; revision=33776
Dmitry Chapyshev [Fri, 30 May 2008 18:09:14 +0000 (18:09 +0000)]
- Add Tahoma fonts from Wine
svn path=/trunk/; revision=33775
Magnus Olsen [Fri, 30 May 2008 16:00:16 +0000 (16:00 +0000)]
fixed last part for the def file.
now it is 100% completed and update to windows 2003 sp1
sorry I did not do it one commit.
svn path=/trunk/; revision=33774
James Tabor [Fri, 30 May 2008 15:42:06 +0000 (15:42 +0000)]
Thanks aicom, remove unimplemented tag.
svn path=/trunk/; revision=33773
James Tabor [Fri, 30 May 2008 15:18:51 +0000 (15:18 +0000)]
Use System Bitmap DC, like a stock object but a hDC one.
svn path=/trunk/; revision=33772
Dmitry Chapyshev [Fri, 30 May 2008 14:06:07 +0000 (14:06 +0000)]
- Add intl.inf and font.inf to bootcd
- Add shimgvw.dll to bootcd
svn path=/trunk/; revision=33771
Dmitry Chapyshev [Fri, 30 May 2008 14:03:19 +0000 (14:03 +0000)]
- Add font.inf and intl.inf
svn path=/trunk/; revision=33770
Dmitry Chapyshev [Fri, 30 May 2008 13:59:20 +0000 (13:59 +0000)]
- Implement EnumSystemCodePagesA/W
svn path=/trunk/; revision=33769
Aleksey Bragin [Fri, 30 May 2008 12:16:05 +0000 (12:16 +0000)]
- Really fix _rotl. Thanks KJK::Hyperion!
svn path=/trunk/; revision=33768
Aleksey Bragin [Fri, 30 May 2008 12:10:28 +0000 (12:10 +0000)]
- Fix a warning in 1st of April's implementation of _rotl function.
svn path=/trunk/; revision=33767
James Tabor [Fri, 30 May 2008 06:13:52 +0000 (06:13 +0000)]
Move the init of server info after heap is init.
svn path=/trunk/; revision=33766
James Tabor [Fri, 30 May 2008 04:56:10 +0000 (04:56 +0000)]
Modified GDIOBJ_Copy and Set owner to return bool. Start the use of server info for metrics data. Tested with Qemu on Linux.
svn path=/trunk/; revision=33765
Magnus Olsen [Fri, 30 May 2008 01:27:29 +0000 (01:27 +0000)]
1. do not use wine def for reactos
2. this is almost 100% correct list of windows 2003 export list of msvcrt.def and it will make abiword working again for it was missing api wfreopen and allot more api from msvcrt
3. this add back api that was remove api they exists in windows 2003 export list
4. List was provide from colin f
See issue #3293 for more details.
svn path=/trunk/; revision=33764
Magnus Olsen [Thu, 29 May 2008 22:39:39 +0000 (22:39 +0000)]
patch by Jeffrey Morlan ( email : mrnobo1024 at yahoo dot com )
the comment above is my.
See issue #3295 for more details.
svn path=/trunk/; revision=33763
Timo Kreuzer [Thu, 29 May 2008 19:44:23 +0000 (19:44 +0000)]
remove hFirstBitmap from the WIN_DC_INFO struct, wasn't used anyway and use StockObject(DEFAULT_BITMAP) for the default bitmap when creating a mem dc as on windows.
svn path=/trunk/; revision=33762
James Tabor [Thu, 29 May 2008 18:58:03 +0000 (18:58 +0000)]
Fix build.
svn path=/trunk/; revision=33761
James Tabor [Thu, 29 May 2008 18:51:17 +0000 (18:51 +0000)]
Use server information structure for system colors.
svn path=/trunk/; revision=33760
Aleksey Bragin [Thu, 29 May 2008 16:09:47 +0000 (16:09 +0000)]
Stefan Ginsberg <stefan__100__@hotmail.com>
- Remove NT3/4 specific unimplemented function and change STDCALL -> NTAPI in mm.c
- Make ReactOS i386 kernel exports almost fully correspond to W2003SP1 ntoskrnl.exe's exports.
svn path=/trunk/; revision=33759
Aleksey Bragin [Thu, 29 May 2008 16:00:20 +0000 (16:00 +0000)]
Stefan Ginsberg <stefan__100__@hotmail.com>
- Remove usage of unexported RtlDuplicateUnicodeString in green.sys driver (this is basically the same fix which Herve applied to blue.sys).
svn path=/trunk/; revision=33758
James Tabor [Thu, 29 May 2008 15:32:05 +0000 (15:32 +0000)]
Update NtUserBitBltSysBmp.
svn path=/trunk/; revision=33757
Dmitry Chapyshev [Thu, 29 May 2008 14:30:26 +0000 (14:30 +0000)]
- Add Russian translation
- Fixed parameters functions
- Add debug functions
- Add stubs for some functions
svn path=/trunk/; revision=33756
Daniel Reimer [Thu, 29 May 2008 11:40:11 +0000 (11:40 +0000)]
Bug 3282: Spanish and Basque translation by Javier Remacha (remialdo@gmail.com)
Bug 3284: small slovak translation update by Mario Kacmar (kario@szm.sk)
Part 2 of 2
svn path=/trunk/; revision=33755
Daniel Reimer [Thu, 29 May 2008 11:36:08 +0000 (11:36 +0000)]
Bug 3282: Spanish and Basque translation by Javier Remacha (remialdo@gmail.com)
Bug 3284: small slovak translation update by Mario Kacmar (kario@szm.sk)
Part 1 of 2
svn path=/trunk/; revision=33754
Timo Kreuzer [Thu, 29 May 2008 01:30:33 +0000 (01:30 +0000)]
sorry forgot this one
svn path=/trunk/; revision=33753
Timo Kreuzer [Thu, 29 May 2008 01:17:50 +0000 (01:17 +0000)]
fix palette implementation: use the surface's palette to crate the xlate objects, default to the device default palette. The dc palette defaults to stock object default palette. Implement IntCreateXlateForBlt, used in BitBlt etc functions to perform the needed operations to create the xlate object instead of duplicating the code. This allows for global thermonuclear solitaire again and hopefully doesn't break everything else ;-)
svn path=/trunk/; revision=33752
Timo Kreuzer [Wed, 28 May 2008 23:02:26 +0000 (23:02 +0000)]
reapply Magnus Change to fix build.
note to Colin: THAT is the reason why ;-)
svn path=/trunk/; revision=33751
Timo Kreuzer [Wed, 28 May 2008 22:25:08 +0000 (22:25 +0000)]
(Nt)GdiFlushUserBatch:
- optmize by moving the locking of the dc to NtGdiFlushUserBatch instead of doing it for every object
- fix wrong pointer calculation (GdiFlushUserBatch returns the size of the objects in bytes not in ULONG)
- simplify a check
- add a comment: on XP NtGdiFlushUserBatch doesn't return NTSTATUS, but a pointer to inside the Teb, maybe random/VOID
svn path=/trunk/; revision=33750
Colin Finck [Wed, 28 May 2008 21:41:41 +0000 (21:41 +0000)]
Sync usp10 with Wine again, fixes the corrupted text display in AbiWord.
Thanks to CMan for regression-testing!
Also I removed Magnus' change in r33700.
If this is really required, please name the reason and add the change to a usp10_ros.diff file as this is a Wine-synched component. Also don't forget to include a header file for the DbgPrint prototype.
See issue #3280 for more details.
svn path=/trunk/; revision=33749
Colin Finck [Wed, 28 May 2008 21:37:05 +0000 (21:37 +0000)]
Sorry, forgot this file
svn path=/trunk/; revision=33748
Colin Finck [Wed, 28 May 2008 21:08:23 +0000 (21:08 +0000)]
Samuel Serapión (samdwise51 AT gmail DOT com):
- Sync parts of msvcrt with Wine (more will follow)
This makes us passing a lot more msvcrt Wine tests (like all heap tests)
svn path=/trunk/; revision=33747
Daniel Reimer [Wed, 28 May 2008 20:10:50 +0000 (20:10 +0000)]
Add winhlp32 to bootcd.
svn path=/trunk/; revision=33746
Timo Kreuzer [Wed, 28 May 2008 20:03:36 +0000 (20:03 +0000)]
DCOrg is in device coordinates, fix a comment accordingly
svn path=/trunk/; revision=33745
Magnus Olsen [Wed, 28 May 2008 20:03:10 +0000 (20:03 +0000)]
This file will be share between dxg and win32k explain why will follow in documentations that Z98 helping me writing at moment. they will be release to public
fast explain windows xp and higher have two gdi table, it is better reuse same macro for both, that rewrite it one more time.
svn path=/trunk/; revision=33744
Timo Kreuzer [Wed, 28 May 2008 20:00:03 +0000 (20:00 +0000)]
EngLineTo: if pco == NULL use a private clip object, initialized with bounds rect
svn path=/trunk/; revision=33743
Dmitry Chapyshev [Wed, 28 May 2008 19:53:41 +0000 (19:53 +0000)]
- Add baseaddress for shimgvw.dll
svn path=/trunk/; revision=33742
Dmitry Chapyshev [Wed, 28 May 2008 19:52:46 +0000 (19:52 +0000)]
- Start implementing shimgvw.dll
svn path=/trunk/; revision=33741
Dmitry Chapyshev [Wed, 28 May 2008 19:47:11 +0000 (19:47 +0000)]
- Update Russian translation
svn path=/trunk/; revision=33740
Timo Kreuzer [Wed, 28 May 2008 17:22:49 +0000 (17:22 +0000)]
EngCreateClip must allocate CLIPGDI, not only CLIPOBJ
svn path=/trunk/; revision=33739
Timo Kreuzer [Wed, 28 May 2008 15:20:56 +0000 (15:20 +0000)]
[FORMATTING]
Apply consistent indentation (4 spaces)
svn path=/trunk/; revision=33738
Timo Kreuzer [Wed, 28 May 2008 14:32:06 +0000 (14:32 +0000)]
[FORMATTING]
Fix indentation: 4 spaces, no code change
svn path=/trunk/; revision=33737
Daniel Reimer [Wed, 28 May 2008 07:43:38 +0000 (07:43 +0000)]
Updated winhelp from wine and renamed accordingly from winhelp to winhlp32.
svn path=/trunk/; revision=33736
James Tabor [Wed, 28 May 2008 05:01:17 +0000 (05:01 +0000)]
Add Gdi entry flag.
svn path=/trunk/; revision=33735
James Tabor [Wed, 28 May 2008 04:04:35 +0000 (04:04 +0000)]
NtUserRegisterClassExWOW also given FNID. Added one more fnid type.
svn path=/trunk/; revision=33734
James Tabor [Wed, 28 May 2008 02:36:25 +0000 (02:36 +0000)]
NtUserSetWindowFNID is needed for supporting NtUserGetClassName bGetRealClass.
svn path=/trunk/; revision=33733
Timo Kreuzer [Wed, 28 May 2008 00:41:13 +0000 (00:41 +0000)]
exception.h: merge changes from wine.
Revision 1.37 fixes the exception in ole32 when opening a file with FoxitReader. Also fixes some warnings and hopefully some usermode crashes.
1.28: Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
1.29: Alexandre Julliard <julliard@winehq.org>
include: Exception filters should return LONG, not DWORD.
Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.
1.30: Rob Shearman <rob@codeweavers.com>
include: Move Wine-specific EH_* defines from winnt.h to include/wine/exception.h.
1.33: Rob Shearman <rob@codeweavers.com>
Add a new convenience macro for an exception handler that handles all exceptions.
When using native compiler exceptions, the previous method of doing
this, __EXCEPT(NULL), would expand to __except(
(NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a
function.
So add a new macro, __EXCEPT_ALL, which works correctly both when using
native compiler exceptions and without and which makes the meaning of
code in which it is used clearer.
1.35: Alexandre Julliard <julliard@winehq.org>
ntdll: Make the exception handling functions inline.
1.36: Alexandre Julliard <julliard@winehq.org>
exception.h: Only push the exception frame after sigsetjmp.
Otherwise on Windows longjmp may want to mess with the exception frame.
1.37: Alexandre Julliard <julliard@winehq.org>
exception.h: Preserve registers when calling RtlUnwind.
See issue #812 for more details.
svn path=/trunk/; revision=33732
Aleksey Bragin [Tue, 27 May 2008 18:59:59 +0000 (18:59 +0000)]
- More header fixes.
svn path=/trunk/; revision=33731
Daniel Reimer [Tue, 27 May 2008 18:54:23 +0000 (18:54 +0000)]
Polish language Update by Olaf Siejka
svn path=/trunk/; revision=33730
Johannes Anderwald [Tue, 27 May 2008 10:53:23 +0000 (10:53 +0000)]
- access parameter after they have been verified as valid
- fixes a kernel32_winetest crash
- fixes bug 3264
svn path=/trunk/; revision=33729
Johannes Anderwald [Tue, 27 May 2008 08:54:07 +0000 (08:54 +0000)]
- fix typo in CreateServiceA
- bug found by Michael martinmnet at hotmail dot com (IRC: bugboy)
svn path=/trunk/; revision=33728
Ged Murphy [Tue, 27 May 2008 08:34:28 +0000 (08:34 +0000)]
Another typo. Yep, I'm officially today's jester...
svn path=/trunk/; revision=33727
Ged Murphy [Tue, 27 May 2008 08:32:19 +0000 (08:32 +0000)]
fix typo
svn path=/trunk/; revision=33726
Ged Murphy [Tue, 27 May 2008 08:28:52 +0000 (08:28 +0000)]
fix potential buffer overflow
svn path=/trunk/; revision=33725
Aleksey Bragin [Tue, 27 May 2008 08:11:06 +0000 (08:11 +0000)]
Daniel Zimmermann <netzimme@aim.com>
- Sync setlocale from Wine.
See issue #3254 for more details.
svn path=/trunk/; revision=33724
James Tabor [Tue, 27 May 2008 01:38:01 +0000 (01:38 +0000)]
Rename and add new internal functions.
svn path=/trunk/; revision=33723
James Tabor [Mon, 26 May 2008 23:57:30 +0000 (23:57 +0000)]
Removed NtGdi rect calls.
svn path=/trunk/; revision=33722
James Tabor [Mon, 26 May 2008 21:12:17 +0000 (21:12 +0000)]
Fix the rest too....
svn path=/trunk/; revision=33721
Johannes Anderwald [Mon, 26 May 2008 20:52:28 +0000 (20:52 +0000)]
- check if MDICLIENTINFO is available before retrieving information
- fixes a user32_winetest crash
svn path=/trunk/; revision=33720
James Tabor [Mon, 26 May 2008 20:36:38 +0000 (20:36 +0000)]
Why are we deleting prgnVis after setting it up? Wine code shows that it is deleted after an error if it was setup prior the error. This fixes a bug introduced in revision 5118.
svn path=/trunk/; revision=33719
Filip Navara [Mon, 26 May 2008 18:51:15 +0000 (18:51 +0000)]
Change the code a bit, as Hervé Poussineau points out, the interrupt vector could in some cases be zero.
svn path=/trunk/; revision=33718
Filip Navara [Mon, 26 May 2008 18:32:40 +0000 (18:32 +0000)]
Fix incorrect logic in IntVideoPortSetupInterrupt and add comment.
svn path=/trunk/; revision=33717
Johannes Anderwald [Mon, 26 May 2008 18:13:17 +0000 (18:13 +0000)]
- only convert the devmode if the caller passed one
- fixes a user32_winetest crash failure
svn path=/trunk/; revision=33716
Aleksey Bragin [Mon, 26 May 2008 18:08:50 +0000 (18:08 +0000)]
- Fix misc structures definitions.
svn path=/trunk/; revision=33715
Gregor Brunmar [Mon, 26 May 2008 16:13:19 +0000 (16:13 +0000)]
Removed legacy code from r33695, trying to free a NULL pointer
svn path=/trunk/; revision=33714
Aleksey Bragin [Mon, 26 May 2008 15:27:09 +0000 (15:27 +0000)]
- Erase countdown timer when needed. Based on a patch from bug 3279.
See issue #3046 for more details.
svn path=/trunk/; revision=33713
Johannes Anderwald [Mon, 26 May 2008 15:23:24 +0000 (15:23 +0000)]
- add support for a future timeout callback mechanism
svn path=/trunk/; revision=33712
Aleksey Bragin [Mon, 26 May 2008 14:42:27 +0000 (14:42 +0000)]
- Remove $Id tags.
svn path=/trunk/; revision=33711
Johannes Anderwald [Mon, 26 May 2008 13:50:36 +0000 (13:50 +0000)]
- check if its a primary monitor before calculating monitor intersection rectangle
- should fix bug 3281
svn path=/trunk/; revision=33709
Aleksey Bragin [Mon, 26 May 2008 11:47:47 +0000 (11:47 +0000)]
- Add more functions to the lookup table (used by the newest VMWare 6.5 Video driver).
svn path=/trunk/; revision=33708
Daniel Reimer [Sun, 25 May 2008 22:44:32 +0000 (22:44 +0000)]
Bug 3275: Italian resource translation update by Paolo Devoti (devotip@tiscali.it)
Bug 3277: Lithuanian translation by Vytis Girdzijauskas (cman@cman.us)
svn path=/trunk/; revision=33707
Daniel Reimer [Sun, 25 May 2008 22:15:26 +0000 (22:15 +0000)]
Bug 3275: Italian resource translation update by Paolo Devoti (devotip@tiscali.it)
Bug 3277: Lithuanian translation by Vytis Girdzijauskas (cman@cman.us)
svn path=/trunk/; revision=33705
KJK::Hyperion [Sun, 25 May 2008 21:00:08 +0000 (21:00 +0000)]
modified include/psdk/winnls.h
Added definitions for NormalizeString and IsNormalizedString (Vista and later)
Correct an embarassing bug (some macros were terminated with ";", shame shame)
added nls
added nls/3rdparty
added nls/3rdparty/icu
We officially welcome IBM's excellent ICU4C library for Unicode support to our humble source tree. May our marriage be long, happy and fertile.
added nls/3rdparty/icu4ros.rbuild
added nls/dll
added nls/dll/normaliz_redist
added nls/dll/normaliz_redist/normaliz.cpp
added nls/dll/normaliz_redist/normaliz.def
added nls/dll/normaliz_redist/normaliz_redist.rbuild
added nls/lib
added nls/lib/normalize
added nls/lib/normalize/normalize.cpp
added nls/lib/normalize/normalize.rbuild
added nls/nls.rbuild
modified ReactOS-generic.rbuild
Incomplete implementation of the redistributable normaliz.dll DLL for Unicode normalization, as a technical preview of what's to come from the use of ICU4C - namely, straightforward, painless implementation of complex algorithms and several megabytes worth of data, with a Win32-compatible interface on top. Currently disabled in the build until basic testing is over.
Watch this space for more of the same.
svn path=/trunk/; revision=33703
Magnus Olsen [Sun, 25 May 2008 17:52:28 +0000 (17:52 +0000)]
implement LpkDllInitialize for lpk
svn path=/trunk/; revision=33701
Magnus Olsen [Sun, 25 May 2008 17:51:15 +0000 (17:51 +0000)]
fix right export prefix for LpkPresent.
svn path=/trunk/; revision=33700
Magnus Olsen [Sun, 25 May 2008 15:22:09 +0000 (15:22 +0000)]
add dll lpk it is stub for now.
it will be use of gdi32 and user32 later
svn path=/trunk/; revision=33699
Colin Finck [Sun, 25 May 2008 14:16:14 +0000 (14:16 +0000)]
Update README.WINE about the crypt32 sync
svn path=/trunk/; revision=33698
Magnus Olsen [Sun, 25 May 2008 12:04:06 +0000 (12:04 +0000)]
started added test for InitializeLpkHooks
this tests are not completed more will follow.
this is the frame work for testing InitializeLpkHooks
svn path=/trunk/; revision=33697
Eric Kohl [Sun, 25 May 2008 11:50:56 +0000 (11:50 +0000)]
Add the general user properties page. Settings are visible but cannot be changed yet.
svn path=/trunk/; revision=33696
Gregor Brunmar [Sun, 25 May 2008 11:12:42 +0000 (11:12 +0000)]
Reinstated DIALOG_get_info() based of Wine's implementation, but with some modifications. This makes us pass the last 6 failed dialog wine tests.
svn path=/trunk/; revision=33695
Dmitry Chapyshev [Sun, 25 May 2008 10:41:08 +0000 (10:41 +0000)]
- Start implementing WDM Audio driver mapper
svn path=/trunk/; revision=33694
Dmitry Chapyshev [Sun, 25 May 2008 10:39:34 +0000 (10:39 +0000)]
- Add baseaddress for wdmaud.drv
svn path=/trunk/; revision=33693
Dmitry Chapyshev [Sun, 25 May 2008 09:34:14 +0000 (09:34 +0000)]
- Add stubs WDM Audio driver mapper
svn path=/trunk/; revision=33691
Gregor Brunmar [Sun, 25 May 2008 08:36:30 +0000 (08:36 +0000)]
* Changed to correct signature of NtUserGetClassName()
* Implemented correct behaviour in GetRealWindowClass(), but in reality just shifted the todo parts to NtUserGetClassName() instead.
svn path=/trunk/; revision=33689
Pierre Schweitzer [Sun, 25 May 2008 08:30:33 +0000 (08:30 +0000)]
Fixed a bug in GetClipboardFormatNameA
svn path=/trunk/; revision=33688
Johannes Anderwald [Sun, 25 May 2008 07:05:34 +0000 (07:05 +0000)]
- fix wait functions for console handles
- bug 3273
svn path=/trunk/; revision=33687
Magnus Olsen [Sat, 24 May 2008 22:42:46 +0000 (22:42 +0000)]
implemeted test for GdiDeleteLocalDC, GdiReleaseLocalDC, GdiSetAttrs
tested in xp/vista/reactos and works no fault report.
svn path=/trunk/; revision=33681
Magnus Olsen [Sat, 24 May 2008 22:20:31 +0000 (22:20 +0000)]
implemeted test for GdiConvertBitmap, GdiConvertBrush, GdiConvertDC, GdiConvertFont, GdiConvertPalette, GdiConvertRegion, GdiGetLocalBrush, GdiGetLocalDC
tested in xp/vista/reactos and works no fault report.
svn path=/trunk/; revision=33680
Colin Finck [Sat, 24 May 2008 22:16:15 +0000 (22:16 +0000)]
Samuel Serapión (samdwise51 AT gmail DOT com):
- Sync the advapi32 crypt functions to Wine 1.0-rc2, this way we pass some more winetests.
Changes by myself:
- Implement SystemFunction036 (RtlGenRandom) as the Wine equivalent is based on /dev/urandom, so that it cannot be used.
Warning: This function uses the pseudo random number generator RtlRandom. It should better be implemented using a crypto-safe random number generator!
svn path=/trunk/; revision=33679
Ged Murphy [Sat, 24 May 2008 21:21:58 +0000 (21:21 +0000)]
Add functionality to allow dll injection for all apps which link to user32.
svn path=/trunk/; revision=33678
Marc Piulachs [Sat, 24 May 2008 20:32:44 +0000 (20:32 +0000)]
- Move every x86 HAL to it's own .rbuild file
- Take advantage of r33676
svn path=/trunk/; revision=33677
Marc Piulachs [Sat, 24 May 2008 20:31:23 +0000 (20:31 +0000)]
- Add "base" and "root" support to ImportLibrary. <importlibrary definition="../hal/hal_i386.def" /> -> <importlibrary base="hal" definition="hal_i386.def" />
svn path=/trunk/; revision=33676
Magnus Olsen [Sat, 24 May 2008 19:02:23 +0000 (19:02 +0000)]
merge from win32k-gdi-dx r33674 Implement GdiAddGlsBounds
svn path=/trunk/; revision=33675
Marc Piulachs [Sat, 24 May 2008 15:33:49 +0000 (15:33 +0000)]
- remove 'basename' , no such attribute exists for <importlibrary>
svn path=/trunk/; revision=33672
Pierre Schweitzer [Sat, 24 May 2008 09:06:53 +0000 (09:06 +0000)]
Set default return of IRP_MJ_QUERY_INFORMATION to STATUS_INVALID_PARAMETER
svn path=/trunk/; revision=33671