Gregor Schneider
c365f1c1bb
Handle failure of EngLockSurface as well
...
svn path=/trunk/; revision=42745
2009-08-16 20:11:31 +00:00
Stefan Ginsberg
ac35e87724
- Revert 32309 -- instead of removing FORCEINLINE to make GCC happy (it can't inline functions using va_list), use __inline to merely hint that the function should be inlined. This lets you use RtlStringCbPrintfA and RtlStringCbPrintfExA in multiple source files as the functions aren't static.
...
- Moreover, there is no reason to forceinline all the RtlString* routines -- they are quite big and the compiler should be allowed to optimize here as it likes, so just use __inline. Also add RtlStringCchCopyA and re-enable ASSERTMSG and use it for the stubs.
- Add missing GUID_CLASS_COMPORT and GUID_SERENUM_BUS_ENUMERATOR to ntddser.h
- Add driverspecs.h to stub out Driver Verifier annotations
- The WDK serenum source sample now compiles with our header set.
svn path=/trunk/; revision=42744
2009-08-16 20:08:48 +00:00
Gregor Schneider
f145632ab6
Handle failure of EngCreateClip, spotted by Amine Khaldi
...
svn path=/trunk/; revision=42743
2009-08-16 19:56:40 +00:00
Gregor Schneider
ea7be198c3
- Copy the source rectangle after checking it
...
- Create input rectangle from destination size if source is not used
svn path=/trunk/; revision=42742
2009-08-16 19:43:58 +00:00
Gregor Schneider
d9bc76c65a
Allocate span memory for every clipping type, not only for one
...
svn path=/trunk/; revision=42741
2009-08-16 19:20:50 +00:00
Gregor Schneider
9a8137bdd5
Add some useful information to the popen header
...
svn path=/trunk/; revision=42740
2009-08-16 18:58:25 +00:00
Gregor Schneider
1aebf2497e
Only set the pattern function pointer if the pattern surface is valid, spotted by Amine Khaldi
...
svn path=/trunk/; revision=42739
2009-08-16 18:52:06 +00:00
KJK::Hyperion
f5828613f7
Tests to exercise support for calling stack-allocated trampolines. All three tests pass
...
svn path=/trunk/; revision=42738
2009-08-16 16:50:35 +00:00
KJK::Hyperion
9aacc392d5
modified include/reactos/libs/pseh/pseh2.h
...
Trampoline-related definitions are no longer necessary in the public header
modified lib/pseh/i386/framebased-gcchack.c
Don't use byte arrays when you mean unaligned field, Arch: use __attribute__((packed)) instead, and gcc will thank you for not violating strong aliasing
svn path=/trunk/; revision=42737
2009-08-16 16:40:52 +00:00
Stefan Ginsberg
e3e940dcc6
- Remove incorrect #pragma pack/pop
...
svn path=/trunk/; revision=42736
2009-08-16 13:20:19 +00:00
Timo Kreuzer
074f29786e
Update PDEVOBJ and GRAPHICS_DEVICE fields
...
svn path=/trunk/; revision=42735
2009-08-16 12:57:41 +00:00
Stefan Ginsberg
c13c6c8daa
- Woops, NDIS_PHYSICAL_MEDIUM got lost somehow... and NDIS_MEDIUM belongs in ntddndis.h too
...
svn path=/trunk/; revision=42734
2009-08-16 12:53:31 +00:00
Stefan Ginsberg
49d9ff57e9
- Fix ntstrsafe.h's dependency on debug.h
...
svn path=/trunk/; revision=42733
2009-08-16 12:42:18 +00:00
Stefan Ginsberg
78d31c85a0
- Remove duplicate ntddndis.h in /psdk/ -- we already have it in /ddk/. Add the duplicated types to the DDK version. Also move NDIS_OBJECT_HEADER over to ntddndis.h from ndis.h as this is where it belongs.
...
- Remove "ntdd1934.h" -- this header should be named ntdd1394.h. We already have a copy named so, but the old incompatible header wasn't removed.
svn path=/trunk/; revision=42732
2009-08-16 12:37:44 +00:00
Matthias Kupfer
48ba688d46
fix German translation of ReactOS Applications Manager
...
svn path=/trunk/; revision=42731
2009-08-16 12:31:54 +00:00
Matthias Kupfer
b788aceff0
fix some typos
...
svn path=/trunk/; revision=42730
2009-08-16 12:28:17 +00:00
Matthias Kupfer
9fd24347d5
- second part of German translation of rapps entries.
...
- change some entries to proper values
svn path=/trunk/; revision=42729
2009-08-16 12:23:01 +00:00
Sylvain Petreolle
8181199496
fix tditest build
...
svn path=/trunk/; revision=42728
2009-08-16 11:04:42 +00:00
James Tabor
977596b2e5
- Use correct head structure for event hooks.
...
svn path=/trunk/; revision=42727
2009-08-16 06:41:18 +00:00
James Tabor
7b35054d70
- Move inline function to local header.
...
svn path=/trunk/; revision=42726
2009-08-16 01:48:35 +00:00
Dmitry Gorbachev
36512fc9c3
Revert r42569.
...
svn path=/trunk/; revision=42725
2009-08-16 01:21:20 +00:00
Dmitry Gorbachev
3f11239846
Synchronize with paging I/O.
...
svn path=/trunk/; revision=42724
2009-08-16 01:20:50 +00:00
Dmitry Gorbachev
2a60b44d65
Take inode size from Ext2 superblock.
...
svn path=/trunk/; revision=42723
2009-08-16 01:20:22 +00:00
Dmitry Gorbachev
961afecdd8
Fix FsRtlDissectName(). Pierre Schweitzer.
...
svn path=/trunk/; revision=42722
2009-08-16 01:20:15 +00:00
James Tabor
bc80314293
- Rename pointer to server information structure.
...
svn path=/trunk/; revision=42721
2009-08-15 22:57:32 +00:00
James Tabor
8e0b4f441a
- Use the correct flag for hidden popup actions.
...
svn path=/trunk/; revision=42720
2009-08-15 22:24:26 +00:00
Matthias Kupfer
b8000cd776
first part of German translation of rapps entries.
...
svn path=/trunk/; revision=42719
2009-08-15 22:17:30 +00:00
Gregor Schneider
8130a946d5
Apply changes from r42521 to DefWndProcW as well
...
See issue #4791 for more details.
svn path=/trunk/; revision=42718
2009-08-15 22:06:09 +00:00
James Tabor
20237183e5
- Fix define types.
...
svn path=/trunk/; revision=42716
2009-08-15 21:28:02 +00:00
Hervé Poussineau
1ad7b1fe0a
Try to fix build after r42706
...
svn path=/trunk/; revision=42715
2009-08-15 20:47:58 +00:00
Stefan Ginsberg
e75501547e
- Attempt to fix user32 build after 42706 -- user32 needs those undocumented TB_* too
...
svn path=/trunk/; revision=42714
2009-08-15 20:11:04 +00:00
Matthias Kupfer
2288be170e
German translation of ReactOS Applications Manager
...
svn path=/trunk/; revision=42713
2009-08-15 19:42:57 +00:00
Stefan Ginsberg
c163eb9dc9
- Convert tditest to PSEH instead of a broken MSVC SEH attempt
...
- Teach man how to use "subroutines"
svn path=/trunk/; revision=42709
2009-08-15 16:40:51 +00:00
Aleksey Bragin
fad9449b5f
- Fix a typo.
...
svn path=/trunk/; revision=42708
2009-08-15 16:32:20 +00:00
Dmitry Chapyshev
f23c70c56e
- Sync comctl32 with Wine 1.1.27 (without imagelist.c)
...
- Sync comdlg32 with Wine 1.1.27
svn path=/trunk/; revision=42706
2009-08-15 16:15:43 +00:00
Dmitry Chapyshev
88aad4cf0b
- Fix Russian translation
...
svn path=/trunk/; revision=42705
2009-08-15 15:50:29 +00:00
Dmitry Chapyshev
1483089019
- Set mute icon if sound unavailable
...
- Set "No devices" if device unavailable
- Disable controls after dialog initialization
svn path=/trunk/; revision=42704
2009-08-15 15:38:40 +00:00
Dmitry Chapyshev
4936fdb9db
- Add some resources
...
- Disable controls after dialog initialization
svn path=/trunk/; revision=42703
2009-08-15 14:49:44 +00:00
Dmitry Chapyshev
dd24853598
- Add EventLabels keys
...
svn path=/trunk/; revision=42702
2009-08-15 14:46:24 +00:00
Dmitry Chapyshev
5e783b4337
- Add sound schemes keys
...
svn path=/trunk/; revision=42701
2009-08-15 14:16:08 +00:00
Dmitry Chapyshev
eb312a8fb0
- Add bcrypt, xmllite and hnetcfg from Wine
...
svn path=/trunk/; revision=42700
2009-08-15 13:55:40 +00:00
Johannes Anderwald
d1ff4911cb
- Implement KsGetFirstChild, KsGetNextSibling
...
- Implement IKsFilter_fnAddProcessPin, IKsFilter_fnRemoveProcessPin
- Remove old code for attaching so that it works with KsGetFirstChild
- Implement attach of filter factories to the device header
- Unimplement a few functions which were wrong
- Implement KsDispatchSpecificProperty
svn path=/trunk/; revision=42699
2009-08-15 13:45:06 +00:00
Johannes Anderwald
bde6b65191
- Add dmksctrl.h
...
- Add KsPinGetNextSiblingPin prototype
svn path=/trunk/; revision=42698
2009-08-15 13:38:15 +00:00
Dmitry Chapyshev
5efe007aeb
- Define APPLICATION_DATEBASE_URL
...
svn path=/trunk/; revision=42695
2009-08-15 11:41:56 +00:00
Dmitry Chapyshev
e9dbd473eb
- Add README.ENG
...
- Change rapps.cab to rappmgr.cab (in CreateCabFile.bat)
svn path=/trunk/; revision=42694
2009-08-15 11:36:44 +00:00
Dmitry Chapyshev
cc9b9024e7
- Remove appwiz-new
...
- Simplify appwiz (appwiz now starts rapps.exe)
svn path=/trunk/; revision=42693
2009-08-15 11:14:07 +00:00
Dmitry Chapyshev
4acd389821
- Add rapps.exe to bootcd
...
- Add msgsm32.acm to bootcd
- Add some optional modules
- Remove downloader.exe and downloader.xml
svn path=/trunk/; revision=42692
2009-08-15 10:19:50 +00:00
Dmitry Chapyshev
e8f0dc48e9
- Change downloader.exe to rapps.exe
...
svn path=/trunk/; revision=42691
2009-08-15 10:17:48 +00:00
Dmitry Chapyshev
c50287c843
- Returns TRUE in AttachConsole (like in Wine)
...
svn path=/trunk/; revision=42690
2009-08-15 10:04:45 +00:00
Dmitry Chapyshev
16992e50bd
- Partially sync locale.c with Wine
...
svn path=/trunk/; revision=42689
2009-08-15 10:01:28 +00:00