Dmitry Chapyshev
e140996677
- Fix build
...
svn path=/trunk/; revision=39624
2009-02-16 12:34:32 +00:00
Aleksey Bragin
bbe25aa0c0
- Add declarations for unsafe fastmutex functions.
...
svn path=/trunk/; revision=39623
2009-02-16 12:10:08 +00:00
Dmitry Chapyshev
79d5681478
- Reimplement RtlLargeIntegerToChar (based on Wine code with my changes). It fixes all large_int Wine tests
...
svn path=/trunk/; revision=39622
2009-02-16 12:07:27 +00:00
Aleksey Bragin
7e91e42329
- Fix small formatting leftover from r39422.
...
svn path=/trunk/; revision=39621
2009-02-16 11:18:37 +00:00
Dmitry Chapyshev
f685d4bc8e
- Fix copypaste typo in IopUpdateOperationCount
...
svn path=/trunk/; revision=39620
2009-02-16 11:02:23 +00:00
Matthias Kupfer
cc40695b51
define IDC_STATIC as -1 instead of 100 (prevent confusing warnings)
...
svn path=/trunk/; revision=39619
2009-02-16 10:10:44 +00:00
Jeffrey Morlan
f56130f164
SET /A improvements:
...
- Strip quotes from expression
- Use _tcstol instead of _ttoi to parse numbers, allowing hex/octal numbers to be used
- Skip space after an identifier
- Don't echo result when in a batch file
svn path=/trunk/; revision=39618
2009-02-16 03:00:27 +00:00
Art Yerkes
28a87330c4
Remove an assert that doesn't belong.
...
svn path=/trunk/; revision=39616
2009-02-15 22:16:20 +00:00
Timo Kreuzer
dced580965
- switch license to LGPL
...
- fix a typo
svn path=/trunk/; revision=39615
2009-02-15 22:15:15 +00:00
Timo Kreuzer
2e0c09ded9
Add a header
...
svn path=/trunk/; revision=39614
2009-02-15 22:14:32 +00:00
Art Yerkes
90b16f9eca
Fix loopback adapter locking and make traffic work consistently.
...
Fix zero-address binding.
Local tcp services should work now.
svn path=/trunk/; revision=39613
2009-02-15 21:52:56 +00:00
Jeffrey Morlan
9b0334da19
Don't expand FOR variables until execution time, so that special characters in them won't cause unwanted syntactic effects.
...
For example, "for %a in (^>) do echo %a" should just echo the greater than sign.
svn path=/trunk/; revision=39611
2009-02-15 18:18:16 +00:00
Andrew Greenwood
a5d9170830
Fix #includes in a few more files to get ReactOS building again.
...
svn path=/trunk/; revision=39610
2009-02-15 16:08:40 +00:00
Andrew Greenwood
c7273a56a6
Fixed build by including the correct header this time!
...
Renamed SubmitWaveHeader to EnqueueWaveHeader, except for in the functiontable
which will actually do the wave header submission to the driver.
svn path=/trunk/; revision=39609
2009-02-15 15:37:44 +00:00
Andrew Greenwood
727a48a397
WaveHdr prepare/unprepare/submit now gets handled within the context of the
...
appropriate sound thread. This removes some responsibility of the sound
threading from the actual usermode sound component implementations. Minor
cleanup to CallSoundThread as we can deduce the thread handle from the
sound device instance.
svn path=/trunk/; revision=39608
2009-02-15 15:19:58 +00:00
Kamil Hornicek
43961e394e
- update wined3d/d3d8/d3d9 to Wine 1.1.15
...
svn path=/trunk/; revision=39607
2009-02-15 14:01:23 +00:00
Andrew Greenwood
805ca6f02a
Split custom ReactOS-only non-standard extensions from NTDDSND.H
...
Updated relevant code to include the new headers SNDTYPES.H and SNDNAMES.H
Corrected CTL_CODE macros and included SNDTYPES.H in WDMAUD interface header
A lot of this is just refactoring, hence the large number of files!
svn path=/trunk/; revision=39606
2009-02-15 13:31:52 +00:00
Johannes Anderwald
23bde85444
- Partly implement IPortFilterWaveCyclic_fnNewIrpTarget
...
- Store KSPIN_DESCRIPTOR in subdevice descriptor
- Return correct result for IInterruptSync_fnCallSynchronizedRoutine
- Add stub interface for IPortPinWaveCyclic
- Implement PcValidateConnectRequest
svn path=/trunk/; revision=39605
2009-02-15 13:29:01 +00:00
Johannes Anderwald
6ea1608c49
- Directly create the device objects in its DriverEntry as AddDevice is never called
...
- Remove the hack of hardcoding the symbolic device name object
- Add registering of device interfaces (fails atm because no pdo is provided)
svn path=/trunk/; revision=39603
2009-02-14 16:10:38 +00:00
Dmitry Chapyshev
dcaed4cdd4
- Add url.dll from Wine
...
svn path=/trunk/; revision=39602
2009-02-14 08:54:01 +00:00
Dmitry Chapyshev
98ff856933
- Sync gdiplus with Wine head
...
svn path=/trunk/; revision=39601
2009-02-14 08:14:34 +00:00
Timo Kreuzer
5896c03e49
Add PPROCESSOR_IDLE_FUNCTION, fix PROCESSOR_POWER_STATE
...
svn path=/trunk/; revision=39600
2009-02-14 02:19:52 +00:00
Timo Kreuzer
8861bd50ef
Revert last commit. MS doesn't want poor ddk users mess with their secret structures and instead present them only some censored stuff.
...
svn path=/trunk/; revision=39599
2009-02-14 02:10:32 +00:00
Timo Kreuzer
a39829c012
Add PPROCESSOR_IDLE_FUNCTION, fix PROCESSOR_POWER_STATE
...
and move it from ndk to ntpoapi.h
svn path=/trunk/; revision=39598
2009-02-14 01:57:28 +00:00
Jeffrey Morlan
122c236111
Make delayed environment-variable expansions actually be delayed.
...
svn path=/trunk/; revision=39597
2009-02-14 01:13:17 +00:00
Timo Kreuzer
5d62c3b3a5
Get rid of VOLATILE, use volatile instead and fix PENTER_STATE_HANDLER by using "LONG volatile *" like in ms header, which means a pointer to a volatile LONG, instead of "volatile PLONG", which would be a volatile pointer to a LONG.
...
svn path=/trunk/; revision=39596
2009-02-14 00:58:55 +00:00
Christoph von Wittich
5673f7b8d9
sync translations, remove a little change from ros.diff
...
svn path=/trunk/; revision=39595
2009-02-13 19:10:55 +00:00
Christoph von Wittich
25c067c47e
sync mshtml and shdocvw winetests with wine 1.1.15
...
svn path=/trunk/; revision=39594
2009-02-13 18:47:09 +00:00
Christoph von Wittich
90d8b6c3f7
apply ros-hack
...
svn path=/trunk/; revision=39593
2009-02-13 18:34:10 +00:00
Christoph von Wittich
597413065a
readd LANGID until I figured out were wine moved the declaration to
...
svn path=/trunk/; revision=39592
2009-02-13 18:20:42 +00:00
Christoph von Wittich
338cbdcb9e
sync msi with wine 1.1.15
...
svn path=/trunk/; revision=39591
2009-02-13 18:14:16 +00:00
Christoph von Wittich
1d451b9296
sync jscript_winetest with wine 1.1.15
...
svn path=/trunk/; revision=39590
2009-02-13 18:05:50 +00:00
Christoph von Wittich
a95d7474d9
sync shdocvw, mshtml and jscript to wine 1.1.15
...
svn path=/trunk/; revision=39589
2009-02-13 18:04:38 +00:00
Christoph von Wittich
27fb0f8623
fix a typo spotted by gabriel_it
...
svn path=/trunk/; revision=39588
2009-02-13 18:01:14 +00:00
Christoph von Wittich
d6a64dee2c
inline the function
...
svn path=/trunk/; revision=39587
2009-02-13 17:58:23 +00:00
Christoph von Wittich
28c00b5c1c
work around missing fpclassify
...
svn path=/trunk/; revision=39586
2009-02-13 17:55:03 +00:00
Colin Finck
43659c9ace
- Add some checks to prevent crashes in unexpected situations and add useful error messages for them.
...
This should make debugging something like r39578 easier :-)
- Prevent some memory leaks in case of failure (well, some memory wasn't even freed in case of success :-P)
svn path=/trunk/; revision=39584
2009-02-13 17:39:58 +00:00
Christoph von Wittich
09ad068987
sync avifil32 with wine 1.1.15
...
svn path=/trunk/; revision=39583
2009-02-13 17:14:29 +00:00
Christoph von Wittich
1f7726146f
revert r39578 as it breaks rosautotest on 3rd stage
...
svn path=/trunk/; revision=39582
2009-02-13 14:03:35 +00:00
Christoph von Wittich
b40f649aae
fix a memory leak
...
svn path=/trunk/; revision=39581
2009-02-13 14:02:18 +00:00
Dmitry Chapyshev
49f7d111b6
- Add LCIDToLocaleName from Wine. Used by Wine Gecko
...
svn path=/trunk/; revision=39580
2009-02-13 12:04:20 +00:00
Christoph von Wittich
b3c01e9864
-use ExAllocatePoolWithTag/ExFreePoolWithTag
...
-set FileObject to readonly
-register the filesystem as low priority
svn path=/trunk/; revision=39579
2009-02-13 11:48:06 +00:00
Aleksey Bragin
fb513b8a3c
Igor Koshpaev <tower@reactos.org>
...
- Include missing modules into bootcd
svn path=/trunk/; revision=39578
2009-02-13 11:20:59 +00:00
Dmitry Gorbachev
4ff35ed634
Update Slovak translations, fix formatting. Bug #4157 . Mario Kacmar (kario-at-szm-dot-sk)
...
svn path=/trunk/; revision=39577
2009-02-13 09:06:51 +00:00
Dmitry Chapyshev
ea824fa78f
- Update Russian translation
...
svn path=/trunk/; revision=39576
2009-02-13 07:50:42 +00:00
Kamil Hornicek
0152a03c8f
- don't redirect to nonexistent functions, Dd* are only defines
...
svn path=/trunk/; revision=39575
2009-02-12 23:06:01 +00:00
Johannes Anderwald
f6078270cd
- Define interface for wdmaud.drv
...
- Needs review
svn path=/trunk/; revision=39573
2009-02-12 20:13:19 +00:00
Christoph von Wittich
3215261518
-move FCB_TAG to header
...
-use ExAllocatePoolWithTag / ExFreePoolWithTag
-free the NameListResource when destroying an FCB
-get rid of CdfsWriteNumberInShortName
svn path=/trunk/; revision=39571
2009-02-12 18:52:12 +00:00
Johannes Anderwald
b251557b6a
- Implement MediaClassInstaller for GUID_DEVCLASS_SOUND (install wdmaud / sysaudio service from audio.inf)
...
svn path=/trunk/; revision=39570
2009-02-12 17:45:14 +00:00
Christoph von Wittich
52d7398ad5
fix some gdi32 font winetests
...
svn path=/trunk/; revision=39569
2009-02-12 17:08:45 +00:00